.form{
   /* border:1px solid #A2A2A2;*/
    width:800px;
    padding:30px;
    border-radius:5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 0px 0 10px #A2A2A2;
    -moz-box-shadow: 0px 0 10px #a2a2a2;
    box-shadow: 0px 0 10px #A2A2A2;
    line-height: 2;
    
}

.input{
    display:block;
    padding:5px;
    vertical-align: top; 
    border: 1px solid  #ccc;
    border-radius:4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    font-size:16px;
    color:#ccc;
} 
.textField{
    height:32px;
    width:666px;
}
.selectField{
    height:44px;
    width:666px;
    background: #fff;
    color:#000;
} 
.selectField > p{
    padding:5px 0;
} 
/*.selectField:after{
    display: block;
    content: "";
    background: url('/images_v2/select_triangle.gif') no-repeat;
    width: 32px;
    height: 32px;
    margin: -5px 0 0px 634px;
}*/
.dateField{
    width:232px;
    height:32px;
}
.dateClick{
    display:block;
    position:absolute;
    background:url('/images_v2/date3.gif') no-repeat;
    width:15px;
    height: 32px;
    margin: -32px 0 0 217px;
}
.textareaEducation {
    width:666px;
    height:100px;
}

.textareaContacts {
    width:666px;
    height: 66px;
}

.experience{
    display:inline;
    width: 666px;
}
.experience span{ display:inline}
.experience .textField { 
    display:inline;
    width:494px;
    
}
.experience .dateField{
    display:inline;
    width:130px;
}
.experience .dateClick {
    display:inline;
    margin: 14px 0 0 -27px;
}

.btn {
    display:block;
    background:url('/images_v2/goToCart.png') no-repeat;
    margin-top: 25px;
    padding: 0;   
    text-decoration: none;
    font-weight: bold;
    color: #000;
    width: 145px;
    height:30px;
}

.work{
    padding: 5px 0;
}
a.addWork {
    text-decoration: none;
    border-bottom: 1px dashed;
}

.vacancies-mask{
    position: fixed;
    background: rgba(0,0,0,0.7);
    width: 100%;
    height: 100%;
    z-index: 999;
    top: 0px;
    left: 0px;
    display: none;
}

.vacancies-success{
    display: none;
    position: fixed;
    top: 50%;
    margin-top: -50px;
    z-index: 999;
    background: #fff;
    width: 400px;
    font-size: 20px;
    text-align: center;
    padding: 20px;
    left: 50%;
    margin-left: -220px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;

}

.vacancies-success-close{
    position: absolute;
    right: 13px;
    font-size: 31px;
    top: 7px;
    color: #666;
    cursor: pointer;

}




#resume .personal-basket{
    //float: left;
   // width: 306px;
    
}

#resume #checkbox-form > div{
    display: inline-block;
}

#resume #checkbox-cont{
top: 2px;
    position: relative;
    margin-right: 10px;
}

#resume .error-msg{
    margin-top: 6px;
    color: #c01;
    font-size: 12px;
    width: 527px;
    display: none;
}


#resume #checkbox-form span {
    color: #ff0000;
}

.conditions{
    margin-bottom: 10px;
}
.conditions a{
    position: relative;
    margin-left: 10px;
    top: -2px;
}

.select-file {
    display:block;
    padding: 4px 5px 5px;
    vertical-align: top; 
    border: 1px solid  #ccc;
    border-radius:4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    font-size:16px;
    color:#ccc;
    width: 100%;
    box-sizing: border-box;
    height: 42px;
    color: #808285;
    margin-bottom: 30px;
    position: relative;
}

.select-file__btn {
    display: inline-block;
    width: auto;
    height: 24px;
    line-height: 24px;
    padding: 1px 6px;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    user-select: none;
    color: rgb(0,0,0);
    outline: none;
    border: 1px solid rgba(0,0,0,.4);
    border-top-color: rgba(0,0,0,.3);
    border-radius: 2px;
    background: linear-gradient(rgb(255,255,255), rgb(240,240,240));
    box-shadow: 0 0 3px rgba(0,0,0,0) inset, 0 1px 1px 1px rgba(255,255,255,.2), 0 -1px 1px 1px rgba(0,0,0,0);
    transition: .2s ease-in-out;
}
.select-file__btn:hover {
    background: linear-gradient(rgb(240,240,240), rgb(255,255,255));
}

.select-file__value {
    color: #77797C;
    font-size: 16px;
    margin-left: 3px;
}

.select-file .input {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
}