
div.recordForm {
	background-image: url(/templates/cmsIT/skins/Home/images/contact_background.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
	border: 2px solid #bdbabb;
	width: 600px;
	float: left;
	background-color: #f1f1f3;
}

div.recordForm div.formLabel {
	/*background-color: #E4EBF1;*/
	height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 16px; 
	color: #BC0000;
	font-weight: normal;
	line-height: 16px;
	margin: 5px 0px 10px 10px;
}

div.recordForm div.formLabel div.left {
	height: 0px;
	font-size: 0px;
	line-height: 0px;
}

div.recordForm div.formLabel div.middle {
	margin: 2px 0px 0px 5px;
}

div.recordForm div.formLabel div.right {
	height: 0px;
	font-size: 0px;
	line-height: 0px;
}




div.recordForm div.formBody {

}

div.recordForm div.formBody div.row {
	margin-top: 6px;
}

div.recordForm div.formBody div.row div.tooltipArea {
	width: 30px;
	float: left;
}

div.recordForm div.formBody div.row div.tooltipArea div.tooltip {
	background-image: url(../../images/form/help.gif);
	background-repeat: no-repeat;
	cursor: pointer;
	width: 15px;
	height: 15px;
	margin-left: 8px;
}

div.recordForm div.formBody div.row div.field {
	float: left;
	width: 565px;
}

div.recordForm div.formBody div.row div.field div.fieldLabel {
	width: 120px;
	float: left;
}

div.recordForm div.formBody div.row div.field div.fieldValue {
	width: 410px;
	float: left;
}


div.recordForm div.formBody div.row div.field div.fieldValue input {
	width: 200px;
}

div.recordForm div.formBody div.row div.field div.fieldValue input.disabled {
	background-color: #CCCCCC;
}

div.recordForm div.formBody div.row div.field div.fieldValue input.checkbox {
	border: none;
	width: 15px;
}

div.recordForm div.formBody div.row div.field div.fieldValue input.radio {
	border: none;
	width: 15px;
}

div.recordForm div.formBody div.row div.field div.fieldValue textarea {
	width: 100%;
	height: 120px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	line-height:14px;
}

div.recordForm div.formBody div.row.end {
	text-align: center;
}

div.recordForm div.formBody div.row.end input {
	margin: 0px auto;
	margin-bottom: 6px;
}

div.recordForm div.formFooter {
	height: 0px;
	font-size: 0px;
	line-height: 0px;
}

div.recordForm div.formFooter div.left {
	height: 0px;
	font-size: 0px;
	line-height: 0px;
}

div.recordForm div.formFooter div.middle {
	height: 0px;
	font-size: 0px;
	line-height: 0px;
}

div.recordForm div.formFooter div.right {
	height: 0px;
	font-size: 0px;
	line-height: 0px;
}

div.recordForm div.clear {
	clear: both;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
	width: 100%;
}
