@charset "utf-8";
/* CSS Document */

.username
{
	position:absolute;
	top:105px;
	left:14px;
	width:230px;
	height:29px;
	background:url(/images/username.png) no-repeat;
}
.password
{
	position:absolute;
	top:172px;
	left:14px;
	width:230px;
	height:29px;
	background:url(/images/username.png) no-repeat;
}


.forgot-pass
{	
	position:absolute;
	bottom:35px;
	left:20px;
	width:110px;
	height:15px;
	font-size:12px;
	color:#a4a0a0;
}
.forgot-pass a
{
	text-decoration:none;
	color:#6f7278;
}
.forgot-pass a:hover
{
	text-decoration:underline;
	color:#6f7278;
}
.login-btn
{
	position:absolute;
	right:23px;
	top:250px;
	width:72px;
	height:25px;
	background:url(/images/login-btn.png) no-repeat;
}

.input-area
{
	width:210px;
	height:20px;
	position:absolute;
	top:5px;
	left:5px;
	z-index:50;
}


.radio-input
{
	position:absolute;
	top:212px;
	left:15px;
	width:170px;
	height:30px;
	color:#6f7278;
	font-size:14px;
	line-height:20px;
}

input[type=radio]{width:14px; height:14px; background:none;}
input[type=image]{width:72px; height:28px; background:none; padding:0;}