<style>
<!--

.widget {
/*	overflow: hidden;
	float: expression('left');
	position: relative;
*/
	padding: 7px 0;
	border-top: 3px solid #FFD37A;	
	border-bottom: 1px solid #CCC;	
}
form.contact {
	padding: 10px;
	height: expression('1%'); /* IE Pick-a-boo bug fix */
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	/*height: 500;*/ margin-left:40px;
}
fieldset {
	/* position: expression('relative'); */ /* Fixes IE problem with fieldset+legend boundaries */
position: relative;
	padding: 30px 10px 15px 10px;
	margin: 20px 0;
	border:none;
}
fieldset fieldset  {
	/*border: 1px solid #ccc;*/
}
/*
legend {
	position: expression('absolute'); 
	top: expression('-9px'); */
 /* Fixes IE problem with fieldset+legend boundaries */
	/*height: 32px;
	line-height: 32px;
	text-align: center;
	color: #004066;
	font-weight: bold;
	font-size: 24px;
	text-transform: uppercase;
	padding: 0 5px; 
}*/
fieldset fieldset legend {
	font-size: 12px; 
}
label, .label {	
	color: #333;
	font-size: small;
}
/* .label is typically used on a span or p tag to label a radio or checkbox group */
label.preField, .label  {
	display: -moz-inline-box;
	display: inline-block;	
	width: expression('12em'); /* Min-width for IE6 */
	min-width: 12em;
	padding: 0 2px;
	margin: 0 4px 0 0;
	height: 26px;
}
label.noField  {
	display: -moz-inline-box;
	display: inline-block;	
	width: auto;
	min-width: 12em;
	padding: 0 2px;
	margin: 0 4px 0 0;
	height: 26px;
}

label.noField2  {
	position: relative;
	float: left;
	display: inline;
	width: 450px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 14px;
	color: #000;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 40px;
	line-height: 1.4em;
	text-align:justify;
}

label.noField3  {
	display: -moz-inline-box;
	display: inline-block;	
	width: auto;
	min-width: 12em;
	padding: 0 2px;
	margin: 0 4px 0 0;
	height: 26px;
	width: 500px;
}

legend {
	font-size: 1.4em;
	width: 62%;
	color: #555555;
	font-weight: bold;
	font-variant: small-caps;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8b8b83;
	font-family: Arial,Helvetica,sans-serif;
	 padding-bottom:5px; /*margin-bottom: 10px; */
	margin-top: 20px;
	margin-right: 15px;
	margin-left: 30px;

}

label.redField2  {
	position: relative;
	float: left;
	display: inline;
	width: 400px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 14px;
	color: #FF0000;
	font-weight: bold;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 40px;
	line-height: 1.4em;
}


.label { display: block; width: auto; }

label.postField  {
	margin-left: 4px;
	margin-right: 4px;
}
textarea {
	background:  url("../images/field_bg.png") bottom repeat-x;
	padding: 0;
	vertical-align: top;
	margin: 4px 0 1px 0;
	border: 0.1em solid #d8e6ef;
	background-color:#FFFFFF;
}
input.contact {
	background:  url("../images/field_bg.png") bottom repeat-x;
	/*border: 2px solid #62B7FF;*/
	border: 0.1em solid #d8e6ef;
	height: 22px;
	margin: 2px 0;
	background-color:#FFFFFF;	
}
input.contact[type=text], input.contact[type=password] {
	width: 250px;
	height: 22px;
	background:  url("../images/field_bg.png") bottom repeat-x;
	border: 0.1em solid #d8e6ef;
	background-color:#FFFFFF;
}
input.contact[type="checkbox"], input.contact[type="radio"]{	
    border: 0.1em solid #d8e6ef;
	background-color:#FFFFFF;
}
select.contact {
	padding: 0;
	margin: 2px 0 1px 0;
	/* background: Red; */
	width: 250px;
	height: 22px;
	background:  url("../field_bg.png") bottom repeat-x;
	border: 0.1em solid #d8e6ef;
}
.reqMark {
	width: 11px;
	height: 11px;
	padding: 0 2px;
	background:  url("../arrow_Blue_Icon.png") center no-repeat;
}
.reqMark1 {
	width: 11px;
	height: 11px;
	padding: 0 2px;
	background:  url("../arrow_Red_Icon.png") center no-repeat;
}

/* 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; 
}
.oneChoice input {
	vertical-align: middle;
	border: none 0;
	background: transparent;
	height: 16px;
}
/* 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;
	display: -moz-inline-box;
	display: inline-block;	
	width: auto;
	min-width: 12em;
	padding: 0 2px;
	margin: 0 4px 0 0;
	height: 26px;
}
.errMsg {	
	color: #CC3333 !important;
	display: inline;
	display: -moz-inline-box;
	display: inline-block;	
	width: auto;
	min-width: 12em;
	padding: 0 2px;
	margin: 0 4px 0 0;
	height: 26px;
}
/* Field-Hint with focus */
.field-hint {
	color: #000;
	float: right;
	clear: right;
	width: 190px;
	font-size: 85%;
	min-height: 2em;	
	background-image: url(../images/tfa-bracket.gif);
	background-repeat: no-repeat;
	background-position: left center;	
	padding: 0 0 0 20px ;
}
/* Field-Hint without focus */
.field-hint-inactive {
	color: #666;
	float: right;
	clear: right;
	width: 190px;
	font-size: 90%;
	height: 30px;
	background:  url("../arrow.gif") left center no-repeat;
	padding: 0 0 0 35px;
	vertical-align: middle;
}
/* Repeat Behavior  */
.repeat {
/*	 border: 2px solid #62B7FF;
	background-color: #FFFFFF;*/
	margin: 3px 0;
	padding-right: 6px;
}
.removeable {
	border: 2px solid #62B7FF;
	background-color: #FFF;
	padding-right: 6px;	
}
/* Links generated by the Repeat Behavior */
a.duplicateLink:link, a.duplicateLink:visited {
	margin: 10px 10px 0 0;
	font-weight: bold;
	text-align: right;
	color: #ff6705;
	font-size: 16px;
	text-decoration: none;
	border-bottom: 2px solid #62B7FF;
	float: right;
}	
a.duplicateLink:hover {
	border-bottom: 2px dotted #ff6705;
}
a.duplicateLink:active, a.duplicateLink:focus {
		outline: none;
	}

a.removeLink:link, a.removeLink:visited {
	margin: 10px 10px 0 0;
	font-weight: bold;
	text-align: right;
	color: #ff6705;
	font-size: 16px;
	text-decoration: none;
	border-bottom: 2px solid #62B7FF;
	float: right;
}
a.removeLink:hover {
	color: red;
	border-bottom: 2px dotted red;
}
/* Switch Behavior Classes */
.onstate-a,  .onstate-b,  .onstate-c,  .onstate-d,
.onstate-e,  .onstate-f,  .onstate-g,  .onstate-h, 
.onstate-i,  .onstate-j,  .onstate-k,  .onstate-l, 
.onstate-m,  .onstate-n,  .onstate-o,  .onstate-p, 
.onstate-q,  .onstate-r,  .onstate-s,  .onstate-t,
.onstate-u,  .onstate-v,  .onstate-w,  .onstate-x,  
.onstate-y,  .onstate-z,  .onstate-aa, .onstate-ab,
.onstate-ac, .onstate-ad, .onstate-ae, .onstate-af,
.onstate-ag, .onstate-ah, .onstate-ai, .onstate-aj,
.onstate-ak, .onstate-al, .onstate-am, .onstate-an,
.onstate-ao, .onstate-ap, .onstate-aq, .onstate-ar,
.onstate-as, .onstate-at, .onstate-au, .onstate-av,
.onstate-aw, .onstate-ax, .onstate-ay, .onstate-az {
	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;
}






/* BUTTON at bottom */

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    background: transparent url("../images/bg_button_a.gif") no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url("../images/bg_button_span.gif") no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
} 

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
} 

/* end of style for button at bottom */



#hold { position: relative; float: left;  }

#email_thanks {
position: relative; float: left; padding: 10px 20px 0 50px;
}

#email_thanks_head, #email_thanks_body { position: relative; float: left; font-family: Arial,Helvetica,sans-serif; padding:5px;  }
#email_thanks_head { font-size: 14px; font-weight:bold; }
#email_thanks_body { font-size: 12px; }





-->
</style>
