@charset "utf-8";
/* CSS Document */

.username
{
	position:absolute;
	top:40px;
	left:9px;
	width:254px;
	height:28px;
	background:url(/images/username.png) no-repeat;
}
.password
{
	position:absolute;
	top:75px;
	left:9px;
	width:254px;
	height:30px;
	background:url(/images/username.png) no-repeat;
}


.forgot-pass
{	
	position:absolute;
	top:133px;
	left:15px;
	width:110px;
	height:15px;
	font-size:12px;
	color:#FFF;
}
.frgt
{
	position:absolute;
	left:8px;
	top:5px;
	width:108px;
	height:18px;
	line-height:18px;
}
.frgt a
{
	text-decoration:none;
	color:#202020;
}
.frgt a:hover
{
	text-decoration:underline;
	color:#202020;
}
.login-btn
{
	position:absolute;
	left:145px;
	top:110px;
	width:74px;
	height:23px;
	background:url(/images/login-btn.png) no-repeat;
}

.input-area
{
	width:162px;
	height:25px;
	position:absolute;
	top:2px;
	right:3px;
	z-index:50;
}


.radio-input
{
	position:absolute;
	top:108px;
	left:8px;
	width:145px;
	height:20px;
	color:#FFF;
	font-size:12px;
	line-height:20px;
}

input[type=radio]{width:14px; height:14px; background:none;}
input[type=image]{width:72px; height:28px; background:none; padding:0;}