.alert-error{position:fixed;width:320px;height:200px;border-radius:4px;background-color:#FFF;box-shadow:0 0 15px #666;z-index:100;top:50%;left:50%;margin-left:-160px;margin-top:-100px;overflow:hidden}
.alert-error>.head-error{background:-moz-linear-gradient(top,#b50000,#6d0000);background:-webkit-gradient(linear,0 0,0 100%,from(#b50000),to(#6d0000));height:25px;padding:5px;color:#FFF;line-height:25px;font-size:12px}
.alert-error>.cnt-error{height:128px;font-size:12px;display:table;width:100%}
.alert-error>.cnt-error>.cnt{display:table-cell;vertical-align:middle;text-align:center;width:100%}
.alert-error>.foot-error{height:27px;border-radius:0 0 4px 4px;padding-top:3px;text-align:center}
.alert-error>.foot-error button{font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;font-style:normal;color:#000;background:#f5f5f5;border:1px solid #bbb;box-shadow:0 1px 10px #d1cfd1;-moz-box-shadow:0 1px 10px #d1cfd1;-webkit-box-shadow:0 1px 10px #d1cfd1;border-radius:3px;-moz-border-radius:5px;-webkit-border-radius:5px;padding:5px 10px;cursor:pointer;margin:0 auto;margin-left:2px;margin-right:2px}
.alert-error>.foot-error button:hover{background-color:#dff4ff;border:1px solid #c2e1ef;color:#369}
.filter{position:fixed;width:100%;height:100%;background-color:#000;opacity:.5;top:0;left:0;z-index:201}