body {
    font-family: "Hiragino Sans GB","Microsoft YaHei","黑体",Helvetica,Arial,Tahoma,sans-serif;
    font-size: 14px;
    color: #222;
	line-height: 1.6;
}

body, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, dd, fieldset, textarea {
    margin: 0px;
}

ul, ol {
    padding-left: 0px;
    list-style-type: none;
}

.size1of2 {
    width: 50%;
}

.container_box{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #E6E6E6;
	border-radius: 2px;
	background-color: #FFF;
	margin-top: 44px;
	min-height: 630px;
}

.processor{
	background-color:#f9f9f9;
	padding:15px 150px 26px;
	overflow:hidden;
	*height:100px
}

.processor ol{
	position:relative;
	*zoom:1;
}

.processor ol:after{
	content:"\200B";
	display:block;
	height:0;
	clear:both
}

.processor li{
	float:left;
	text-align:center;
	*margin-top:40px
}

.processor li.no_extra{
	overflow:visible;
	display:table-cell;
	vertical-align:top;
	float:none;
	width:auto;
	*display:block;
	*zoom:1
}

.processor li.no_extra:after{
	content:" . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ";
	visibility:hidden;
	clear:both;
	height:0!important;
	display:block;
	line-height:0
}

.processor li.last{
	position:absolute;
	left:100%;
	top:0
}

.processor li.last .step_line{
	width:0
}

.processor li.current .icon_step{
	background:url("../images/processor.png") 0 0 no-repeat
}

.processor li.current .step_line{
	background-color:#c2c3c4
}

.processor li.prev .icon_step,.processor li.complete .icon_step{
	background:url("../images/processor.png") 0 -50px no-repeat;
	font-size:0
}

.processor li.prev .step_line{
	background-color:#3eb74f
}

.processor .step_line{
	height:3px;
	margin-bottom:-26px;
	background-color:#c2c3c4;
	width:80%;
	display:inline-block
}

.processor .step_inner{
	width:105px;
	margin-left:-54px;
	text-align:center;
	color:#9e9f9f;
	*float:left
}

.processor .icon_step{
	text-align:center;
	font-style:normal;
	font-size:18px;
	line-height:41px;
	text-indent:1px;
	background:url("../images/processor.png") 0 -100px no-repeat;
	width:40px;
	height:40px;
	vertical-align:middle;
	display:inline-block;
	color:#fff
}

.processor h4{
	font-weight:400;
	font-style:normal;
	padding-top:5px;
	font-size:14px
}

.regist_box {
    padding: 50px 45px;
}

.page_msg.simple {
    text-align: center;
}

.page_msg .inner {
    position: relative;
}

.page_msg.simple .inner {
    display: inline-block;
    text-align: left;
    min-width: 55%;
}
.page_msg.default .inner {
    background-color: transparent;
    border: 0px none;
    box-shadow: none;
}

.page_msg .msg_icon_wrp, .page_msg .msg_icon_wrapper {
    float: left;
    margin-right: 10px;
    font-size: 0px;
}

.icon_msg.mail {
    background: url("../images/base_z23a479.png") no-repeat scroll 0px -1520px transparent;
}

.icon_msg {
    width: 64px;
    height: 64px;
    vertical-align: middle;
    display: inline-block;
}

.page_msg .msg_content {
    overflow: hidden;
    padding-top: 10px;
}

.page_msg h4 {
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
}

.page_msg p {
    font-size: 14px;
    color: #9E9F9F;
}

.page_msg .spacing {
    padding: 2em 0px;
}

.btn{
	padding:5px 45px;
	font-size:12px;
	line-height:19px;
	color:#fff;
	background-color:#44B549;;
	border:solid 1px #44B549;;
	cursor:pointer;
	outline:none;
	display:inline-block;
	*display:inline;
	*zoom:1;
	user-select:none;
	-moz-user-select:none;
	-webkit-user-select:none;
	-ms-user-select:none;
	-khtml-user-select:none;
}

.btn:hover{
	border-color:#4AAF33;;
	background-color:#4AAF33;;
	color:#fff
}

a {
    color: #3292FF;
    text-decoration: none;
	outline: 0px none;
}

.page_msg .inner::after {
    content: "​";
    display: block;
    height: 0px;
    clear: both;
}