/*

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.

*/

.formBuilderForm .formBuilderSubmit {
margin-top: 10px;
}

.formBuilderInput input {
	width: 200px;
	padding: 2px;
	margin-bottom: 5px;
}

.formBuilderForm textarea {
	padding: 5px;
}

div.formBuilderSuccess {
	color: #aa4f1b;
	font-weight: bold;
	padding-left: 0px;
}

