@charset "utf-8";
/* CSS Document */


.username
{
	position:absolute;
	top:55px;
	left:90px;
	width:200px;
	height:30px;
	background:url(/images/username.png) no-repeat;
}
.password
{
	position:absolute;
	top:100px;
	left:90px;
	width:200px;
	height:30px;
	background:url(/images/username.png) no-repeat;
}
.forgot-pass
{	
	position:absolute;
	top:170px;
	left:18px;
	width:110px;
	height:20px;
	font-size:12px;
	color:#797b80;
	line-height:15px;
}
.forgot-pass a
{
	text-decoration:none;
	color:#797b80;
}
.forgot-pass a:hover
{
	text-decoration:underline;
	color:#797b80;
}
.login-btn
{
	position:absolute;
	right:20px;
	top:140px;
	width:101px;
	height:32px;
	background:url(/images/login-btn.png) no-repeat;
}

.input-area
{
	width:200px;
	height:30px;
	position:absolute;
	top:1px;
	left:2px;
	z-index:50;
	color:#5a5a5a;
}


.radio-input
{
	position:absolute;
	top:142px;
	left:20px;
	width:180px;
	height:20px;
	color:#434343;
	line-height:20px;
	font-size:14px;
}

input[type=radio]{width:14px; height:14px; background:none;}
input[type=image]{width:72px; height:28px; background:none; padding:0;}

.register
{
	position:absolute;
	bottom:15px;
	right:25px;
	width:125px;
	height:32px;
	background:url(/images/register.png) no-repeat;
}
.register:hover
{
	background:url(/images/register_hvr.png) no-repeat;
}