a:link { text-decoration: none !important; }
a:hover { text-decoration: none !important; }
a:active { text-decoration: none !important; }
a:visited { text-decoration: none !important; }

body
{
	background:#247bde; 
}

#btn_txt
{
	position:relative;
	float:left;
	width:100%;
	height:18px;
	font-size:16px;
	font-family:Arial;
	margin-top:2px;	
	margin-left:40px;
}

#btn_wrapper
{
	position:relative;
	float:left;
	width:131px;
	height:21px;
	margin-left:239px;
	margin-top:11px;
	border-radius:5px;
	color:#FFF;
}

#btn_wrapper:hover
{
	color:#09F;
}

#error_wrapper
{
	position:relative;
	float:left;
	width:365px;
	height:40px;
	font-size:18px;
	color:#000;
	font-family:Arial;
	margin-top:20px;
	margin-left:30px;
}

#login_form
{
	width:405px;
	height:376px;
	background:url(../images/login.png) center no-repeat;
	position:absolute;
	left:50%;
	top:50%;
	margin:-199px 0 0 -198px;
}

.login_attr
{
	position:relative;
	float:left;
	width:311px;
	height:27px;
	background-color:transparent;
	border:0;
	margin-left:59px;
	font-size:24px;
	color:#333;
	font-family:Arial;
}

.page_bottom_txt
{
	position:absolute;
	z-index:-1;
	font-size:18px;
	width:auto;
	height:18px;
	color:#FFF;
}