@charset "utf-8";
/* CSS Document */
.register{width:525px;border:1px
solid #D7D7D7;margin:15px
auto;padding:15px;text-align:left}
.register a{color:#465EA6}
.register a:hover{ text-decoration:underline}
.register h3{
	margin-bottom:15px;
	border-bottom:4px solid #5f73b2;
	padding: 0 0 5px 0;
	font-size: 120%;
}
.register .floatL{float:left}
.register .floatR{
	float:right;
	font-size: 80%;
}
a.required:link,a.required:visited,a.required:hover{color:#F06;padding:0 10px; text-decoration:underline}
.register form{margin-top:15px;}
.register fieldset{border:1px solid #dfdfdf}
.required{color:#FF000A}
.state{float:right}
.register .tableA{
	
	background-color: #CCC;
}
.register .tableA tr td{margin:10px; background-color:#FFF;padding:10px}
.register .tableA tr td input{
	margin:5px;
}
.bu{
	color:#fff;
	padding:5px 10px;
	border:1px solid #757575;
	
	background-image: url(../images/bg/barBG.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
