/*

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 {
	padding: 0px;
	margin:0px;
}

div.formBuilderFailure {
background-color:#FFEBEB;
border:1px solid red;
padding: 5px;
margin: 0px 0px 15px 0px;
}
