/*	DIV or P Table	*/
.dtable {
	clear:both;
	background-color:transparent;
}
.dtable .dr {
	clear:left;
}
.dtable .dr > div ,
.dtable .dr > p {
	height:auto;
	line-height:1.5em;
}
.dtable .dr .dblank {
	clear:left;
	height:10px;
}
.dtable .dr .dh {
	float:left;
	font-weight:bold;
}
.dtable .dr .dd {
	float:left;
}
.dtable .dr .dend {
	float:none;
}
.dtable .dr .dhead, .dtable .dr .dfoot {
	font-weight:bold;
}
.dtable .dr .dinfo {
	font-size:.90em;
	position:relative;
}

/*		Sizing	*/
.w50 {
	width:50px;
}
.w100 {
	width:100px;
}
.w120 {
	width:120px;
}
.w150 {
	width:150px;
}
.w200 {
	width:200px;
}
.w250 {
	width:250px;
}

/*	Form	*/
form .star { color:#b70000 }
