.dl1 {
	display: block;
	width: 170px;
}
.dl1 dd span {
	float: right;
}
.dl1 dt {
	margin-bottom: 23px;
}

/****Form****/

#form {
	margin-top: 10px;
}
#form input, #form textarea {
	color:#000 ; 
	padding: 11px 5px 12px 17px;
	outline:none;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	height: 50px; 
	width: 100%;
	float:left; 
	border:1px solid #e7e7e7 ;  
	position:relative;  
	box-sizing: border-box;
	
	background: #fff;
}
#form textarea {
	overflow:auto; 
	width: 100%; 
	height: 182px ;
	resize:none; 
}
#form label {
	position:relative;
	display: inline-block;
	min-height: 60px;
	width: 68%;
	/*width: 100%;*/
	float: left;
	clear: left;
}
#form label.message {
	width: 100%; 
}
#form .error, #form .empty {
	color: #000;
	display: none;
	font-size: 10px;
	line-height:14px;
	width:auto;
	position: absolute;
	z-index: 999;
	right: 5px;
	top: 2px;
}
#form .error-empty {
	display:none;
	float:left;
}

.btns {
	position:relative;
	/*overflow:hidden;*/
	padding-top: 17px;
	text-align: right;
}
.btns a {
	margin: 0 0 0 19px !important;
	cursor: pointer;

}


.message br {
	height: 0;
	line-height: 0;
}

#form .success {
	display: none;
	position: absolute;
	width: 100%;
	width: 68%;
	border: 1px solid #e7e7e7;
	background: #fff;
	text-align: center;
	/*padding: 20px 10px;*/
	padding-top: 51px;
	height: 119px;
	z-index: 999;
	box-sizing: border-box;
	
}


.success_wrapper {
	position: relative;	
}

@media only screen and (max-width: 995px) {

#form {
	padding-top: 0;	
}


#form label {
		width: 100%;
	}
	#form .success {
		width: 100%;
	}




@media only screen and (max-width: 767px) {
		 #form{
		padding-bottom: 0;  
  }
	#form label {
		width: 100%;
	}
	#form .success {
		width: 100%;
	}
  #form .textarea {
		height: 300px; 
   
  }
  
  
}
@media only screen and (max-width: 479px) {

}

