.searchbox {
	height: 15px;
	width: 200px;
	margin-left: 5px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000;
	background-image: url(../images/txt_bg.gif);
	background-repeat: no-repeat;
}
.login_txtbox {
	font-size: 11px;
	height: 15px;
	width: 128px;
	font-family: Verdana, Geneva, sans-serif;
	border: 1px solid #E46F12;
	color: #999;
	margin-top: 3px;
	margin-bottom: 3px;
	padding-top: 3px;
	padding-left: 2px;
}
.reminder {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	padding-left: 12px;
	line-height: 18px;
}
.login_button {
	margin-top: 5px;
	margin-bottom: 2px;
}
.form_txtbox {
	width: 180px;
	border: 1px solid #999999;
}
.form_txtarea {
	width: 180px;
	border: 1px solid #999999;
	overflow: hidden;
}
.form_list {
	width: 180px;
	border: 1px solid #666;
	overflow: hidden;
}
.subform_txtbox {
	width: 270px;
	height: 20px;
	border: 1px solid #F90;
}
.subform_txtarea {
	width: 270px;
	height:80px;
	border: 1px solid #F90;
	overflow:hidden;
	font-family: Arial, Helvetica, sans-serif;
}
.err_dis{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#F00;
}
