@charset "utf-8";
@import URL("/erp/css/common.css");
/* --- 2013.03.28 APROCNI K.H.Y. --- */

.err_wrap{width:560px;margin:80px auto 0;text-align:center;}
.err_header{width:100%;height:67px;position:relative;}
.err_footer{border-top:1px solid #ddd;padding:10px 0 20px;display:none;}

.err_header .logo{width:216px;height:30px;overflow:hidden;display:block;position:absolute;bottom:0;left:28px;}
.err_header .top_menu{width:110px;position:absolute;top:25px;right:30px;overflow:hidden;}
.err_header .top_menu li{padding:0px 5px;float:left;line-height:13px;letter-spacing:-1px;font-size:11px;}
.err_header .top_menu li:last-child{background:url('/erp/static/error/img/bg_topmenu.gif') no-repeat 0 2px;}
.err_content{min-height:400px;padding:45px 50px 0;text-align:left;background:url('/erp/static/error/img/bg_error.gif') no-repeat 100% 100%;}
.err_content .t_14{color:#222;font-size:16px;font-weight:bold;line-height:25px;}
.err_content .t_note{color:#444;line-height:20px;margin:30px auto 90px;font-size:12px;}
.err_content .err_btns{text-align:center;padding:70px 0 20px;}

.btnStyle01{background:#4959b6;padding:0 50px;height:40px;line-height:40px;display:inline-block;text-align:center;font-size:16px;font-weight:normal;color:#fff !important;border:1px solid #4959b6;border-radius:4px;}
.btnStyle01{transition:All 0.3s ease;-webkit-transition:All 0.3s ease;-moz-transition:All 0.3s ease;-o-transition:All 0.3s ease;}
.btnStyle01:hover{border:1px solid #4959b6 !important;background:#fff !important;color:#4959b6 !important;transition:All 0.3s ease;-webkit-transition:All 0.3s ease;-moz-transition:All 0.3s ease;-o-transition:All 0.3s ease;}
.btnStyle02{background:#fff;padding:0 50px;height:40px;line-height:40px;display:inline-block;text-align:center;font-size:16px;font-weight:normal;color:#000 !important;border:1px solid #ccc;border-radius:4px;}
.btnStyle02{transition:All 0.3s ease;-webkit-transition:All 0.3s ease;-moz-transition:All 0.3s ease;-o-transition:All 0.3s ease;}
.btnStyle02:hover{border:1px solid #4959b6 !important;background:#fff !important;color:#4959b6 !important;transition:All 0.3s ease;-webkit-transition:All 0.3s ease;-moz-transition:All 0.3s ease;-o-transition:All 0.3s ease;}