input, textarea, select {
	float: left;
	border: 1px solid #CCC;
	margin-bottom: 1em;
}

input[type=hidden] {
	display: none;
}

textarea {
	width: 25em;
	height: 15em;
}

label {
	float: left;
	width: 11em;
	margin-bottom: 1em;
	line-height: 0.9em;
}

fieldset {
	border: 1px solid #ccc;
	padding: 1em;
	margin-bottom: 1em;
}
legend {
	font-weight: bold;
	color: #423FAD;
}

fieldset.no_box {
	border: none;
	padding: 0;
	margin: 0;
}
fieldset.no_box legend {
	padding: 0;
	margin: 0;
	margin-bottom: 0.5em;
}


label.radio {
	width: auto;
}
input[type=radio] {
	width: auto;
	border: none;
	margin-right: 1.5em;
}

input[type=submit], input[type=reset], input[type=button] {
	border: none;
	background-color: #008;
	color: #FFF;
	height: 3em;
    font-weight: bold;
	margin-right: 1em;
}

div.field_help {
	float: left; 
	margin: 0; 
	margin-left: 1em; 
	font-size: 0.8em; 
}
/*marks mandatory fields*/
.mandatory {
	color: #AD423F;
	font-size: 0.8em;
}
