@charset "utf-8";
/* CSS Document */



.labelbutton{
  
  display:inline-block; /* для IE6, чтоб отступ слева не удвоился */
  background-color:white;
  color:gray;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  margin-right: 5px;
  padding: 9px;
	
}
.labelbutton:hover{
   border: 1px solid rgba(0, 0, 0, 0.5);
    color:rgba(0, 0, 0, 0.8);
}
.textbutton{
	
	height: 40px;
	vertical-align: middle;
}
@media (max-width: 767px){
	.textbutton{
		display: none;
	}
}
.divbutton{
	height:58px;
	
	padding: 10px;
	text-align: center;
	
	
}
.text-form{
	font-size: 14px;
    font-family: "MuseoSansCyrl", sans-serif;  
    color: rgb(185, 185,185);
}


.draginborder,.draginborder1,.draginborder2{
	border: 1px solid rgba(0, 0, 0, 0.5);
	color:rgba(0, 0, 0, 0.5);
}
.dragintext, .dragintext1,.dragintext2{
	color:rgba(0, 0, 0, 0.5);
}

/* сообщение ошибки в форме*/
#send-form .errors {
	color:red;
	text-align: left;
	font-size: 14px;
    font-family: "MuseoSansCyrl", sans-serif;  
    
} 
#send-form .errors strong{
	display:none;
} 
#send-form div.vericode-image{
	text-align: left;
}

#send-form div.vericode-image img{
	display: inline-block; 
	width:40%;
}

#send-form div.vericode-image input{
	width: 50%;margin-left: 5%; 
	display:inline-block; 
	vertical-align: bottom;
}


.drop_cont {
	width: 100%;
	
}
