/****Form****/

#form {
	padding-top: 6px;
}
#form input {
	border: 1px solid #e9e9e9;
	font-size:13px;
	color:#83868a;
	padding: 7px 10px;
	outline: medium none;
	width: 278px;
	height:17px;
	float:left;
	font-family: Arial, Helvetica, sans-serif
}

#form input[type=submit] {
    width: 278px;
    height: 70px;
}


#form textarea {
	border: 1px solid #e9e9e9;
	font-size:13px;
	color:#83868a;
	height: 325px !important;
	outline: medium none;
	overflow: auto;
	padding: 8px 10px;
	width: 358px;
	position: relative;
	resize:none;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
}
#form label {
	position:relative;
	display: block;
	min-height: 40px;
	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: 9px;
	float:left;
	background: #fff;
}
#form .error-empty {
	display:none;
	float:left;
}

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

}

.message {
	min-height: 240px !important;	
	
}

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

#form .success {
	display: none;
	position: absolute;
	width: 278px;
	border: 1px solid #e9e9e9;
	background: #fff;
	text-align: center;
	padding: 20px 10px;
	z-index: 999;
}


.success_wrapper {
	position: relative;	
}

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

#form {
	padding-top: 0;	
}


#form label {
	float: none !important;	
	margin-right: 22px;
}




@media only screen and (max-width: 767px) {
  
  .btns {
		padding-bottom: 0;  
  }
}
@media only screen and (max-width: 479px) {

}

