

/* OLD STYLES */
#CAR_CHOOSE{
    display: none;
}
.content form
{
    background: #eaeeed;
    padding: 20px;
    color: #000!important;
    margin-right: 10px;
}
.content form input, .content form select, .content form textarea
{
    width:410px;
    background-color: #FFFFFF;
    border: 1px solid #CFD7D9;
    padding: 2px;
    margin-bottom:3px;

}
.content form select
{
    width:416px;
    height:22px;
}
td.lable
{
    width:198px;
    color:#000!important;
    vertical-align:top;
}
.content form img
{
    margin-top:3px;
    margin-bottom:3px;
}
.form-required
{
    color:#000!important;
}
.content form textarea
{
    height:147px
}
.content form input
{
    height:14px;
}
.send_form
{
    background: url("../img/send_sprite.gif") no-repeat scroll 0 0 transparent;
    color: #3E3E3E;
    display: block;
    float: right;
    padding:0px;
    margin-top: 3px;
    padding-top: 4px!important;
    text-align: center;
    text-decoration: none;
    width: 101px!important;
    height:24px!important;
    border:none!important;
    cursor:pointer;
    font-size:12px;
    font-weight:bold;
}
.send_form:hover
{
    background-position:0px -25px;
}

/*seacrh form*/
#staff_search form{
    background: none;
    padding: 0px;
    margin: 0px;

}
#staff_search form input{
    color: #aaa !important;
    font-size: 11px;
    margin-right: 10px;
    height: 14px;
    margin-top: 6px;
    padding-left: 3px;
    margin-left: 5px;
    width: 129px;
    border: 1px solid rgb(207, 215, 217);
    vertical-align: middle;
}

#staff_search form input.search-input{margin-top: 8px}

#staff_search form #staff_search_form_submit{
    padding: 0;
    margin-top: 5px;
    background-image: url("../img/search_sprite.gif") !important;
    background-color: transparent;
    background-position: 0px 25px;
    border: none;
    width: 64px;
    height: 25px;
    cursor: pointer
}
#staff_search form #staff_search_form_submit:hover {
    background-position: 0px 0px;
}
/*end search form*/



/* NEW STYLES */
table.newform input.redborder, table.newform select.redborder, table.newform textarea.redborder{ border: 1px solid red;}
table.newform input, table.newform select, table.newform textarea{border: 1px solid #333; width: 280px;margin-bottom: 11px;margin-top: 3px;background: #FFF;outline: none;padding: 5px 10px;}
 table.newform select{height: 27px;}
table.newform input{height: 15px;}
table.newform select{width: 300px;}
table.newform td.big select{width: 625px;}
/*table.newform textarea{margin-bottom: 10px; width: 100%;padding: 0 !important;}*/

table.newform textarea{width: 96%;padding: 1% 2% !important;}

table.newform td, table.newform td span, table.newform th{padding: 5px 10px;font-family: 'VWHeadlineOTBook';font-size: 14px;}
table.newform thead th{padding-left: 0;text-align: left;}
table.newform tfoot th{text-align: left;}
.content form {background: #FFF;}
.content form.new{box-shadow: 1px 1px 10px #ccc;}

.content form.new textarea {height: 75px;}