@charset "utf-8";
/* CSS Document */

body {
	text-align:center;
	margin:0 auto;
	padding:0;
	font-size:12px;
	font-family:"microsoft yahei";
	line-height:22px;
	text-decoration: none;
}
div, img {margin:0; padding:0;}
#reg{ width:100%;min-height:100px; background:url(images/reg_bg.gif) repeat-x;}
#reg #container{width:900px; margin:0 auto; padding-top:12px}
#reg #top{ height:90px; }
#reg #top #logo{ float:left;}
#reg #top #logo2{ float:right;}
#reg #info{ width:100%; height:30px}
#reg #info .h1{font-size:20px; font-family:"microsoft yahei"; float:left}
#reg #info .at{font-size:14px; color:#f00; padding-left:20px; float:left}
#reg #info .lg{font-size:14px;float:right}

#reg #box{width:100%; border:1px solid #ccc; min-height:500px; font-family:"microsoft yahei"}
#reg .regbg{ background:url(images/regbg.jpg) no-repeat right bottom;width:385px; height:365px}
#reg #box #lpad{padding:60px 0 0 80px; text-align:left}
#reg #box .item{ float:left; font-size:14px; height:44px; line-height:44px;width:120px; text-align:right}
#reg #box .formbox{width:100%; padding:8px 0; clear:both}
#reg #box .ipt_box{ float:left;width:250px;}
#reg #box .reg_input{
    border:1px solid #ccc;
    font-size: 14px;
    height: 18px;
    line-height: 18px;
    padding: 8px;
    width: 225px;
	border-radius:4px
}
#reg #box .dtl{float:left; padding-left:5px; height:40px; line-height:40px; color:#999}
#reg #box .sebox{border:1px solid #ccc;
    font-size: 14px;
    height: 18px;
    line-height: 18px;
    padding: 8px;
    width: 225px;
	border-radius:4px}
#reg #box select{border:0;width: 225px; height: 18px;}
#reg #box .reg_btn{ background:url(images/regbtn.gif) no-repeat; border:0; cursor:pointer;width:242px; height:50px}
#reg #footer{ text-align:center; font-family:Arial, Helvetica, sans-serif; width:100%; height:50px;
padding-top:10px; clear:both}
.error,.ico-warn-sml,.ico-ok,.ico-err{ background:url(images/pwd_sprite.png) no-repeat; color:#FF6666;padding-left:15px; height:40px; line-height:40px}
.ico-warn-sml {
    background-position: 0px -352px;
    height: 14px;
    width: 14px;
}
.ico-ok {
    background-position: 0px -252px;
    height: 14px;
    width: 14px;
	color:#333
}
.ico-err {
    background-position: 0px -285px;
    height: 14px;
    width: 14px;
}