html, body, div, p, img, h1, h2, h3, ul, ol, li, form, table, tr, td
{
    margin:0px;
    padding:0px;
    border:0px;
    border-collapse:separate;
    border-spacing:0px;
}
*:focus {outline: 0;}
	   
body 
{
    font: 12px/16px Arial, Helvetica, sans-serif;
    margin: 0px;
    background:url(../img/auth/auth_bg.gif) top left repeat;
    text-align: left;
}
	
img {border:none}
	
.main 
{
    width:1000px;
    margin-left:auto;
    margin-right:auto;
}

.auth_main1 
{
	width:100%;
	background:#ffffff;
	float:left;
}

.auth_main2 
{
	width:100%;
	float:left;
}

.top2 
{
	margin-top:30px;
	width:1000px; 
	height:40px; 
	float:left; 
}

.logo 
{
	float:left; 
	padding-left:5px;
}

.auth_login 
{
	float:left;
	width:912px;
	height:253px;
	background:url(../img/auth/auth_login_bg.gif) top left no-repeat;
	margin-top:30px;
}

.auth_left 
{
	float:left;
	padding-left:20px;
	width:340px;
	margin-top:62px;
}


.auth_field 
{
    float:left;
    margin-bottom:13px;
    width:246px;
    height:24px;
}

.msg_field 
{
    float:left;
    margin-bottom:13px;
    width:306px;
    height:78px;
}

.auth_field input 
{
	float:left;
	padding-left:7px;
	padding-right:7px;
	padding-top:5px;
	background:url(../img/shared/auth_field.gif) top left no-repeat;
	width:232px;
	height:19px;
	border:none;
	color:#ffffff;
	font-size:11px;
}

.auth_button {float:left; margin-left:5px;}
.bluebtn a 
{
	color: #ffffff;
	font-weight:bold;
	text-decoration: none;
	height:24px;
	float:left;
	background: url(../img/shared/bluebtn_center.gif) top left repeat-x;
} 
.bluebtn a span.span1 {float:left; height:24px;padding-left:11px; background: url(../img/shared/bluebtn_left.gif) left top no-repeat;}
.bluebtn a span.span2 {float:left; height:24px; padding-right:11px; padding-top:3px; cursor:hand; background: url(../img/shared/bluebtn_right.gif) right top no-repeat;}
.bluebtn a:hover {color:#4fc3ff;}

.auth_password 
{
	float:left;
	margin-top:0px;
	clear:both;
	width:300px;
}
.auth_password a, .auth_password a:active, .auth_password a:visited {color:#0055a5; text-decoration:none;}
.auth_password a:hover {color:#0055a5; text-decoration:underline;}

.auth_right 
{
    float:left;
    padding-left:40px;
    width:480px;
    margin-top:55px;
    color:#005aae;
    font-size:14px;
    font-weight:bold;
}

.auth_right2 
{
    float:left;
    padding-left:40px;
    width:480px;
    margin-top:55px;
/*    color:#005aae;
    font-size:14px;
    font-weight:bold;*/
}

.auth_right ul, .auth_right2 ul 
{
	margin:0px;
	padding:0px;
	list-style:none;
}

.auth_right ul li, .auth_right2 ul li 
{
	float:left;
	background:url(../img/auth/auth_list_ic.gif) left no-repeat; 
	padding-left:12px;
	width:460px;
	margin-top:5px;
} 

.right_topic 
{
    color:#ff7400;
    font-size:18px;
    margin-bottom:10px;
}

.right_topic_ds 
{
    margin-top:10px;
}

.hidb
{
    width:0px;
    height:0px;
    position:absolute;
    left:-2000px;
    top:-2000px;
}