@charset "UTF-8";
/* CSS Document */

.form_row {
	display: block;
	float: left;
	width: 100%;
	margin: 0 0 10px 0;
}

.form_row input {
	outline: none;
	color: inherit;
	padding: none;
	font-size: 12px;
	padding: 3px;
	border: 1px solid #B7B7B7;
}

.form_row_left { 
	display: inline;
	float: left;
	width: 150px;
	line-height: 22px;
}

.form_row_right {
	display: inline;
	float: left;
	width: 350px;
}

.tline { width: 280px; }

.tarea_small {
	width: 280px;
	height: 40px;
	color: inherit;
	padding: 3px;
	font-size: 12px;
	border: 1px solid #B7B7B7;
	outline: none;
	font-family: inherit;
}

.tarea {
	width: 463px;
	height: 100px;
	color: inherit;
	padding: 3px;
	font-size: 12px;
	border: 1px solid #B7B7B7;
	outline: none;
	font-family: inherit;
}

.tline_short {
	width: 100px;
}

#btn_submit {
	width: 90px !important;
	height: 17px !important;
	float: right;
	border: 0;
	padding: 0;
	outline: none;
	background: url(../images/layout_assets/contact_submit_btn.gif) bottom no-repeat;
}

#response_container {
	margin: 0 0 10px 0;
}

.veriinput { width: 142px; margin-top: 5px; }
.form_row_right img { border: 1px solid #B7B7B7; }

.errors strong { color: #DC0000; }
