/*start reset*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
    margin:0;
    padding:0;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
fieldset,img {
    border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-style:normal;
    font-weight:normal;
}
ol,ul {
    list-style:none;
}
caption,th {
    text-align:left;
}
h1,h2,h3,h4,h5,h6 {
    font-size:100%;
    font-weight:normal;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border:0;
}
/*end reset*/

.select_form {
    margin-top:30px;
}
.form_line {
    margin:0 auto;
    padding:0 0 10px 20px;
    width:380px;
}
label {
    padding:0 20px 0 10px;
    width:110px;
    display:inline-block;
    line-height:12px;
}

/*all*/
.outtaHere {
    position:absolute;
    left:-3000px;
}
span.left, span.center, .selectArea a, .checkboxArea, .checkboxAreaChecked, .radioArea, .radioAreaChecked {
    display:inline-block;
    *display:inline;
    zoom:1;
    vertical-align:top;
}

/*select*/
.form_line select {
    width:265px;
}
.selectArea {
    /*    margin:0 25px 0 10px;
        position:relative;
        background:url(select_center.png) repeat-x;*/
}

.pop-up-form .selectArea{
    position: relative;
    background: none;
    background-color: #fff;
    width: 208px;
    height: 39px;
    line-height: 39px;
    border: 1px solid #E6E6E6;
    border-radius: 3px;
    display: inline-block;
    overflow: hidden;
    text-align: left;    
    margin-bottom: 12px;
    font-family: 'pt_sansregular';   
    vertical-align: middle;
}

a.selectButton, span.left {
    height:27px;
    position:absolute;
    top:0;
}
span.left {
    width:10px;
    left:-10px;
    background:url(select_sprite.png) no-repeat 0 -27px;
}
span.center {
    line-height:39px;
    padding-left: 10px;
    padding-right: 10px;
}

.privat-office span.center ,.registration span.center {
    padding-left: 13px;
}

a.selectButton {
    width:25px;
    right:0px;
    background:url(select_sprite.png) no-repeat 0 0;
}

.pop-up-form .selectButton {
    right: 0;
    width: 30px;
    height: 39px;
    background-image: url(../images/bg/ar.jpg);
    background-position: center center;
    background-repeat: no-repeat;
}


/*option*/
.optionsDivVisible {
    //margin-left:-5px;
    z-index: 99;
}
.select-center {
    padding:5px 5px;
    background:#fff;
    border:1px solid #ccc;
    border-top:0;
}
.select-center a {
    padding-left:10px;
    line-height:18px;
    color:#666;
    text-decoration:none;
}
.select-center a:hover {
    color:#333;
}

.radioArea, .radioAreaChecked, .checkboxArea, .checkboxAreaChecked {
    margin-top:4px;
    width:20px;
    cursor: pointer;
}
/*checkbox*/
.checkboxArea, .checkboxAreaChecked {
    height:14px;
}
.checkboxArea {
    background:url(../images/main-sprite.png) no-repeat -34px -130px;
}
.checkboxAreaChecked {
    background:url(../images/main-sprite.png) no-repeat 0px -130px;
}

/*radio*/
.radioArea, .radioAreaChecked {
    height:20px;
}
.radioArea {
    background:url(../images/main-sprite.png) no-repeat -34px -130px;
}
.radioAreaChecked {
    background:url(../images/main-sprite.png) no-repeat 0px -130px;
}