.container-body {
  min-width: 320px;
  max-width: 640px;
  margin: 0 auto;
  overflow: hidden;
}
/*
===================
主体内容区域
===================
*/
.register {
    margin-top: 10px;
}
/*
===================
标题栏
===================
*/
.reg_head {
    padding: 10px 15px;
    border-bottom: 1px solid #ededed;
    font-size: 16px;
    font-weight: 700;
    color: #666;
}
/*
===================
注册登录布局
===================
*/
.reg_cont_wrap {
    float: left;
    min-height: 1px;
    width: 100%;
}
.reg_cont {
    margin-right: 220px;
    position: relative;
}
.reg_form {
    padding: 20px 0 50px 15px;
}
.reg_form dl {
    padding: 0 0 10px 8px;
    width: 690px;
    min-height: 32px;
    zoom: 1;
    position: relative;
}
.reg_form dl:after {
    clear: both;
    content: " ";
    display: block;
    height: 0;
    visibility: hidden;
}
.reg_form dt {
    float: left;
    width: 110px;
    font-size: 14px;
    line-height: 25px;
    text-align: right;
    margin-right: 15px;
}
.reg_form dd {
    float: left;
    width: 250px;
}
.reg_form dd.dd_r {
    width: 308px;
    line-height: 26px;
}
.reg_form dd.dd_col {
    width: 548px;
    line-height: 26px;
}
.reg_side {
    float: left;
    width: 200px;
    margin-left: -200px;
    padding-top: 30px;
}
.reg_side_cont {
    border-left: 1px dotted #ccc;
    padding: 10px 20px 20px;
}

/*
===================
消息提示
===================
*/
.reg_message{
    margin:100px 40px 0;
    padding:0 0 40px 80px;
    background:url(../images/tips/big.png) -100px 0 no-repeat;
    min-height:100px;
    _height:100px;
    line-height:1.5;
}
.reg_message h2{
	padding:5px 0 10px;
	font-size:16px;
	font-weight:100;
}
.reg_ignore{
	background-position:0 -100px;
}
.reg_ignore ul{
	padding-top:5px;
}
.reg_ignore .error_return{
	padding-top:10px;
	font-size:14px;
}
.login_msg{font-size: 14px;margin-top: 10px;}
.login_msg a{text-decoration: none;}