.form_row {

}

.form_row .item_label {
	float: left;
	width: 130px;
	padding-top:2px;
	padding-right:30px;
	text-align:left;
}
.form_row .msg {
	display:none;
}

.form_row .item_input {
	width:320px;
	padding-bottom:10px;
} 

.form_row .item_input .msg, .form_row .item_input a.link {
	font-size:14px;
	height:25px;
	margin:0px;
	color:#aeacac;
	font-weight:300;
	line-height:22px;
}

.form_row .item_input .note {font-size:14px; }

.form_row .item_input .captcha_container {position:relative;}
.form_row .item_input .captcha_container img.gpic {
	position:absolute;
	top:0px;
	left:0px;
}
.form_row .item_input .captcha_container a.refresh {
	position:absolute;
	top:0px;
	right:0px;
}

/*/////////////////////*/
/*normal textfield*/
.text_field, .text_field_focus, .text_field_error{
	font-family:"Helvetica", sans-serif;
	height:42px;
	width:277px;
	font-size:14px;
	line-height:45px;
	color:#aeacac;
	padding:5px 20px;
	background:#fff;
}

.text_field {border:1px solid #ccc;}
.text_field_focus {border:1px solid #ccc;}
.text_field_error {border:1px solid #FF459D;}
/*normal textfield*/
/*/////////////////////*/

.text_area, .text_area_focus, .text_area_error {
	font-family:"Helvetica", sans-serif;
	height:160px;
	width:487px;
	font-size:14px;
	color:#aeacac;
	padding:15px 20px;
	background:#fff;
}
.text_area {border:1px solid #ccc;}
.text_area_focus {border:1px solid #ccc;}
.text_area_error {border:1px solid #126FB4;}

.drop_down {
	color:#000;
	background:trasparent;
	padding:2px 1px 2px 2px;
	width:303px;
	border:1px solid #929ba4;
}

a.submit {
	background-color:#f57955;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	display: inline-block;
	padding: 10px 70px 10px 25px;
	text-decoration: none;
	font-family:"PT Sans Narrow", sans-serif;
}

a.submit:link, a.submit:active, a.submit:visited {
	
}

a.submit:hover {
}

a.refresh {
	display:block;
	width:32px;
	height:32px;
}

a.refresh:link, a.refresh:active, a.refresh:visited {
		background:url(/images/button_refresh.jpg) no-repeat;
}

a.refresh:hover {
	background:url(/images/button_refresh.jpg) no-repeat;
}

.inquiry_msg{
	padding:5px;
	font-size:14px;
	color:#FF459D;
	border-top:1px dashed #CCC;
	border-bottom:1px dashed #CCC;
	margin-bottom:20px;
}