@charset "utf-8";
/* New Form CSS 7-15-2009 */

/* Fieldsets/Legends */
div.clr {clear:both; height:10px;}

fieldset.basic {border:1px solid #E06FFF;} 
fieldset.nopad {padding:0}/* Remove padding */
fieldset.txtbdrclr { /* Text and background colour, blue on light gray */
background-color:#ddd;
font-weight:bold;
}

fieldset.bgimg {background-image:url(/images/form/stripe-form.png.png);
background-repeat:repeat;}/* Background image */

fieldset.thkbdr {border-width:6px} /* Border width */

fieldset.bdrclrstyle {border:2px dotted #00f} /* Border width, style and colour */

fieldset.nobdr {border:none} /* No border */

fieldset.newfont {font-family:"Courier New",Courier} /* Different font */

fieldset.bigfont {font-size:2em} /* Bigger text */

fieldset.smlfont {font-size:0.5em} /* Smaller text */

fieldset.bldfont {font-weight:bold} /* Bold text */

fieldset.padmore {padding:2em} /* Increase padding */

fieldset.align {text-align:right} /* Change text alignment */

fieldset p {margin:0; font-style:italic;} /* Remove margins from p elements inside fieldsets */

/* End Fieldsets/Legends */

/* Text Input Box/Text Area */
input,textarea {border:1px solid grey;}

input.fullwidth,textarea.fullwidth,select.fullwidth {width:100%} /* Width */

input.txtbgclr,textarea.txtbgclr,select.txtbgclr { /* Text and background colour, blue on light gray */
color:#00f;
background-color:#ddd;
}

input.bgimg,textarea.bgimg,select.bgimg {background-image:url(/images/form/stripe-form.png.png);background-repeat:repeat} /* Background image */

input.thkbdr,textarea.thkbdr,select.thkbdr {border-width:6px} /* Border width */

input.setbdr,textarea.thkbdr,select.setbdr {border:2px dotted #00f} /* Border width, style and colour */

input.nobdr,textarea.nobdr,select.nobdr {border:none} /* No border */

input.newfont,textarea.newfont,select.newfont {font-family:"Courier New",Courier} /* Different font */

input.bigfont,textarea.bigfont,select.bigfont {font-size:2em} /* Bigger text */

input.smlfont,textarea.smlfont,select.smlfont {font-size:0.5em} /* Smaller text */

input.bold,textarea.bold,select.bold {font-weight:bold} /* Bold text */

input.padmore,textarea.padmore,select.padmore {padding:1em} /* Increase padding */

input.align,textarea.align,select.align {text-align:right} /* Change text alignment */

/* Drop Down Select Menu/Multiple Select Menu */
select.bgclr {background-color:#999} /*set background color */

select.txtclr {color:red} /* set text color */

form h3 {margin-top:5px; padding:0;text-align:left;color:#E06FFF;}
p.form {color:white;text-align:left;}
/* Form Layout */
.label {font-size:14px;text-align:right;}
.labelL {font-size:14px;text-align:left;}
.checkbigfont,.radiobigfont {font-size:1.5em}
.checkregfont, .radioregfont {font-size:1.0em}
.box {border:1px solid #999999;}

