/*

If you need to further customize the FormBuilder CSS,
items in this file will over-ride the standard
FormBuilder CSS.  To use this file, rename it as
additional_styles.css and make changes as necessary.

*/

.formBuilderSuccess {
font-weight: bold;
}
.formBuilderForm .formBuilderError {
	color:#990033;
	float: right;
	vertical-align: top;
	width: 200px;
	margin-top:2px;
	margin-bottom: 10px;
	font-weight: normal;
}

.formBuilderForm .formBuilderLabelRequired, .formBuilderLabel {
	margin-top:2px;
	font-weight: bold;
}

div.formBuilderFailure {
	border: 1px solid #666666;
	background-color: #DDDDDD;
	margin: 2px;
	padding: 4px;
}

.formBuilderForm .formBuilderFailure h4, div.formBuilderFailure p {
	color:#990033;
	margin: 0 0 4px 0;
	padding: 0;
}




.formBuilderForm .formBuilderLargeTextarea 
{
	
clear: both;
	
	margin: 0 0 5px 0;
	width: 98%;
	
}



.formBuilderForm .formBuilderSubmit input{
font-family:"rockwell extra bold", Georgia, sans-serif !important;
font-size: 12px;
text-decoration: none;
color:#2d2923;
width:150px;
float:left;
margin-top:20px;
/*text-align: right;*/

}

.formBuilderForm .formBuilderSubmit input:hover {
background:#dddddd;
text-decoration: none;
color: #990033;
}

div.formBuilderPageBreak {
	text-align: right;
}

