
body{
    background-color: #000;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #fff;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}
.styled-select select {
    background: #FFFFFF;
    width: 252px;
    padding: 5px;
    font-size: 16px;
    line-height: 1;
    border: 0;
    border-radius: 0;
    height: 34px;
}
.fieldset_x{
    border: 1px solid #FFFFFF;
    padding: 5px;
}
.fieldset_x>legend{
    font-size: 15px;
}
table.table_order_client td{ color:#fff;}
table.table_order_client td input,table.table_order_client td textarea{ color:#000;}
.formLegend{
    color:#3cb33c;
    font-size:16px;
}
.block{ color:#fff;
        font-size: 17px;
}
.center{
    text-align: center;
    margin:0 auto;
    float: none;
    display: inline-block;
}

.sexy_line{
    margin-top: 15px;
    display:block;
    border:none;
    color:white;
    height:1px;
    background:black;
    background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 350, from(#6FC200), to(#000));
}
.menu-image {
    background-image: url("../images/top_menu_bg.jpg");

}
