
div.standard-form input, div.standard-form select,
div.standard-form textarea {
    display: block;
    border: 1px solid #789abc;
    -moz-border-radius: 3px; 
    -webkit-border-radius: 3px;
    border-radius: 3px; 
    margin-bottom: 10px; 
    width: 195px;
}

div.standard-form textarea {
    padding: 4px 4px 0px 4px;
}

div.standard-form input {
    height: 28px;
    padding: 0px 4px 0px 4px;
    line-height: 20px;
}

div.standard-form label {
    font-weight: bold;
}

div.standard-form span.required {
    color: red;
}

div.standard-form ul.errorlist,
div.standard-form ul.errorlist li {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    color: red;
    font-size: 11px;
    line-height: 11px;
}

div.standard-form ul.errorlist {
    margin-bottom: 10px;
}

div.standard-form fieldset {

    position: relative;
    
    -moz-border-radius: 14px; 
    -webkit-border-radius: 14px;
    border-radius: 14px; 

    -moz-box-shadow: 0px -3px 3px #AAA;
    -webkit-box-shadow: 0px -3px 3px #AAA;
    box-shadow: 0px -3px 3px #AAA;
    
    padding: 0px;
    margin: 0px;
    
    border: 1px solid #686868;
    background: #FFF url(/media/images/scheduler/add-customer/fieldset-bg.png) -17px 0px repeat-x;
    
    float: left;
    
    
}

div.standard-form fieldset legend {

    -moz-border-radius: 4px 4px 0px 0px; 
    -webkit-border-radius: 4px 4px 0px 0px; 
    border-radius: 4px 4px 0px 0px; 

    -moz-box-shadow: 0px -3px 3px #AAA;
    -webkit-box-shadow: 0px -3px 3px #AAA;
    box-shadow: 0px -3px 3px #AAA;

    position: absolute;
    top: -22px;
    left: 50px;
    
    height: 17px;
    padding: 2px 20px;
    margin: 0px;
    
    font-size: 12px;
    color: #374a70;
    font-weight: bold;
    
    background: #FFF url(/media/images/scheduler/add-customer/fieldset-bg.png) 0px 0px repeat-x;
    border: 1px solid #686868;
    border-bottom: 0px;
    
}


div.standard-form fieldset div.fields-wrapper {
     margin: 8px 0px 0px 0px;
     padding: 0px 2px 18px 20px;
}


