/****Form****/

#form {
	padding-top: 2px;
}
#form input {
	background: url(../images/form_bg2.png) 0 0 repeat;
	border: 1px solid #263b3d;
	font-size:12px;
	color:#878787;
	height: 15px;

	padding:10px 10px 9px 8px;
	outline: medium none;
	width: 554px;
	height:15px;
	float:left;
}
#form textarea {
	border: 1px solid #263b3d;
	background: url(../images/form_bg2.png) 0 0 repeat;;
	font-size:12px;
	color:#878787;
	height: 87px !important;
	outline: medium none;
	overflow: auto;
	line-height: 15px;
	padding: 10px 10px 9px 8px;
	width: 850px;
	position: relative;
	resize:none;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
}
#form label {
	position:relative;
	display: block;
	min-height: 50px;
	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;
	margin-left: 70px;
}
#form .error-empty {
	margin: 4px 0 4px 70px !important;
	display:none;
	float:left;
}

.btns {
	position:relative;
}
.btns a {
	margin: 26px 0px 0px 9px !important;
	cursor: pointer;
	float: right;

}

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

#form .success {
	display: none;
	padding-bottom: 12px;	
}

.form_val {
	float: left;
	min-width: 70px;	
	display: block;
	padding-top: 6px;
}

.btns .btn {
	margin-top: 19px !important;	
}


/*footer*/