input, textarea{
	padding:8px 5px;
	background:#373737;
	border:1px solid #515151;
	margin:0;
	color:#fff;
}
.row_label{
	text-align:left !important;
	width:100% !important;
	text-transform:uppercase;
}
.row_content{
	margin:5px 0 5px 0 !important;
	clear:both;
	padding:0 !important;
}
.form-col1{
	width:50%;
	float:left;
	margin-bottom:10px;
}
.form-col2{
	width:50%;
	float:right;
	margin-bottom:10px;
}
.form-fullwidth{
	width:100%;
}

input:focus, textarea:focus{
	outline:none;
	background:#444;
	border:1px solid #6c6c6c;
}

.submit{
	background:#8e3723 url(../img/submit-bg.png) no-repeat right center !important;
	border:none !important;
	color:#fff;
	padding:10px 30px 10px 10px;
	cursor:pointer !important;
}
.submit:hover{
	color:#000;
}