span.frmspacer { width:150px; }
label {
       font-weight : bold;
       font-size: 12px;
	   font-family: Arial, Helvetica, sans-serif;
	   display: block;
	   float: left;
	   width: 150px;
	   clear: left;
}
fieldset {
       padding : 20px;
       margin-bottom : 25px;
}
legend { font-weight : bold;
font-family: Trebuchet MS, Arial, sans-serif, Helvetica;
font-size: 15px;
color: #0066CC;
}

body{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #333333;
padding: 25px;
}

#submit_join{
text-transform: capitalize;
}

form{
display: block;
width: 550px;
margin: 0 auto;
}
/* wForms Related Rules ========================================================== */

/* Field w/ a validation error */
form .errFld {
        padding: 1px;
        border: 1px solid #F00;
}
/* Styling for message associated with a validation error. */
form .errMsg {
        color: #CC3333 !important;
        display: block;
}
/* Field-Hint with focus */
form .field-hint {
        color: #000;
        float: right;
        width: 220px;
        margin: 15px 0 0 0;
}
/* Field-Hint without focus */
form .field-hint-inactive {
        color: #666;
        float: right;
        clear: right;
        width: 220px;
        margin: 15px 0 0 0;
}
/* Repeat Behavior divs (when not set on a fieldset) */
div.repeat {
        border: 1px dotted #ccc;
        margin: 3px 0;
        padding-right: 3px;
}
div.removeable {
        border: 1px dotted #ccc;
        padding-right: 3px;
}
/* Links generated by the Repeat Behavior */
form .duplicateLink {
        line-height: 260%;
        color: #5C594E;
}
form .removeLink {
        line-height: 260%;
        color: #CC3300;
}
form td .duplicateLink, form td .removeLink  {
        margin: 0;
        line-height: 100%;
}
/* 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 */


/* IE6 BUG FIXES ==================================================================== */
form {
        height:expression('1%'); /* IE Pick-a-boo bug fix */
}
form fieldset {
        position:expression('relative'); /* Fixes IE problem with fieldset+legend boundaries */
        margin-top:expression('1em');
        padding-top:expression('1.5em');
}
form fieldset legend {
        position: expression('absolute');
        top: expression('-.5em'); /* Fixes IE problem with fieldset+legend boundaries */
        left:expression('.5em');
}
