.form_row {
	width:740px;
}

.form_row .item_label {
	float: left;
	width: 130px;
	padding-top:2px;
	padding-right:30px;
	text-align:left;
	color:#fff;
	font-weight:bold;
}

.form_row .item_input {
	float: left;
	width:313px;
} 

.form_row .item_input .msg, .form_row .item_input a.link {
	font-size:10px;
	height:15px;
	margin:0px;
	color:#F00;
	font-weight:bold;
	line-height:12px;
}

.form_row .item_input .note {font-size:10px;}

.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:Arial, Helvetica, sans-serif;
	height:22px;
	width:297px;
	font-size:14px;
	color:#000;
	padding:2px;
	background:#fff;
}

.text_field {border:1px solid #ccc;}
.text_field_focus {border:1px solid #ccc;}
.text_field_error {border:1px solid #ccc;}
/*normal textfield*/
/*/////////////////////*/

.text_area, .text_area_focus, .text_area_error {
	font-family:Arial, Helvetica, sans-serif;
	height:51px;
	width:297px;
	font-size:14px;
	color:#000;
	padding:2px;
	background:#fff;
}
.text_area {border:1px solid #ccc;}
.text_area_focus {border:1px solid #ccc;}
.text_area_error {border:1px solid #ccc;}

.drop_down {
	color:#000;
	background:trasparent;
	padding:2px 1px 2px 2px;
	width:303px;
	border:1px solid #929ba4;
}

a.submit {
	display:block;
	width:100px;
	height:100px;
	
	color:#FFF;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	padding-top:4px;
}

a.submit:link, a.submit:active, a.submit:visited {
	background:url(/images/confirm_btn.png) no-repeat;
}

a.submit:hover {
	background:url(/images/confirm_btn.png) no-repeat;
	text-decoration:underline;
}

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_over.jpg) no-repeat;
}

.inquiry_msg{
	padding:5px;
	font-size:14px;
	color:#2580a9;
	border-top:1px dashed #CCC;
	border-bottom:1px dashed #CCC;
	margin-bottom:20px;

}