/* CSS Document */

.pad #form_container {
    border: solid 1px #E9E9E9;
    padding: 10px;
    background: transparent url(/images/generic/form-back-grad.jpg) repeat-x left bottom;
    width: 565px;
    margin-bottom: 10px;
}

div.form_row_2 {
    width: 562px;
}

input.red_button {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    color: #990000;
    font-weight: bold;
    padding: 1px 3px 1px 3px;
    cursor: pointer;
}

input.red_button.active {
    background-color: #990000;
    border: 1px solid #000000;
    color: #FFFFFF;
}


.form dt {float:left; font-weight:normal; width:180px;margin-right:10px;}
.form legend {font-size:12px; font-weight:bold; margin:10px 0 10px 0;}


.mandatory {color:red;font-weight:bold;}
.errMsg {border:1px solid red; float:right;}
.errFld {border:1px solid red; }
/* End of CSS Document */
