



#dataform{
	width: 700px;
	border: 3px solid black;
	border-top: 0px;
	color: #000;
}

#dataform a{
	color: blue;
	text-decoration: underline;
}

#dataform .head {
	height: 25px;
	font-weight: bold;
	font-size: 14px;
	background-color: #000;
	color: #fff;
	border-top: 2px solid black;
	border-bottom: 2px solid black;
	padding: 2px;
	padding-left: 5px;
	font-family: Helvetica;
}

#dataform td{
	padding-bottom: 10px;
}

#dataform .row{
	clear: both;
}

#dataform .label-col{
	width:19%;
	text-align: right;
	padding-right: 5px;
	background-color: #ffe;
	border-right: 1px solid #999;
}

#dataform .content-col{
	text-align: left;
	padding-left: 5px;
	background-color: #f8eed8;
}

#dataform .separator{
	height: 10px;
	padding-bottom: 0px;
}

#dataform td.buttons{
	padding-top: 5px;
}

#dataform .content-col .field {
	float: left;
	margin-right: 3px;
}

#dataform .clear{
	clear: both;
}

#dataform .content-col .newRow{
	clear: both;
	margin-top: 5px;
}

#dataform .subRow{
	margin-bottom: 3px;
}

#dataform .error{
	color: red;
}

#dataform .error ul li,
#dataform .error div{
	color: red;
}

#dataform .errorText{
	font-weight: bold;	
}

#dataform .error ul{
	padding: 0px;
	padding-left: 15px;
	margin: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#dataform .error ul li{
	padding: 0px;
}
