/* Start of CMSMS style sheet 'Forms' */
/*-----------------
GLOBAL
------------------*/
 
form fieldset {
    margin: 20px 0 0 20px;
    clear: both;
    display: block;
    border: none;
    padding:0;
    border-bottom: none;
    padding-bottom: 10px;
}
 
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: normal;
    clear: both;
    width: 170px;
    color: #666;
}
 
/*-----------------
INPUTS
------------------*/
 
form input,
form textarea,
form select {
    width: 500px;
    padding: 3px;
    border: 1px solid #ccc;
    background: #f9f9f9;
    font-size: 1em;
    font-family: arial,helvetica, sans serif;
    margin-bottom: 8px;
}
form input:hover,
form textarea:hover,
form select:hover {background: #F3F3F3;}
 
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: 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;
}
 
/*-----------------
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: solid 1px #AAA;
    background: #F5F5F5;
}
 
/*-----------------
REQUIRED & ERROR MESSAGES
------------------*/
 /*
form .required input,
form .required textarea,
form .required select {
    background: #F5F5F5;
    border-color: #AAAAAA;
}*/
 
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: 580px;
}
.error_message ul, .error ul {
    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;}
 
/*-----------------
SUBMIT
------------------*/
 
form .submit input {
    width: auto;
    border: solid 0px #BBB;
    padding: 5px;
    border-color: #AAA #888 #888 #AAA;
    cursor: pointer;
    font-weight: bold;
    margin-left: 20px;
    background-color: #ED5E2C;
    color: #fff;
}
form .submit input:hover {
    background-color: #C58A5E;
}
/* End of 'Forms' */

