/* standard form */
form.standardForm fieldset {
	border : 1px dashed #ccc;
	margin-bottom : 1em;
	padding : 0.5em;
	clear : both;
	padding : 15px 8px 0 8px;
}

form.standardForm legend {
	border : 1px dashed #ccc;
	background-color : White;
	padding : 2px 10px 2px 10px;
	margin-bottom : 13px;
	font-size : 17px;
	color : #34244e;
}

form.standardForm input.oneLineTextInput,
form.standardForm textarea{
	width : 100%;
	border : 1px solid black;
	background-color : #EEF5D9;
	padding-left : 2px;
	padding-right : 2px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
}
 
form.standardForm textarea.mediumTextArea{
	height : 10em;
	margin-bottom : 10px;
	font-size : 12px
}

form.standardForm textarea.largeTextArea{
	height : 20em;
	font-size : 12px;
}

form.standardForm div.formRow {
	padding : 2px;
	margin : 0 0 5px 0;
	clear : both;
}

form.standardForm div.odd {

}

form.standardForm div.even {

}

input.requiredField,
select.requiredField,
textarea.requiredField{
	background-color : White;
}

form.standardForm label{
	font-size : 12px;
	font-weight : bold;
}

form.standardForm table.dataGrid{
	float : left;
	clear : none;
	margin : 5px;
}