/* 布局 */
#container {margin:0 auto; width:900px;}
#header { height:89px; margin-bottom:5px;}
#menu { padding:7px 10px; border:#CCC solid 1px; margin-bottom:5px; background:#E8E8E8; overflow:auto; zoom:1;}
#mainContent { /*height:500px;*/ margin-bottom:5px;}
#sidebar { float:left; width:150px;}
#content { float:right; width:729px; padding:10px; min-height:500px; /*height:500px; background:#cff;*/ border-left: solid 1px #CCC;}/*因为是固定宽度，采用左右浮动方法可有效避免ie 3像素bug*/
#footer {}

/* 登录登录 */
#login-wrapper,#regedit-wrapper{width:760px; overflow:auto; position:relative;}
#ad-pic-wrapper{height:150px; /*background:#EC923B;*/ background:#59ABF6;}
#ad-pic-desc{ width:220px; margin:20px 0 0 20px; color:#FFF;}
#ad-str-wrapper{padding:10px;}
#ad-str-wrapper .ad-str-box{ margin-left:0; margin-top:15px; width:430px;}
.ad-str-box .ad-title{ font-size:14px;}
.ad-str-box .ad-desc{ color:#999;}
.line{ height:1px; overflow:hidden; border-top:#CCC solid 1px; margin:10px 0;}

#center-wrapper{ width:260px; overflow:auto; position:absolute; top:60px; right:20px;}
.center-box{ background:#FFF; border:1px solid #AAAAAA; padding:10px; margin-top:10px;}
.center-box .ipt{ width:120px;}
.center-box ul{ list-style:none;}

