div.recordForm {
	border: 1px solid #999999;
	background-color: #e9e9e9;
	margin-bottom: 20px;
	width: 540px;
}

div.recordForm div.formLabel {
	/*background-color: #E4EBF1;*/
	background-color: #cccccc;
	font-weight: bold;
	height: 20px;
}

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;
	display: none;
}

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: 540px;
}

div.recordForm div.formBody div.row div.field div.fieldLabel {
	width: 120px;
	margin-left: 10px;
	float: left;
}

div.recordForm div.formBody div.row div.field div.fieldValue {
	width: 400px;
	float: left;
}

div.recordForm div.formBody div.row div.field div.fieldValue input { border: 1px solid #999999;
}


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 {
	width: 15px;
}

div.recordForm div.formBody div.row div.field div.fieldValue input.radio {
	width: 15px;
}

div.recordForm div.formBody div.row div.field div.fieldValue textarea {
	width: 100%;
	height: 120px;
}

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%;
}
