/* 
 wFORMS Extension Stylesheet - formassembly.com					
 Default Theme: March 2005										
 To be used along with wforms-jsonly.css
 This stylesheet and the associated images are Copyright (c) 2005 Cédric Savarese (http://www.4213miles.com)	
 and licensed under the Creative Commons Attribution-ShareAlike License (http://creativecommons.org/licenses/by-sa/2.0/) 
*/

/* please refrain from overwriting CSS outside of the #formGarden div */

 
/* Form Related Rules */
/* ================== */

.widget {
	overflow: hidden;
	float: expression('left');
	position: relative;
	padding: 7px 0;
	border-top: 3px solid #FFD37A;	
	border-bottom: 1px solid #CCC;	
}

form {
	font: normal 11px/11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	height: expression('1%'); /* IE Pick-a-boo bug fix */
}

label {
	padding-bottom: 2px;
}

/* Ties together a label and its checkbox or radio */
.oneChoice {
	white-space: nowrap; 
}

/* wForms Related Rules */
/* ==================== */
/* Field w/ a validation error */

.errFld {
	border: 1px solid #ff0000;
}

/* Styling for message associated with a validation error. */
.errMsg {
	font-size: 10px;
	color: #ff0000 !important;
	padding: 2px;
	display: block;
}

/* offstate classes for the Switch Behavior are in wforms-jsonly.css */

/* Buttons */

.formrow{
	padding: 8px;
	margin-bottom: 8px;
	background: #f5f4ea;
}

#result{
	padding: 0;
	margin: 0;
}

.result {
	font: bold 14px/18px Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-bottom: 8px;
	padding: 8px;
	color: #346b86;
	background: #f5f4ea;
	border: 1px solid #f1c321;
}

.resulterror {
	font: bold 14px/18px Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-bottom: 8px;
	padding: 8px;
	color: #ff0000;
	background: #f9f9f9;
	border: 1px solid #ff0000;
}



















