@CHARSET "UTF-8";

div#right_column #login{
	position: absolute; top: 90px; left: 10px; display: block; width: 60px; height: 26px;background: url(../images/login.gif); text-indent: -9999px;
}

div#right_column #register{
	position: absolute; top: 90px; left: 70px; display: block; width: 65px; height: 27px;background: url(../images/register.gif); text-indent: -9999px;
}

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


div#register table{
	width: 100%;
	margin: 0;
	color: #fff !imporatnt;
}


div#register h2{
	background: url(../images/bar.gif);
	margin: 0;
	line-height: 270%;
	color: #fff;
}

div#register table input{
	background: #000;
	border: 1px solid #fff;
	color: #fff;
}

div#register table input.radio{
	border: none;
}


div#register table td.pics{
	width: 70px !important;
}

div#register td.error_field{
	color: #0099CC;
	font-size: 11px;
	font-style: italic;
	line-height: 110%;
}

div#register em.required_fields{
	color: #0099CC;
}

div#register input.submit, div#content_main input.submit{
	background: url(../images/continue.gif) no-repeat 0% 70%; width: 72px; height: 30px; border: none; 
	color: #0099CC;
}

div#register ul#errors{
	list-style: none;
	color: #0099CC;
}
