/****Form****/

#form {
}
#form input {
	background: #131313;
	border: 1px solid #333333;
	font-size:12px;
	color:#999797;
	height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	padding:6px 10px 7px 12px;
	outline: medium none;
	width: 196px;
	height:15px;
	float:left;
}
#form textarea {
	border: 1px solid #333333;
	background: #131313;
	font-size:12px;
	color:#999797;
	height: 305px !important;
	outline: medium none;
	overflow: auto;
	line-height: 16px;
	padding: 6px 10px 7px 12px;
	width: 356px;
	position: relative;
	resize:none;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
}
#form label {
	position:relative;
	display: block;
	min-height: 40px;
	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-bottom: 4px;

}
#form .error-empty {
	display:none;
	float:left;
}

.butns {
	position:relative;
	padding-bottom: 22px;
}
.butns a {
	margin: 0px 0px 0px 3px !important;
	cursor: pointer;
	float: right;
	padding-right: 12px !important;
	padding-left: 12px !important;


}

#form .message {
	min-height: 350px;	
}

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

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

#form strong {
	color: #DADBDF;
}

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

.butns a.butn {
	margin-top: 3px !important;	
	padding-right: 20px;
	padding-left: 20px;
}


/*footer*/