@charset "utf-8";
/* CSS Document */
/* 表單提示字 */
.fromwarn {/*提示字*/
	font-size:12px;
	color:#F00;
}
.codearea {
	float: left;
}
#captcha {
	float: left;
}
.filedown {
	background:url(../images/file_down1.png) no-repeat left center;
	padding: 0px 0 0px 26px;
	margin:0 0 6px 0;
	
}
.filedown a {
	font-size:13px;
	text-decoration: underline;
}
.filedown a:hover {
	text-decoration: none;
}