﻿* {
    margin:0;
    padding:0;
}
body{
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
    direction: ltr;
}
.clear{
    clear:both;
    float:none;
}
.header{
    width:100%;
    height:320px;
    background:url(/MainSite/Images/bgHeader_en.jpg) no-repeat center;
}

.content{
    width:920px;
    padding:20px;
    margin:20px auto;
    background-color: #f0f1f1;
}
.form{
    line-height:30px;
    width: 840px;
    margin: 0 auto;
}
.form_left{
    width:380px;
    float:left;
}
.form_right{
    width:380px;
    float:right;
}
.form_title{
    height:30px;
    margin:0 0 10px;
    font-weight:bold;
}
.form_group{
    overflow:hidden;
    margin:0 0 10px;
}
.form .form_group > label{
    display:block;
    width:150px;
    height:30px;
    float:left;
}
.form .form_group.vertical > label{
    width:380px;
    height:auto;
    float:none;
}
.form .form_group > label.double{
    line-height:15px;
}
.form input[type=text],.form input[type=password]{
    display:block;
    width:208px;
    height:28px;
    padding:0 10px;
    border:1px solid #ccc;
    float:left;
}
.form .form_group.vertical input[type=text],.form .form_group.vertical input[type=password]{
    width:358px;
}
.form select{
    display:block;
    width:230px;
    height:30px;
    border:1px solid #ccc;
    float:left;
}
.form .form_group.vertical select{
    width:380px;
}
.form .radio_wrap label{
    padding:0 5px 0 0;
}
.form .radio_wrap input{
    margin: 0 20px 0 0;
}
.for_sponsor{
    display:none;
}
.price_table {
    padding:20px 0;
}
.price_table .price_title{
    text-align:center;
    font-weight:bold;
    font-size:20px;
    padding:0 0 10px;
}
.price_table table{
    border: 1px solid #ccc;
    border-collapse: collapse;
    border-spacing: 0;
    width:100%;
    table-layout:fixed;
}
.price_table table td, .price_table table th{
    border: 1px solid #ccc;
    padding:10px;
    vertical-align:middle;
}
.btn_send{
    display:block;
    width:150px;
    height:40px;
    border:none;
    line-height:40px;
    margin:20px auto 20px;
    text-align:center;
    background:#79c843;
    color:#fff;
}