
.username
{
	position:absolute;
	top:9px;
	left:20px;
	width:196px;
	height:32px;
	background:url(/images/username.png) no-repeat;
}
.password
{
	position:absolute;
	top:9px;
	left:225px;
	width:196px;
	height:32px;
	background:url(/images/username.png) no-repeat;
}
.forgot-pass
{	
	position:absolute;
	top:9px;
	right:18px;
	width:80px;
	height:29px;
	font-size:12px;
	color:#b3b3b3;
	line-height:15px;
}
.forgot-pass a
{
	text-decoration:none;
	color:#b3b3b3;
}
.forgot-pass a:hover
{
	text-decoration:underline;
	color:#b3b3b3;
}
.login-btn
{
	position:absolute;
	right:110px;
	top:9px;
	width:62px;
	height:29px;
	background:url(/images/login-btn.png) no-repeat;
}

.input-area
{
	width:182px;
	height:28px;
	position:absolute;
	top:2px;
	left:2px;
	z-index:50;
	color:#5a5a5a;
}


.radio-input
{
	position:absolute;
	top:9px;
	left:435px;
	width:180px;
	height:30px;
	color:#488203;
	line-height:30px;
}

input[type=radio]{width:14px; height:14px; background:none;}
input[type=image]{width:72px; height:28px; background:none; padding:0;}