/* standard form */
form.standardForm fieldset{
	border : 1px solid #91148e;
	margin-bottom : 1em;
	padding : 0.5em;
}

form.standardForm legend {
	background-color : White;
	font-weight : bold;
	padding : 2px;
	padding-left : 8px;
	padding-right : 8px;
	margin-bottom : 3px;
}

form.standardForm input.oneLineTextInput,
form.standardForm textarea{
	width : 99%;
	background-color : #efede3;
	border : none;
	padding : 2px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
}

form.standardForm textarea.smallTextArea{
	height : 5em;
}

form.standardForm textarea.mediumTextArea{
	height : 10em;
}

form.standardForm textarea.largeTextArea{
	height : 20em;
}

form.standardForm div.formRow {
	padding : 0.2em;
	clear : both;
	margin : 0 0 15px 0;
}

form.standardForm div.odd {

}

form.standardForm div.even {

}

input.requiredField,
select.requiredField,
textarea.requiredField{
	background-color : White;
}
