/* standard form */
form.standardForm fieldset {
	border : 1px solid #E1E1E1;
	margin : 1em 0 0.5em 0;
	clear : both;
	padding : 15px 0 18px 18px;
	width : 490px;
}

form.standardForm legend {
	background-color : White;
	padding : 2px 10px 2px 3px;
	font-size : 17px;
	color : #008526;
	font-weight : bold;
	margin : 0 0 0 -10px;
}

form.standardForm input.oneLineTextInput,
form.standardForm textarea{
	width : 465px;
	border : 1px solid #C4C4C4;
	background-color : #FBFFEE;
	padding : 2px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	margin : 0 0 5px 0;
}
 
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;
}

input.requiredField,
select.requiredField,
textarea.requiredField{
	background-color : White;
}

form.standardForm label{
	font-size : 12px;
}

form.standardForm table.dataGrid{
	float : left;
	clear : none;
	margin : 5px;
}

.buttons{
	float : right;
	margin : 0 18px 0 0;	
}

.small{
	font-size : 80%;
	font-weight : normal;
	font-family : Tahoma, Arial, Helvetica, sans-serif;	
}