/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/

		.formBuilderInput input {
			margin:8px 0 0 0; padding:5px;
			background:#FFF;
			border:1px solid #e5e9ee;
		}


		.formBuilderRadio input[type="radio"] {
			border:0px solid #e5e9ee;
		}


		.formBuilderRadio {
			margin-top: 6px;
			margin-bottom: 6px;
			background:#FFF;
			border:0px solid #e5e9ee;
			font:normal 12px Arial, Helvetica, sans-serif; color:#000000;
		}



		.formBuilderLargeTextarea textarea {
			margin:8px 0 0 0; padding:5px;
			background:#FFF;
			border:1px solid #e5e9ee;
			width: 100%;
			height: 200px;
		}

		
		.formBuilderSubmit input {
			margin:0; padding:4px 6px;
			background:#2b4869 url(images/button.gif) repeat-x;
			border:1px solid #2b4869;
			font:bold 0.92em Arial, Helvetica, sans-serif; color:#FFF;
		}