
/*全局样式*/
body {
    margin: 0px;
    font-size: 12px;
    font-family:'PT Sans',Tahoma, Verdana, 'Microsoft YaHei';
}

ul {
    list-style:outside none none;
}

/*标签栏的样式代码*/
.container {
    width: 382px;
    margin: 0px;
}

ul.tabs {
    margin: 0px;
    padding: 0px;
    float: left;
    list-style: outside none none;
    height: 54px;
    width: 100%;
}

html ul.tabs li.active,
html ul.tabs li.active a:hover,
html ul.tabs li.active a {
    color: #00a1e9;
    background: #FFF none repeat scroll 0% 0%;
}

.tab_container {
    clear: both;
    float: left;
    width: 100%;
    height: 328px;
    background: #FFF none repeat scroll 0% 0%;
}

a {
    text-decoration: none;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

.top_container {
    height: 90px
}

.top_body {
    margin:0px;
    padding:10px 0px 0px 0px;
    width:1000px;
    margin-left: auto;
    margin-right: auto;
    color:#505050;
    font-size:20px;
}
.top_logo {
    float: left;
}

.top_content_left {
    float:left; 
    padding-left:14px;
    padding-top:20px;
    font-size:25px;
}

.top_content_right {
    float:right; 
    padding-left:30px;
    padding-top:18px;
}

.content_container {
    height:560px; 
    background-position:center;
    background: none !important;
}

.login_container {
    width:1000px; 
    height:382px; 
    margin-left:auto; 
    margin-right:auto; 
    padding-top:90px;
    padding-bottom:88px;
}

.login_left_container {
    float:left;
    width:618px;
    height:382px;
}

.login_right_container {
	float:right;
	width:382px;
	height:382px
}

.login_error_msg {
    margin-top:20px;
    color:#ec0000;
}

.login_input {
    width: 290px;
    height: 35px;
}

.code_input {
    width:150px;
    height:35px;
    margin-top:5px;
    border-style: solid;
    border-color: #e5e5e5;
    border-bottom-width: 1px;
}

.code_refresh {
    border-style:none;
    width:30px;
    height:40px
}

.login_btn {
    border-style:none;
    width:290px;
    height:50px;
    background-color:#00d014;
    font-size:20px;
    color:#ffffff;
}

.bottom_container {
    margin:0px;
    padding:0px;
    width:1000px;
    margin-left: auto;
    margin-right: auto;
    color:#505050;
    padding-top:15px;
}

/* 三个认证的页面中央部分样式 */
.authen_page_center_style {
	width:1000px;
	height:382px;
	margin:0px;
	padding:0px;
	background-color: #ffffff;
}

/* 动态验证码样式 */
.code_input {
	width:55px;
	height:70px;
	margin-top:20px;
	font-size:30px;
	text-align:center; 
	background-color:#00a1e9; 
	border:#0099FF 1px solid; 
	color:#FFFFFF;
}

.code_submit {
	border-style:none;
	width:100px;
	height:50px;
	background-color:#00d014;
	font-size:20px;
	color:#ffffff; 
	margin-top:30px; 
	margin-left:60px; 
	margin-right:50px;" 
}

.code_reset {
	border-style:none;
	width:100px;
	height:50px;
	background-color:#0078AF;
	font-size:20px;
	color:#ffffff; 
}

.phcolor{ 
	color:#999;
}

/* message */
#msg { padding: 20px; margin-bottom: 10px; }
#msg h2 { font-size: 1.4em; margin-bottom: 0.5em; }
#msg.errors { border: 1px dotted #BB0000; color: #BB0000; padding-left: 100px; background: url(../img/error.gif) no-repeat 20px center; }
#msg.success { border: 1px dotted #390; color: #390; padding-left: 100px; background: url(../img/confirm.gif) no-repeat 20px center; }
#msg.info { border: 1px dotted #008; color: #008; padding-left: 100px; background: url(../img/info.gif) no-repeat 20px center; }
