html, body, div, p, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, input, select, button, textarea, iframe, table, th, td {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
	background:#fff;
} .con {
    width: 980px;
    margin: 0 auto
} .top {
    height: 90px;
    margin: 0 auto;
    padding-top: 45px;
} .main {
    height: 276px;
    height: auto;
    min-height: 300px;
    background: #4971a7;
	min-width:1020px;
} .form {
    width: 350px;
    float: right;
    color: #fff;
    padding: 40px 0;
} .tips {
    /* height: 20px; */
    color: #FF0
} .form a {
    color: #fff;
    text-decoration: none;
} .form a:hover {
    text-decoration: underline
}

a.btn_login {
    width: 73px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    background: url(../images/login_btn.png);
    display: inline-block;
    color: #335a8f;
    font-weight: bold;
    margin-left: 15px;
}

a.btn_login:hover {
    color: #4e7ebe;
    text-decoration: none
} .text_box_style {
    background: url(../images/login_input_bg.png);
    height: 30px;
    color: #333;
    border: 1px soild #828385;
    margin: 5px 0;
    padding: 0 8px;
    border: 0;
    line-height: 30px;
} .form span {
    padding-left: 105px;
} .clear {
    diplay: block !important;
    float: none !important;
    clear: both;
    overflow: hidden;
    width: auto !important;
    height: 0 !important;
    margin: 0 auto !important;
    padding: 0 !important;
    font-size: 0;
    line-height: 0;
} .tail {
    background: #f3f3f3;
    color: #929191;
    font-size: 12px;
    text-align: center;
	margin-top:60px;
	padding:30px 0 30px 0;
	min-width:960px;
}
.rememberNameCheck,.rememberNameText{
	float:left;margin-right:5px;
}
.rememberName{
	overflow:hidden;
	zoom:1;
	padding-bottom:5px;
}
.form .focus{ background:url(../images/login_input_bg.png) 0 -30px;}
input{outline: none;}
.international{
	 margin: 0 auto;
	 text-align: right;
	 width: 1020px;
	 padding-bottom: 10px;
}
.international a,.international a:link,.international a:visited{
	text-decoration:none;
	color:#333333;
	display:inline-block;
	margin-left:10px;
	font-weight:bold;
}
.international a:hover{
	text-decoration:underline;
	color:#4e7ebe;
}
.contact_us{
	color: #929191;
	font-weight:bold;
	font-size:14px;
	padding-top:20px;
	font-style:italic;
}
.blue{
	width:12px;
	height:12px;
	background:#4971A7;
}
.red{
	width:12px;
	height:12px;
	background:#ee3224;
}