/* Minification failed. Returning unminified contents.
(66,36): run-time error CSS1062: Expected semicolon or closing curly-brace, found '	'
 */
html * {
	font-size: 12px;
   font-family: Arial, Sans-Serif !important;
}

.bodyText, .form {
	white-space: pre-line;

	/*IE 8*/
	white-space: pre\9;
	word-wrap: break-word\9;

	/*IE 7*/
	*white-space: pre;
	*word-wrap: break-word;
}

#BodyText {
	margin-bottom: 10px;
}


#results {
	display: none;
}

#fields{
	display: table;
}

.formField{
	display: table-row;
}

.fieldLabel {
	display: table-cell;
    float:left;
    min-width:160px;
	vertical-align: bottom;
	padding: 9px 0px 0px 0px;
	
}

.fieldInput {
	display: table-cell;
	overflow: hidden;
	padding: 4px 4px 1px 4px;
	width: 80%;

	/*IE */
	width: auto\9;
	
}
.required {
	font-weight: bold;
}

/*.fieldLabel:after {
			content: ":";
		}*/

.fullWidth {
	width: 100%;

	/*IE 8*/
	margin: 1px 1px 1px 4px !important\9; 
}

#results {
	padding: 10px;
	color: #a52a2a;
}

#formFooter {
	text-align: center;
	padding-top: 10px;
}

#captchaContainer {
	margin: 0 auto;
	width: 450px;
	padding: 5px;
}

.groupedField {
	border: 1px solid;
}

.groupHeader {
	font-weight: bold;
}


