/****Form****/

#form {
	padding-top: 6px;
}
#form input {
	border: 1px solid #ffffea;
	background:#ffffea;
	font-size:13px;
	color:#95918f;
	padding:7px 10px 7px 12px;
	outline: medium none;
	width: 322px;
	height:18px;
	float:left;
}
#form textarea {
	border: 1px solid #ffffea;
	background:#ffffea;
	font-size:13px;
	color:#95918f;
	height: 228px !important;
	outline: medium none;
	overflow: auto;
	line-height: 18px;
	padding: 4px 14px 9px 12px;
	width: 477px;
	position: relative;
	resize:none;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
}
#form label {
	position:relative;
	display: block;
	min-height: 46px;
	overflow: hidden;
	float: left;
	clear: left;
}
#form .error, #form .empty {
	color: #FF0000;
	display: none;
	font-size: 11px;
	line-height:14px;
	width:auto;
	float:left;
	margin-top:2px;
}
#form .error-empty {
	margin: 4px 0 4px 5px !important;
	display:none;
	float:left;
}

.btns {
	position:relative;
	overflow:hidden;
	padding-right: 35px;
	padding-bottom: 5px;
}
.btns a {
	/*margin: 30px 0px 0px 14px !important;*/
	margin: 20px 20px 0px 0px !important;
	cursor: pointer;
	/*float: right;*/

}

.message br {
	height: 0;
	line-height: 0;
}

#form .success {
	display: none;	
}

