/* Start of CMSMS style sheet 'Forms' */
/*-----------------
GLOBAL
------------------*/
 
form fieldset {
    background:#ccc;
    border:medium none;
    clear:both;
    display:block;
    margin:20px 0;
    padding:20px;
    width:82%;
* padding-top: 0px;
}
 
form legend {
    font-size: 1.5em;
    margin: 0 0;
    color: #000;
    border-bottom: 1px solid #000;
        background: #ccc;
padding:10px 10px 2px;
* margin-bottom: 20px;
}
 
form fieldset.hideFieldset {display:none;}

.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, form .radioSet label, form .checkboxSet label {
    display: block;
    font-weight: bold;
    clear: both;
    width: 500px;
    color: #222;
margin-top: 10px;
}
 
form .wide label {
    width: 500px;
}
label small {color: #666;}
h4 small {color: #666; font-size:10px;}

/*-----------------
INPUTS
------------------*/
 
form input,
form textarea,
form select {
    width: 500px;
    border: solid 1px #AAA;
    background: #F5F5F5;
    font-size: 1em;
    font-family: arial,helvetica, sans serif;
    margin-bottom: 8px;
}
 
form textarea {height: 90px;}
 
/*-----------------
RADIO / CHECKBOX
------------------*/
 form .radioSet,
form .checkboxSet {
padding-bottom: 10px;
overflow: hidden;
}
form .radioSet input,
form .checkboxSet input {
    width: auto;
    border: none;
    margin-bottom: 0;
}
 
form .radioSet div label,
form .checkboxSet div label {

    display: inline;
    font-weight: normal;
    color: #333;
    clear: both;
}
form .radioSet.longLabel div {width:100%;}

form .checkboxSet div, form .radioSet div {
      overflow: hidden;
      width: 50%;
      float: left;
      font-size: 0.94em;
      margin: 4px 0;
}



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;
}
 
.abstractSearch input.submit, .abstractSearch #m2fbrp_searchsubmit {

    width: 147px;
    float: left;
    cursor: pointer;
    margin-right: 8px;
margin-top: 10px;
    border: double 3px #BBB;
    padding: 0px 3px;
    border-color: #AAA #888 #888 #AAA;
    font-size: 13px;
    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: #eee;
    border-color: #888;
}

form .checkboxSet.requirederrorinput div,
form .radioSet.requirederrorinput div {    
background-color:#FFDFDF !important;
border:1px solid #DF4545 !important;
width: 49%;
margin-right:1px;
}
 
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: #000;}
 
form .radioSet div {float: left;}
form .noFloat div {float: none;}
 
/*-----------------
SUBMIT
------------------*/
 
form .submit input {
    width: auto;
    border: double 3px #BBB;
    padding: 1px 3px;
    border-color: #AAA #888 #888 #AAA;
    cursor: pointer;
    color: #FF0080;
    background: #111;
}

form .submit input:hover {
    color: #fff;
}

form .submit.complete input {
  background:#FFBBBB;
  border-color:#AAAAAA #888888 #888888 #AAAAAA;
  border-style:double;
  border-width:3px;
  color:#000000;
  cursor:pointer;
  padding:8px 30px;
  position:absolute;
  top:625px;
  left:0;
  width:auto;
  font-weight: bold;

*top: 425px;
}

form .submit.complete input:hover {
    color: #222;
    background: #FF8F8F;
}


form .submit input {
  background:#FFBBBB;
  border-color:#AAAAAA #888888 #888888 #AAAAAA;
  border-style:double;
  border-width:3px;
  color:#000000;
  cursor:pointer;
  padding:8px 30px;
  width:auto;
  font-weight: bold;
}

form .submit input:hover {
    color: #222;
    background: #FF8F8F;
}


/*------------------PAYMENT FORM-------------------*/


.paymentForm input,
.paymentForm textarea,
.paymentForm select, .paymentForm div.uneditable input{

background: #ccc;
color: #333;
border: none;

}

.paymentForm label {
    width: 335px;
}


.paymentForm .required input,
.paymentForm .required textarea,
.paymentForm .required select {
    background: #ccc;
    border: none;
    color: #555;
color: #333;
}


.paymentForm .abstract input, .paymentForm .abstract select, .paymentForm .abstract textarea {

    width: 500px;
    border: solid 1px #AAA;
    background: #F5F5F5;
    font-size: 1em;
    font-family: arial,helvetica, sans serif;
    margin-bottom: 8px;
    color: #333;
}



table.pagetable {
       width: 600px;
       border: none;
       margin: 30px 0;
       background: #efefef;
}

table.pagetable th {
    border: 1px solid #000;
}

table.pagetable td {
   color: #333;
   vertical-align: top;
}

table.pagetable td.mandatory {
   background: #ffe0e0;
}

table.pagetable td h5 {
    margin-top: 0;
}

table.pagetable td.active p {
   color: #111;
}

table.pagetable td.active {
    background: #fbb;
} 

table.pagetable tbody {
    background: none;
}

table.pagetable .link {
    float: right;
}

table.pagetable h6 {
    font-size:1.2em;
    margin:0;
} 


form h6 {
    color:#555;
    line-height:3px;
    margin:0;
}

.paymentForm h6, .regForm h6 {
    margin-bottom: 10px;
}

.hiddenLabel label {
    display: none;
}
/* End of 'Forms' */

