/* CSS Document */
#register{
	margin-right:10px;
}

#register p{
	margin-bottom:10px;
}


#frmregister p{
	margin-left:5px;
	margin-top:5px;
	padding: 0;
	clear:left;
}

#frmregister fieldset{
	padding-bottom:5px;
	margin-bottom:10px;
	border: 1px solid #CCCCCC;
}

#frmregister legend{
	color:#000099;
	font-weight:bold;
	margin-left:5px;
}

#frmregister label{
	float:left;
	width:150px;
	margin-right:10px;
	text-align:right;
}

#frmregister .txt{
	width:300px;
	border:1px solid #CCCCCC;
}

.reg_btn{
	padding:2px;
	font-weight:bold;
	font-size:120%;
	border:2px solid #003300;
	color:#FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	background-image:url(../images/nav_bg.jpg);
	background-repeat:repeat-x;
	background-position:left bottom;
	background-color: #000033;
	width:150px;
	margin:0 auto;
	text-align:center;
}

.reg_btn a, 
.reg_btn a:hover{
	color:#003300;
	text-decoration:none;
	display: block;
}

#register .hint {
	font-size: 85%;
	color: #666666;
	margin-left: 160px;
	width: 350px;
	padding: 0;
	font-style: italic;
}
