/*

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.

*/

/* Make this just like formBuilderFailure, except green. */
div.formBuilderSuccess {
	border: 1px solid green;
	background-color: #F7FFE3;
	margin: 2px;
	padding: 4px;
	font-weight: bold;
}
