/*

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.

*/

form.formBuilderForm, div.formBuilderSuccess{
width:645px;
padding:0px;
min-height: 100%;height: auto !important;height: 100%;position:relative;
top:-1px;
}

.formBuilderForm .formBuilderField {
	width:700px;
	/*clear: both;*/
	padding:0px;
	margin:0px;
	position:relative:
	top:-15px;
}

.formBuilderForm .small_text_area textarea
{
	width: 45%;                                                     /*V - width: 98%;55%;*/
	height:50px;
}

.formBuilderForm .small_text_area .formBuilderLabel{
width:160px;
}

div.formBuilderFailure{
width:600px;
top:5px;
}

.formBuilderForm .formBuilderError{
position:relative;
top:5px;
}

#star{
background: url(images/required.gif) no-repeat; 
background-color: transparent;
background-attachment: inherit;
background-position: center ;
display:block;
}

.formBuilderForm .formBuilderSubmit {
width:100px;
position:relative;
left:147px;
top:10px;
}

.formBuilderForm div{
margin-bottom: 5px;
}

/*div.formBuilderFailure {
position:relative;
top:-25px;
}*/