/* Start of CMSMS style sheet 'Forms' */
/*-----------------
GLOBAL
------------------*/
 
form fieldset {
    margin: 20px 0 0;
    width: 480px;
    clear: both;
    display: block;
    border: none;
    padding:0;
    padding-bottom: 0px;
}
 
form legend {
    font-size: 1.5em;
    margin: 0.5em 0;
    color: #4C3346;
}
 
.legend p {
    margin: 0 0 3px;
    width: 60px;
    float: left;
}
 
div.legend {
    margin: 0.5em 0 1em;
    overflow: hidden;
    position: relative;
}
 
/*-----------------
LABELS
------------------*/
 
form label,
form .radioSet label.superlabel,
form .checkboxSet label.superlabel {
    display: block;
    float: left;
    font-weight: bold;
    clear: both;
    width: 200px;
    color: #FF5C5C;
    font-family: georgia, times, serif;
    font-weight: normal;
}
 
/*-----------------
INPUTS
------------------*/
 
form input, form textarea, form select {
    background:transparent url(uploads/images/formBG.png) repeat scroll 0 0;
    border:medium none;
    color:#FA7474;
    font-family:georgia;
    font-size:1.2em;
    margin-bottom:8px;
    padding:5px;
    text-transform:lowercase;
    width:480px;
    padding-left: 20px;
}

* html form input, * html form textarea, * html form select {
    background: #777;
}

form textarea {height: 90px;}
 
/*-----------------
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;}
 
/*-----------------
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: none;
    padding: 0px 3px;
    font-size: 10px;
    background: url(uploads/images/formBG.png) repeat scroll 0 0;
    font-family: georgia, times, serif;
    color: #fff;
}
 
* html form .textinput_multiple input.submit {
    background: #777;
}

form .textinput_multiple input {
    width: 50px;
    float: left;
    margin-top: 4px;
    color: #fff;
}
 
/*-----------------
ALT SIZE INPUT
------------------*/
 
form .LeftLabel {
    position: relative;
    padding-bottom: 3px;
}
 
form .LeftLabel label {
    padding-left: 35px;
}
 
form .LeftLabel input {
    position: absolute;
    left: 0;
    top: 0;
}
 
form .narrowInputs label,
form .narrowInputs input,
form .narrowInputs textarea,
form .narrowInputs select {
    width: 250px;
}
 
form .smallField input, form .smallField textarea, form .smallField select {
    width: 2em;
    border: none;
    background: url(uploads/images/formBG.png) repeat scroll 0 0;
}
 
* html form .smallField input, * html form .smallField textarea, * html form .smallField select {
    background: #777;
}

/*-----------------
REQUIRED & ERROR MESSAGES
------------------*/
 
form .required input, form .required textarea, form .required select {
    background: url(uploads/images/formBG.png) repeat scroll 0 0;
}
 
* html form .required input, * html form .required textarea, * html form .required select {
    background: #777;
}

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 {
    background-color:#FFDFDF;
    border: 1px solid #DF4545;
    padding: 10px;
    width: 484px;

}
.error_message ul, .error ul {
    margin: 0;
    list-style: square;

}

.error_message li {
    color: #333;
}

.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 10px 0;}
form div p strong {color: #7D914A;}
 
form .radioSet div {float: left;}
form .noFloat div {float: none;}
 
/*-----------------
SUBMIT
------------------*/
 
form .submit input {
    background: url(uploads/images/formBG.png) repeat scroll 0 0;
    width: auto;
    border: none;
    padding: 2px 25px;
    cursor: pointer;
    font-family: georgia, times, serif;
    color: #ccc;
    font-size: 1.2em;
    width:74px;
    margin-top: 20px;
}

* html form .submit input {
    background: #777;
}

.terms label {
    width: 600px;
    float: none;
    display: inline;
}

.terms input {
    background: transparent;
    width :15px;
    height: 15px;
}
/* End of 'Forms' */

