/****Form****/

#form {
}
#form input {
	color:#878787 ; 
	padding: 11px 5px 9px 11px;
	outline:none;
	font-family: Arial, Helvetica, sans-serif  ; 
	font-size: 13px; 
	height: 38px; 
	width: 100%; 
	float:left; 
	border:1px solid #e0e0e0 ;  
	position:relative;  
	box-shadow: inset 1px 1px #fdfdfd;
	box-sizing: border-box;
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	-webkit-box-sizing: border-box; /* Safari */
}
#form textarea {
	overflow:auto; 
	width: 100%; 
	height: 181px ;
	resize:none; 
	float:left;
	color:#878787 ; 
	padding: 11px 5px 9px  11px;
	font-family: Arial, Helvetica, sans-serif ; 
	font-size: 13px; 
	border:1px solid #e0e0e0; 
	box-shadow: inset 1px 1px #fdfdfd;
	box-sizing: border-box;
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	-webkit-box-sizing: border-box; /* Safari */
	float:left;
	
}
#form label {
	position:relative;
	display: block;
	min-height: 50px;
	width: 100%;
	
	float: left;
	clear: left;
}
#form .error, #form .empty {
	color: #FF0000;
	display: none;
	font-size: 11px;
	line-height:14px;
	width:auto;
	position: absolute;
	z-index: 999;
	right: 5px;
	top: 12px;
}
#form .error-empty {
	display:none;
	float:left;
}

.btns {
	position:relative;
	overflow:hidden;
	padding-top: 30px;
	text-align: right;
}
.btns a {
	margin: 0 0 0 8px !important;
	cursor: pointer;

}


.message br {
	height: 0;
	line-height: 0;
}

#form .success {
	display: none;
	position: absolute;
	width: 100%;
	border: 1px solid #e0e0e0;
	background: #fff;
	text-align: center;
	padding: 20px 10px;
	z-index: 999;
	box-sizing: border-box;
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	-webkit-box-sizing: border-box; /* Safari */
}


.success_wrapper {
	position: relative;	
}

@media only screen and (max-width: 995px) {

#form {
	padding-top: 0;	
}


#form label {
	float: none !important;	
}




@media only screen and (max-width: 767px) {
  
  .btns {
		padding-bottom: 0;  
  }
  
  #form textarea {
		height: 300px !important;  
  }
  
}
@media only screen and (max-width: 479px) {
 
  #form textarea {
		height: 200px !important;  
  }
}

