
.widget {
/*	overflow: hidden;
	float: expression('left');
	position: relative;
*/
	padding: 7px 0;
	border-top: 3px solid #FFD37A;	
	border-bottom: 1px solid #CCC;	
}
form {
	padding: 10px;
	height: expression('1%'); /* IE Pick-a-boo bug fix */
	font-size: 0.9em;
	
}
fieldset {
	position: expression('relative'); /* Fixes IE problem with fieldset+legend boundaries */
	padding: 15px 10px;
	background-color:#fff;
	border:0px solid #d6652a;
	display: block;
	margin-top: 2em;
}
fieldset fieldset  {
	margin-top: 2.4em;
	border: 1px solid #f0004b;
	background-color:#fff;
}
legend {
	position: expression('absolute'); 
	top: expression('-15px'); /* Fixes IE problem with fieldset+legend boundaries */
	padding: 5px 5px; 
	font-size:1.3em; 
	font-weight: bold; 
	font-style:normal; 
	color: #000; 
	padding:3px;
}
fieldset fieldset legend {
	font-size: 90%;
}

.input	{
		font-family: "verdana", sans-serif;
		font-size: 10pt;
		margin-right: 1em;
		margin-bottom: 6px;
		}
label {	/* add .label*/
	display:block; 
	text-align:left; 
	padding-right:0px;  
	margin-bottom:0px;
}
/* .label is typically used on a span or p tag to label a radio or checkbox group */
.preField {/* add .label*/
	display: -moz-inline-box;
	display: inline-block;	
	width: expression('7em'); /* Min-width for IE6 */
	min-width: 7em;
	padding: 0 2px;
	margin: 0.6em 4px 0 0;
}
/*.label { display: block; width: auto; }*/

label.postField  {
	margin-left: 4px;
	margin-right: 4px;
}
textarea {
	padding: 0;
	vertical-align: top;
	margin: 2px 0 1px 0;
}
label input {
	padding: 2px;
}
.clippedextrashort	{
	width: 7em;
}
.clippedshort	{
	width: 10em;
}
.clippedlong	{
	width: 15em;
}
input[type=password] {
	width: 9em;
}
select {
	padding: 0;
	margin: 2px 0 1px 0;
}

/* Form Builder Related Rules */
/* ========================== */
/* Form or Fieldset instruction paragraph. */
.instructions {
	margin: 1.5em 0;
}
/* Ties together a label and its checkbox or radio */
.oneChoice {
	white-space: nowrap; 
}
/* wForms Related Rules */
/* ==================== */
/* Field w/ a validation error */
.error {	/* deprecated since wForms v0.92 */
	border: 1px solid #F00;
}
.errFld {
	border: 1px solid #F00;
}
/* Styling for message associated with a validation error. */
.errorMsg { /* deprecated since wForms v0.92 */
	color: #CC3333 !important;
	display: inline;
}
.errMsg {	
	color: #CC3333 !important;
	display: block;
}
/* Field-Hint with focus */
.field-hint {
visibility: show;
}
/* Field-Hint without focus */
.field-hint-inactive {
visibility: hidden;
}
/* Repeat Behavior  */
.repeat {
	border: 1px solid #ddd;
	background-color: #FFFFFF;
	padding-right: 6px;
}
.removeable {
	border: 1px solid #ddd;
	background-color: #F3F3F3;
	padding-right: 6px;	
}
/* Links generated by the Repeat Behavior */
.duplicateLink {
	margin-top: 10px;
	font-weight: bold;
	text-align: right;
	display: block;
}
.removeLink {
	margin-top: 10px;
	text-align: right;
	display: block;
	color: #CC3300;
}
/* Switch Behavior Classes */
.onstate-a, .onstate-b, .onstate-c, .onstate-d, onstate-e, .onstate-f, .onstate-g, .onstate-h, .onstate-i, .onstate-j {
	display: block;
}

.onstate-k, .onstate-l, .onstate-m, .onstate-n, onstate-o, .onstate-p, .onstate-q, .onstate-r, .onstate-s, .onstate-t {
	display: block;
}


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

/* Buttons */
.actions {
	padding-top: 15px;
	text-align: right;
	clear: right;
}
.primaryAction {
	display: inline;
}
.secondaryAction {
	color: grey;
	display: inline;
}
.secondaryAction:hover {
	color: black;
}


