/*CSS RESET*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed,  figure, figcaption, footer, header, hgroup,  menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
table {border-collapse: collapse; border-spacing: 0; }
.clear{clear:both;}
body{
    background: #f7fdff;
    font:14px/1.4 'Helvetica', sans-serif;
}
.inner{
    width:500px;
    margin:0px auto;
}
h2{
    background: #3093cd;
    display: inline-block;
    margin-top:30px;
    padding:5px 20px;
    color:#fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-size: 18px;
    position: relative;
    z-index: 777;
    box-shadow: 1px 2px 3px #a5a5a5;
}
.wrap{
    background: #fff;
    padding:20px;
    clear: both;
    box-shadow: 1px 2px 3px #a5a5a5;
    position: relative;
    z-index: 999;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    color:#585858;
}
.header{
    padding:20px 20px 0px;
    text-align: center;
}
.header h1{
    font-size: 30px;
    line-height: 1.1em;
}
.header h1 span{
    display: block;
    font-size: 16px;
}
.header .lng_swicher{
    text-align: center;
    font-size: 0;
    margin-bottom:20px;
    
}
.header .lng_swicher a{
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 11px;
    color:#fff;
    padding:5px 10px;
    background: #c04c25;
    border-left:1px solid #d25329;
    border-right:1px solid #9e3e1e;
}
.header .lng_swicher a.current{
    background:#9e3e1e;
    border-left:0px;
}
.header .lng_swicher a:first-child{
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-left:0px;
}
.header .lng_swicher a:last-child{
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-right:0px;
}
.header .lng_swicher a:hover{
    text-decoration: underline;
}
.data{
    clear:both;
    padding:10px 0px;
}
.data .name{
    float:left;
    width: 165px;
    line-height: 35px;
    text-align:right;
    padding-right:15px;
}
.data .name.multiline{
    line-height: 16px;
}
.data .name span.small{
    display: block;
    font-size: 11px;
    line-height: 140%;
    margin: -7px 0 0 0;
    font-style: italic;
    color: #9a2516;
}
input[type="text"], textarea{
    float:right;
    width:250px;
    padding:7px 10px;
    font-size: 14px;
    border:1px solid;
    border-color:#a3a3a3 #c6c6c6 #e5e5e5;
    -webkit-box-shadow: inset 0 1px 1px #cfcfcf;
    -moz-box-shadow: inset 0 1px 1px #cfcfcf;
    box-shadow: inset 0 1px 1px #cfcfcf;
    border-radius: 2px;
}
.dates input{
    background: url(/img/form_calendar.png) 242px 7px no-repeat;
}
select{
    float:right;
    width:250px;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    border: 1px solid #ABADB3;
}
select.select_year{
    width:75px;
}
select.select_month_day{
    width:55px; 
    margin-right: 10px;
}
input[type="checkbox"]{
    float:left;
    margin-right:10px;
}
a.add{
    display: inline-block;
    float:right;
    margin-top:20px;
    border-bottom: 1px dashed #3093cd;
    color:#3093cd;
    cursor: pointer;
}
button{
    display: block;
    font-size: 20px;
    width:280px;
    background: #3093cd;
    margin:40px auto 100px;
    border:0px;
    border-top:1px solid #338dbd;
    color:#fff;
    padding:10px 0px 11px 0px;
    border-radius:3px;
    cursor: pointer;
}
button:hover{
    background: #0071ac;
}
div.error input {
    border: 1px red solid;
}
.error {
    color: red;
}
label.error {
    text-align: right;
    display: block;
    width: 100%;
}

span.terms{
    display: inline-block;
    border-bottom: 1px dashed #3093cd;
    color:#3093cd;
    cursor: pointer;
}


.tech_page{
    background: #fff;
    width:440px;
    padding:30px 30px;
    margin:10px auto 0px;
    box-shadow: 1px 2px 3px #a5a5a5;
}
.tech_page h1{
    margin-bottom: 20px;
}

a.dwnld_button {
    display: inline-block;
    margin:30px 0 10px;
    padding: 10px 20px;
    text-transform: uppercase;
    text-decoration:none;
    background: #2685b7;
    color:#fff;
}

#dialog_bg{
    position: fixed;
    display: none;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    z-index: 9999;
}
#terms{
    display: none;
    position: fixed;
    background: #fff;
    left: 50%;
    top: 55%;
    z-index: 99999;
    width: 680px;
    padding:10px 10px;
    -moz-transform: translate(-350px, -290px);
    -o-transform: translate(-350px, -290px);
    -ms-transform: translate(-350px, -290px);
    -webkit-transform: translate(-350px, -290px);
    transform: translate(-350px, -290px);
}
#terms .close{
    height:40px;
    line-height: 45px;
    background: #ffffff;
    position: absolute;
    top:-40px;
    right:0px;
    font-family: "Helvetica", sans-serif;
    width:100px;
    margin:0px 0 0 -50px;
    left:auto;
    color:#8a8689;
    text-align: center;
    border-top-left-radius:10px;
    border-top-right-radius: 10px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    cursor: pointer;
}
.terms_text{
    overflow-y: scroll;
    width:660px;
    height:500px;
    padding: 10px 10px 30px;
    font-size: 13px;
}
.terms_text strong{
    font-weight: bold;
}
.terms_text h1{
    display:block;
    text-align: center;
    font-family: "Helvetica", sans-serif;
    font-size:20px;
    line-height: 20px;
    color: #2f2f2f;
    text-transform: uppercase;
    margin:20px 0 0;
}
.terms_text h2{
    font-family: "Helvetica",sans-serif;
    background: none;
    display: block;
    color: #313131;
    box-shadow: none;
    text-align: left;
    padding: 20px 0px 5px;
    border-bottom: 1px dashed #F4F4F4;
    margin: 0px 0px 10px;
    font-size: 18px;
    text-transform: uppercase;
}
.terms_text ol{
    list-style: outside none inside;
    margin: 10px 30px;
    color: #484848;
}
.terms_text ul{
    list-style: outside square;
    margin: 10px 30px;
    color: #484848;
}
.terms_text li{
    margin:7px 0;
}
.terms_text p{
    margin: 5px 0;
    color:#484848;
}
.welcome_info {
    width: 500px;
    font-size: 13px;
    color:#444;
    border-top:1px solid #f4f4f4;
    padding: 10px 0 0 0;
}
.welcome_info b{
    font-weight: bold;
}
.welcome_info ul{
    margin: 5px 0 0 0;
}
.welcome_info ul li {
    list-style: inside circle;
    margin-left:10px;
    padding: 2px 0;
}

.alert_info {
    padding-top: 30px;
    font-size: 18px;
    color: red;
    text-align: center;
}