@charset "utf-8";
/**
 * 出错页面, 404、504、用户不存在、没权限等页面
 * 
 * author：huixisheng
 * data：  20121205
 * 
 * @module notfound.css 
 */
body{background: #bee1f5}
.error_body{ background: #fff; min-height: 600px; height: auto !important; _height: 600px}
.error_box{ margin:0 auto; width:670px; padding-top: 100px; overflow: hidden;}
.error_box_ext{width:810px;}
.error_side{ float: left; display: inline; width:318px; height: 323px; }
.errorbg_404{ background: url(../../images/extra/error_404.png) no-repeat 0 0;}
.errorbg_504{ background: url(../../images/extra/error_504.png) no-repeat 0 0;}
.errorbg_no_authority{ background: url(../../images/extra/error_no_authority.png) no-repeat 0 0;}
.errorbg_nobody{ background: url(../../images/extra/error_nobody.png) no-repeat 40px 0;}
.error_main{ float: left; display:inline; height: 323px;}
.error_hd{ height: 48px; padding-left: 48px; margin-top: 125px; background: url(../../images/extra/error_icon.png) no-repeat 0 0; line-height: 48px; color: #dc3d3d; font-size: 18px;}
.error_hd_limit{ line-height: 24px;}
.error_link{ margin: 10px 0 0 10px;}
.error_link li{float:left;}
.error_link li a{ margin:0 8px;}

