/* Forms */

form.siteform {
    color:#656551;
    border-style:solid;
    border-width: 0 0 0 0;         
    border-color:#AAAAAA;          
    padding: 0px 0px 5px 0px; 
    width: 100%;
    font-weight: bold;
    text-align: left;
    font-size: 90%;
}

form.siteform fieldset {  
    border: none;
    border-top: 1px solid #C9DCA6;                                                 
    background: white;
    margin-bottom: 10px;
}

form.siteform legend {
    padding: 0 5px 0px 5px;
    font-weight: bold;
}
         
form.siteform label {
    display: inline-block;
    line-height: 1.3;
    vertical-align: top;
}

form.siteform fieldset ol {
    margin: 0;
    padding: 0;
}

form.siteform fieldset li {
    list-style: none;
    padding: 2px;
    margin: 0;
    padding: 5px 10px 7px;
    clear:left;
    overflow: hidden;
    background: url(../global/img/zncform-divider.gif) left bottom repeat-x;  
}

form.siteform fieldset fieldset {
    border: none;
    margin: 3px 0 0 0;
    background: none;   
} 

form.siteform fieldset fieldset legend {
    padding: 0 0 5px 0;
    font-weight: normal;
}

form.siteform fieldset fieldset label {
    display: block;
    width: auto;
}

form.siteform em {
    font-weight: bold;
    font-style: normal;
    color: #f00;
}

form.siteform fieldset label {
    width: 30%; /*  160px; Width of labels */ 
    display:block; /* DAR change 6-08-09 */
    float:left;
}

form.siteform fieldset fieldset label {
    margin-left: 31%;  /*163px; Width plus 3 (html space) */
}
          
form.siteform fieldset input {
  width: 67%;
  width: 100%; /* DAR change 6-08-09 */ 
}            

form.siteform fieldset table {
  width: 67%;     
  width: 100%; /* DAR change 6-08-09 */ 
  display: inline;        
}

form.siteform fieldset textarea {
  width: 67%;
  width: 100%; /* DAR change 6-08-09 */ 
}

form.siteform fieldset select {
  width: 67%;
  width: 100%; /* DAR change 6-08-09 */ 
}

form.siteform .button {
  width: 75px;
}

form.siteform fieldset .radio {
  width: 30px;
}

form.siteform fieldset .checkbox {
  width: 30px;
}

form.siteform fieldset .shortselect {
  width: 60px;
}

form.siteform fieldset .multiline1 {
    line-height: 180%;
}

form.siteform fieldset .multiline {
    line-height: 200%;
}

form.siteform .rightdiv {
    position:relative;
    margin-left: 30%
}

form.siteform fieldset li.instructions {
    background: none;
} 

.save_error{
    color: red;
}

.requiredfield{
    color: red;
}  
