body, p, span, div, form, ul, li {
    margin:0;
    padding:0;
    font-family:arial;
    font-size:13px;
    color:#444444;
}

label.error{
    color: red;
    font-size: 11px;
}

input.error,
select.error{
    border:1px solid red !important;
}

.ui-datepicker{
    top: 0px !important;
}

.ui-datepicker *{
    font-size: 11px !important;
}

div.container{
    width: 722px;
    overflow: auto;
    border: 3px solid #000000;
}

div.header{
    padding-top:10px;
    height: 25px;
    text-align: center;
}

div.header span{
    font-size: 20px;
    color: #A00;
    padding-right: 15px;
    border-right: 2px solid #888;
    margin-right: 15px;
}

div.header span:last-child{
    border: none !important;
}

div.form-container{
    padding: 0px 10px;
}

div.form-container table{
    width: 100%;
}

div.form-container table td.input-td{
    height: 25px;
    vertical-align: top;
}

div.form-container table td.error-td{
    height: 15px;
    vertical-align: bottom;
}

div.form-container table td.input-td input.form-input{
    margin: 0;
    border: 1px solid #888;
    padding: 4px;
    font-size: 12px;
    width: 140px;
    height: 15px;
}

div.form-container table td.input-td select.form-select{
    font-size: 12px;
    padding: 4px;
    width: 150px;
    height: 25px;
}

input.submit-button{
    background-color: #FF7403;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius: 5px;
    border:none;
    color: #FFFFFF;
    font-family: arial !important;
    margin: 0;
    cursor:pointer;
    background-image: -moz-linear-gradient(#B32020, #930000);
    background-image: -webkit-linear-gradient(#B32020, #930000);
    background-image: linear-gradient(#B32020, #930000);
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
    -webkit-box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
    -moz-box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
    letter-spacing:1px;
    text-decoration:none;
    display:inline-block;
    padding: 8px 0px;
    width: 146px;
    font-size: 12px;
    line-height: 12px;
}

.phone-text{
    padding-left: 185px;
    height: 20px;
    padding-top: 5px;
    display: none;
}

.phone-1{
    color: #A00;
    font-size: 11px;
    font-weight: bold;
}

.phone-2{
    font-size: 11px;
}

.footer{
    text-align: center;
    padding: 5px 0px;
    background-color: #F2F2F2;
    width: 100%;
    margin-top: 10px;
    height: 20px;
    line-height: 20px;
}

.footer span{
    font-size: 12px;
}

.footer a{
    text-decoration: none;
    font-size: 12px;
    color: #2074BE;
}