html, body{
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    font-family: Arial, 宋体;
    font-size: 12px;
}

body{
    background: #ebf6f9 url( "imgs/bg_body_top.png" ) repeat-x top;
}

a, a:visited{
    color: 0088e4;
    text-decoration: none;
}

a:hover {
    color: #3399ff;
}

label{
    cursor: pointer;
}

form, img{
    padding:0;
    margin:0;
}

.clear{
    clear: both;
    font-size: 1px;
    height: 0px;
}
.min-width, min-height{
    font-size: 1px;
    height: 0px;
}
.min-width{
    width: 800px;
}

.errors{
    color: #444444;
    font-size: 120%;
    font-weight: bold;
    text-align: center;
}

.container{
    background: transparent url( "imgs/bg_body_bottom.png" ) repeat-x bottom;
    width: 100%;
    height: 100%;
}
.ct-top{
    height: 40%;
    vertical-align: bottom;
}
.ct-bottom{
    height: 50%;
    vertical-align: top;
}
.ct-footer{
    height: 10%;
    vertical-align: bottom;
    text-align: right;
    color: #698ea9;
}
.ct-footer a{
    color: #698ea9;
}
.cpr{
    width: 200px;
    float: right;
    margin: 0 15px 15px 0;
}
.cpl{
    width: 450px;
    float: left;
    margin: 0 15px 15px 15px;
}
.cpr-l, .cpr-r, .cpl-l, .cpl-r{
    width: 2px;
    height: 40px;
    font-size: 1px;
}
.cpr-l, .cpl-l{
    background: transparent url( "imgs/bg_line_l.gif" ) no-repeat top;
}
.cpr-r, .cpl-r{
    background: transparent url( "imgs/bg_line_r.gif" ) no-repeat top;
}
.cpr-m, .cpl-m{
    text-align: center;
    background: transparent url( "imgs/bg_line_m.gif" ) repeat-x top;
}

.top-table{
    width: 100%;
    height: 224px;
}
.top-table-left, .top-table-right{
    width: 1%;
    vertical-align: bottom;
}
.top-table-right{
    text-align: right;
}
.top-table-middle{
    width: 98%;
    vertical-align: bottom;
}

.upload{
    margin: auto;
    width: 400px;
}
.upload-l, .upload-r{
    height: 110px;
    width: 19px;
    font-size:1px;
}
.upload-l{
    background: transparent url( "imgs/bg_upload_l.gif" ) no-repeat top;
}
.upload-r{
    background: transparent url( "imgs/bg_upload_r.gif" ) no-repeat top;
}
.upload-m{
    width: 394px;
    height: 110px;
    background: transparent url( "imgs/bg_upload_m.gif" ) repeat-x top;
    text-align: center;
    vertical-align: middle;
}

.right-menu{
    width: 99px;
}
.right-menu-t, .right-menu-b{
    width: 99px;
    height: 19px;
    font-size: 1px;
}
.right-menu-t{
    background: transparent url( "imgs/bg_right_menu_t.gif" ) no-repeat top right;
}
.right-menu-b{
    background: transparent url( "imgs/bg_right_menu_b.gif" ) no-repeat top right;
}
.right-menu-m{
    background: transparent url( "imgs/bg_right_menu_m.gif" ) repeat-y top right;
    padding-left: 40px;
}
.menu-items{
}
.menu-items a{
    cursor: pointer;
    display: block;
    padding: 5px;
    text-align: left;
    font-weight: bold;
    color: #5b5b5b;
}
.menu-items a:hover{
    color: #6cb2fc;
}


.preview, .links{
    width: 500px;
    margin: auto;
    padding: 20px 0 0 0;
}
.preview{
    text-align: center;
}

.popup-cover{
  background-color: #ffffff;
  position:absolute;
  top: 0;
  left: 0;
  z-index: 5;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
  visibility: hidden;
}
.popup-tb{
  background: transparent;
  position: absolute;
  left: 50%;
  /*top: 50%;*/
  top: 0;
  z-index: 10;
  visibility: hidden;
}
.popup-tb .t-l, .popup-tb .t-r, .popup-tb .b-l, .popup-tb .b-r{
    width: 14px;
    height: 24px;
    font-size: 1px;
}
.popup-tb .m-l, .popup-tb .m-r{
    width: 14px;
    font-size: 1px;
}
.popup-tb .t-m, .popup-tb .b-m{
    height: 24px;
    font-size: 1px;
}
.popup-tb .t-l{
    background: transparent url( "imgs/bg_msg_t_l.gif" ) no-repeat top left;
}
.popup-tb .t-r{
    background: transparent url( "imgs/bg_msg_t_r.gif" ) no-repeat top right;
}
.popup-tb .b-l{
    background: transparent url( "imgs/bg_msg_b_l.gif" ) no-repeat bottom left;
}
.popup-tb .b-r{
    background: transparent url( "imgs/bg_msg_b_r.gif" ) no-repeat bottom right;
}
.popup-tb .m-l{
    background: transparent url( "imgs/bg_msg_m_l.gif" ) repeat-y;
}
.popup-tb .m-r{
    background: transparent url( "imgs/bg_msg_m_r.gif" ) repeat-y;
}
.popup-tb .t-m{
    background: transparent url( "imgs/bg_msg_t_m.gif" ) repeat-x;
}
.popup-tb .b-m{
    background: transparent url( "imgs/bg_msg_b_m.gif" ) repeat-x;
}
.popup-tb .m-m{
    background: #ddedf9;
}