#register{
	width:490px;
	margin:0 auto;
}

#register a{
	color:#0000FF;
	text-decoration:none;
}

#register a:hover{
	color:#FF0000;
}

#regFrm p{
	margin:0;
	padding:0;
	padding-bottom: 5px;
}

#regFrm label{
	float:left;
	width:125px;
	margin-right:10px;
}

#regFrm .txt{
	width:300px;
	border:1px solid #CCCCCC;
	font-family:"Courier New", Courier, mono;
}

#regFrm fieldset{
	margin-top:10px;
}

#regFrm legend{
	padding-bottom:5px;
	font-weight:bold;
}
.red {
	color: #FF0000;
}


#loginFrm{
	width:300px;
	margin-left:auto;
	margin-right:auto;
}

#loginFrm p{
	margin:0;
	padding:0;
	padding:5px;
}

#loginFrm label{
	float:left;
	width:65px;
	margin-right:5px;
}

#loginFrm legend{
	padding-bottom:5px;
	font-weight:bold;
}

#loginFrm .txt{
	width:190px;
	border:1px solid #CCCCCC;
	font-family:"Courier New", Courier, mono;
}

#left_nav .lostpwd a{
	background-image: none;
	color:#0000FF;
	text-decoration:none;
}

#left_nav .lostpwd a:hover{
	background-image: none;
	color:#FF0000;
}
#frmComment {
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	padding-top:10px;
}

#frmComment textarea{
	border:1px solid #CCCCCC;
	margin-bottom:5px;
	height:70px; 
	width:300px;
}
