.cascade-filter-form .dropdown_filter_box label { 
    display: block;
}
.cascade-filter-form .dropdown_filter_box select {
    width: 100%;
}

.cascade-filter-form .horizontal {
    float: left;
    margin-right: 5px;
}

.cascade-filter-form .h_clear {
    clear: both;
}

.cascade-filter-form .msg_box{
    padding: 0.2em 0.5em;
    margin-bottom: 0.5em;
    color: #c09853;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    display: none;
    border-radius: 4px;
}

.cascade-filter-form .msg_box.error {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #E66F6D;
    text-align: center;
}

.cascade-filter-form .button_filter_box .button {
    margin-right: 15px;
}

.cascade-filter-form .wcf_vehicle_label{
    padding: 0 1em 0 0;
}

.cascade-filter-form .wcf_ajax_indicator{
    background: url(ajax_indicator.gif) no-repeat;
    width: 16px;
    height: 11px;
    margin: 0px 6px;
    display: none;
}

.wp-admin .addnew_button {
    background: url(add-new.png) top center no-repeat;
    padding: 0 0 0 30px;
    width: 70px;
    height: 23px;
    display: inline-table;
    font-size: 11px;
    line-height: 24px;
}

.wp-admin .addnew_button:hover {
    background-position: bottom center;
}

.wp-admin .remove_button {
    background: url(remove-new.png) top center no-repeat;
    padding: 0 0 0 30px;
    width: 70px;
    height: 23px;
    display: inline-table;
    font-size: 11px;
    line-height: 24px;
}

.wp-admin .remove_button:hover {
    background-position: bottom center;
}

.wp-admin .wcf_admin_filter_element {
    display: block;
    padding: 5px 10px;
    border-bottom: 1px solid #eee;
}

.wp-admin .wcf_admin_filter_element:hover {
    background-color: #eee;
}

.wp-admin .wcf_admin_filter_element .wcf_delete_link{
    padding-left: 1em;
}


.wp-admin .wcf_admin_new_filter_element_container{
    padding-top: 1em;
}