#login_container {
  	margin-left:auto;
	margin-right:auto;
	width:950px;
	height:auto;
}

#login_container div#panel2{
  	width:950px;
	float:left;
	background-color:#fbf5c9;
	margin-bottom:5px;
	margin-top:5px;
}
#login_container div#left_side{
  	margin:10px 5px 10px 20px;
	width:430px;
	height:auto;
	float:left;
}
#login_container div#right_side{
  	width:460px;
	height:auto;
	float:right;
	margin:0px 5px 0px 20px;
}
#right_side div.regform{
	float:left;
	width:460px;
	height:auto;
	background-image:url(../images/login_left.jpg);
	background-repeat:repeat-y;
}
#right_side div.login_head{
	width:370px;
	height:33px;	
	float:left;
	margin-left:14px;
	background-image:url(../images/login_head.jpg);
	background-repeat:repeat-x;	
}
#right_side p{
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom:auto;
	margin-top:7px;
	margin-left:10px;
	height:30px;
}
#right_side div.reg_row{
	width:370px;
	float:left;
	margin:15px;
	text-align:center;
}
#right_side div.reg_box_row{
	width:370px;
	float:left;
	margin:15px;
	text-align:center;
}
#right_side div.login_label{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #a5611a;
	font-weight: bold;	
	float:left;
	width:90px;
	margin-left:15px;
}
#right_side div.login_field{
	float:right;
	width:250px;
	text-align:left;
}
#right_side input{
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	border: 1px #1c95af solid;
	background: #f8fff2;	
	height: 14px;
}
#right_side select{
	font-family: Verdana, Arial, Helvetica, sans-serif;		
	border: 1px #1c95af solid;
	background: #f8fff2;	
	height: 20px;
}
#right_side span.lostpassword a{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#800000;
	text-decoration:underline;
	padding-left:5px;	
}

#uid {
	width:400px;
	float:left;
	text-align:center;
}

#uid span.failed_message {
	margin:20px;
	font:Verdana;
	font-weight:bold;
	color:#F00;	
	font-size:14px;
}

#uid span.success_message {
	margin:20px;
	font:Verdana;
	font-weight:bold;
	color:#639;
	font-size:14px;
}

.success_message {
	margin:20px;
	font-weight:normal;
	font-size:14px;
	font-family:Verdana;
}
