/* Start of CMSMS style sheet 'Forms' */
/*-----------------
GLOBAL
------------------*/
 
form div.contactForm, form div.promoForm {
    background: url(uploads/images/layout/multiline.gif) repeat-x scroll bottom left; 
    padding-bottom: 35px;
    margin-bottom: 40px;
    display: block;
    width: 558px;
    margin-left: -14px;
}
form div.contactForm {*margin-bottom: -25px; *padding-bottom: 8px;}
form div.promoForm {padding-bottom: 20px; margin-bottom: 20px; *padding-bottom: 8px;}

form fieldset {
    margin: 0;
    width: 558px;
    border: none;
    padding: 2px 0 0;
    background: #F7F8EA url(uploads/images/layout/multiline.gif) repeat-x scroll 0 0;
}
 
form legend {
    font-size: 13px;
    margin: 5px 0 10px;
}
 
form fieldset div {
    overflow: hidden;
    border-bottom: 1px dashed #CCD15D;
    background: #F7F8EA url(uploads/images/layout/form-bg.gif) repeat-y scroll 0 0;
    padding: 0 0px 0 16px;
}
form fieldset div.widerLabel {
    background: #F7F8EA url(uploads/images/layout/form-bg.gif) repeat-y scroll 60px 0;
}

form p.disclaimer {
     width: 320px;
}
form p.disclaimer b {
     font-weight: normal;
     color: #000;
}
 
/*-----------------
LABELS
------------------*/
 
form label,
form .radioSet label.superlabel,
form .checkboxSet label.superlabel {
    display: block;
    float: left;
    font-weight: normal;
    clear: both;
    width: 120px;
    color: #666;
    padding: 5px 20px 5px 0;
}
 
/*-----------------
INPUTS
------------------*/
 
form input,
form textarea,
form select {
    width: 374px;
    border: 1px solid #F4F5E0;
    background: #F4F5E0;
    font-size: 1em;
    font-family: arial,helvetica, sans serif;
    margin: 4px 1px 4px 17px;
    padding: 0px;
    padding-left: 3px;
}
 
form textarea {height: 50px;}
form select {width: 150px; padding: 0;} 
form .widerLabel select {width: 324px;}
form option {padding: 0;}

.midHeight input {height: 28px;}

* html form input, * html form textarea, * html form select {width: 374px;}

form input:hover,
form textarea:hover,
form select:hover {border: 1px solid #CCD15D;}

form .borderOn input, 
form .borderOn select, 
form .borderOn textarea {border: 1px solid #CCD15D;}
 
/*-----------------
RADIO / CHECKBOX
------------------*/
 
form .radioSet input,
form .checkboxSet input {
    width: auto;
    border: none;
    margin-bottom: 0;
}
 
form .radioSet div label,
form .checkboxSet div label,
form .radioSet label,
form .checkboxSet label {
    display: inline;
    font-weight: normal;
    color: #63605F;
}
 
form .datepicker select, form .timepicker select {width: 80px;}

form div.checkBox {
    margin-left: 0;
    border: none;
    width: 180px;
    float: left;
    padding-left: 300px;
    overflow: hidden;
}

form .checkBox label {
    margin: -17px 0 0 30px;
    padding: 0;
    width: 140px;
}
* html form .checkBox label {margin-left: 15px;}
 
form .checkBox input {
     width: auto;
    border: none;
    margin: 8px 0 0 10px; 
}
* html form .checkBox input {width: 15px;}

form .radioSet div, 
form .checkBoxSet div {
   float: left;
   border: none;
   background: #F4F5E0;
   background: transparent;
   width: 64px;
   margin: 0;
   padding: 5px 0 0px 16px;
}
form .checkBoxSet div {width: 140px;}
form .checkBoxSet {min-height: 70px;}

form .subscribe .checkBoxSet div {width: 110px;}
form .subscribe .checkBoxSet {height:50px;}
form .subscribe .midHeight {height:38px;}
form .subscribe .checkBoxSet {padding:5px 0 0px 16px;}

form .radioSet div input, 
form .checkBoxSet div input {margin: 0; width:15px;}

form .radioSet label, 
form .checkBoxSet label {
    background: #F7F8EA;
    background: transparent;
}
form .checkBoxSet label {}

form .radioSet div label {
    border: none; 
    width: 60px;
    text-transform: uppercase;
    float: none;
    padding: 0px;
    height: 12px;
    background: #F4F5E0;
}
form .checkBoxSet div label {
    padding: 0px;
    background: #F4F5E0;
    float: none;
    border: none; 
    width: 20px;
    display: inline;
}

/*-----------------
MULTIPLE INPUT
------------------*/
 
form .textinput_multiple div {
    float: left;
    overflow: hidden;
    clear: both;
}
 
form .textinput_multiple div input {
    width: 390px;
    float: none;
    margin-top: 4px;
}
 
form .textinput_multiple input.submit {
    width: 50px;
    float: right;
    cursor: pointer;
    margin-right: 8px;
    border: double 3px #BBB;
    padding: 0px 3px;
    border-color: #AAA #888 #888 #AAA;
    font-size: 10px;
    background: #F5F5F5;
}
 
form .textinput_multiple input {
    width: 50px;
    float: left;
    margin-top: 4px;
}
 
/*-----------------
REQUIRED & ERROR MESSAGES
------------------*/
 
form .required input,
form .required textarea,
form .required select {
}

form .errorinput input, form .requirederrorinput input,
form .errorinput textarea, form .requirederrorinput textarea,
form .errorinput select, form .requirederrorinput select {
    background-color:#FFDFDF !important;
    border-color:#DF4545 !important;
}
 
.error_message, .error {
    padding: 10px 0;
}
.error_message ul, .error ul {t
    margin: 0;
    list-style: square;
}
.error_message h3, .error h3 {
    margin:0 0 0.5em;
}
 
/*-----------------
JAVASCRIPT ONLY
------------------*/
 
fieldset.hideUntilActivated div {display: none;}
fieldset.hideUntilActivated div.activateHidden, fieldset.hideUntilActivated div.activateHidden div {display: block;}
 
span.label,span.spacer,span.multiple span {width:120px;float:left;}
span.multiple {float:left;}
span.button {padding-left:120px;}
div.clear {clear:both;padding-top:5px;}
label.mandatory {font-weight: bold;}
 
/*-----------------
TYPOGRAPHY
------------------*/
 
form div p {margin: 10px 0 0 0;}
form div p strong {color: #7D914A;}
 
form .radioSet div {float: left;}
form .noFloat div {float: none;}

form fieldset h3 {
    background: none;
    border-top: 20px solid #fff;
    background: #CCD15D;
    color: #000;
    font-weight: normal;
    padding: 3px 0 3px 16px;
    margin: 0 0 0 -16px;
    border-bottom: 4px solid #fff;
}

form .textField {overflow: visible;border: none;}

/*-----------------
      PROMOTION FORM
----------------*/

form .widerLabel label {
width: 178px;
padding-left: 15px;
padding-right: 5px;
}
form .widerLabel label .number {margin-left: -15px; float: left; }

form .widerLabel input,
form .widerLabel textarea {
width: 316px;
}

/*-----------------
SUBMIT
------------------*/

form div.submit {
     width: 75px;
     float: right;
     padding: 8px 0 2px 3px;
}
 
form .submit input {
    width: 75px;
    border: none;
    padding: 1px 3px;
    cursor: pointer;
    text-align: right;
    text-transform: uppercase;
    color: #000;
    background: #CCD15D;
    margin: 0;
}

form .submit input:hover {
    background: #F7F8EA;
}

form div.promoForm div.submit {
    float: left; 
    margin: 30px 0 0 14px; 
    background: url(uploads/images/layout/arrow.gif) no-repeat scroll 0 3px;
    margin-left: -19px;
    padding-left: 35px;
    padding-top: 0;
*margin-left: -12px;
}
form div.subscribeForm {
    float: left;
    background: url(uploads/images/layout/arrow.gif) no-repeat scroll 0 3px;
    margin-left: -35px;
    padding-left: 35px;
    padding-top: 0;
}
* html form div.subscribeForm {margin-left: -12px; background:none;}
form div.promoForm .submit input, form div.subscribeForm input {text-align: left;}


/*-----------------
      FOR BECKY 
------------------*/

form .highLabel label {
    height: 55px;     /* this sets the height for the main label */
}
form .highLabel div label {
    height: 15px;     /* this reduces the height for any inner label's on checkboxes and radio buttons */
}
/* End of 'Forms' */

