@CHARSET "UTF-8";

div#right_column #members{
	position: absolute; top: 115px; left: 8px; display: block; width: 120px; height: 26px;background: url(../images/forgot_password.gif); text-indent: -9999px;
}

div#login_form{
	background: #fff url(../images/signup_box.jpg) no-repeat 0% 0%; width: 235px; height: 170px; position: relative; z-index: 1;
}	

label#email_label{
	position: absolute;
	top: 15px;
	left: 40px;
	color: #fff;	
}

input#uname{
	position: absolute;
	top: 35px;
	left: 40px;
	width: 145px;
}

label#pass_label{
	position: absolute;
	top: 60px;
	left: 40px;
	color: #fff;
}

input#pass{
	position: absolute;
	top: 80px;
	left: 40px;	
	width: 145px;
}

a#reset_link{
	position: absolute;
	top: 125px;
	left: 40px;
	font-size: 11px;
	color: #fff;	
}

a#reset_link:hover{
	color: #fff;	
	text-decoration: underline;	
}

div#login_form input#subm_butt{
	position: absolute;
	top: 105px;
	left: 155px;
	width: 40px;
	background: transparent;
	border: none;
	color: #2F7FB8;
}

div#log_err{
	position: absolute;
	bottom: 2px;
	margin-left: 30px;
	font-size: 10px;
	color: red;
}


table#reset_pass{
	margin: 0; margin-left: 40px;
}

table#reset_pass td{
	padding: 4px;
}

table#reset_pass td input{
	border:1px solid #0071BC;
}

table#reset_pass td.error_field{
	color: red;
	font-size: 11px;
}

ul#errors, div#res_wrap p{
	margin-left: 40px;
}

ul#errors{
	list-style: none;
	color: red;
	font-size: 11px;	
}

div#res_wrap input#sub{
	background:transparent url(../images/arrow_forward.jpg) no-repeat scroll 100% 50%;
	border: none;
	bottom:45px;
	padding-right:7px;
	right:31px;
	text-align:center;
}	