﻿/*公共*/
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, label, blockquote, th, td, button, span {
    margin: 0;
    padding: 0;
}

a:link {
    color: #1E50A2;
}
a {
    text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}
html, body {
    color: #000000;
    font: 14px/200% Arial,"宋体";
}

/*布局*/
.header {
	height:70px;
	margin:0 auto;
	position:relative;
	width:960px;
	z-index:999;
}
.headerTool {
	float:right;
	line-height:24px;
	padding-top:30px;
	text-align:right;
	width:500px;
}
.main {
    margin: 0 auto;
    width: 960px;
}
.mainCont {
    background: none repeat scroll 0 0 transparent;
    height: auto;
    min-height: 0;
}
.pass_text, .pass_text2 {
	float: left;
	font-size: 14px;
	font-weight: bold;
	height: 47px;
	line-height: 47px;
	margin: 0 20px;
	width: 157px;
}
.pass_text2 {
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
    width: 900px;
}
.clear {
    clear: both;
}
.g_line {
    background: url("../images/repeat.png") repeat-x scroll 0 -89px transparent;
    font-size: 1px;
    height: 1px;
    line-height: 1px;
}
.p_10 {
    padding: 10px 0;
}
ol, ul {
    list-style: none outside none;
}
ul.m_step1, ul.m_step2, ul.m_step3 {
	background: url("../images/m_step.png") no-repeat scroll 0 0 transparent;
	display: inline-block;
	height: 28px;
	width: 753px;
	position: relative;
}

ul.m_step2 {
    background-position: 0 -30px;
}
ul.m_step1 li, ul.m_step1 li.active, ul.m_step2 li, ul.m_step2 li.active, ul.m_step3 li, ul.m_step3 li.active {
    color: #888888;
    display: inline-block;
    float: left;
    text-align: center;
    width: 251px;
}
ul.m_step1 li.active, ul.m_step2 li.active, ul.m_step3 li.active {
    color: #FFFFFF;
    font-weight: bold;
}
.cont {
    clear: left;
    margin: 25px 5px 0 30px;
}

/*表单*/
.main_form li {
    clear: left;
    line-height: 200%;
    padding: 6px 0;
}
.main_form li:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.fm_left {
    float: left;
    padding-right: 10px;
    text-align: right;
    width: 130px;
}
.fm_right {
    float: left;
}
input, select {
    vertical-align: middle;
}
.input, .input_err, .input_ok, .input_on {
    background: none repeat scroll 0 0 #F9F9F9;
    border: 1px solid #C4C4C4;
    height: 19px;
    padding: 3px 0 0 3px;
    width: 221px;
}
.w_200 {
    width: 200px;
}
.c_888888 {
    color: #888888;
}
.err, .err2 {
	color: #FF0000;
	display: none;
	font-size: 12px;
	margin-left: 10px;
	padding-left: 20px;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../Images/errIcon.png);
	background-repeat: no-repeat;
	background-position: -2px 3px;
}
.info {
    color: #999999;
    font-size: 12px;
    line-height: 22px;
}
.p_t_5 {
    padding-top: 5px;
}


.item_1, .item_2, .item_3, .item_4, .item_5, .item_6 {
    background: url("../images/icon.png") no-repeat scroll 0 -577px transparent;
    float: left;
    height: 60px;
    margin-bottom: 20px;
    margin-right: 20px;
    padding-left: 90px;
    width: 120px;
}
.item_2 {
    background-position: 0 -645px;
}

ul.m_step3 {
    background-position: 0 -58px;
}
.f_w_b {
    font-weight: bold;
}
