.cui-alert-container{position: fixed;z-index:1000000000;bottom:0px;top:0px;left:0px;right:0px;}	
.cui-alert{position: absolute;top:-100px;left:50%;margin-left:-150px;width:300px;border:1px solid #ddd;border-radius: 5px;background: #fff;box-shadow:0 0 10px rgba(0,0,0,.5);
    -webkit-transition: none; 
    -webkit-transition: none; 
     transition: none; 
    -moz-transition: none;
    -webkit-transition: none; 
}
.cui-alert .cui-alert-header{height:40px;line-height:40px;text-indent: 10px;font-size:13px;float:left;color:#0E91E3;width:300px;border-bottom:1px solid #ddd;}
.cui-alert .cui-alert-body{padding:20px 10px;width:300px;float:left;box-sizing: border-box;text-align: center;}
.cui-alert .cui-alert-footer{float:left;height:50px;width:300px;border-top:1px solid #ddd;}
.cui-alert .cui-alert-footer .cui-alert-ok{float:right; margin-top:10px; margin-right:10px;cursor:pointer;border-radius: 3px;padding:7px 10px;color:#fff; background: #0E91E3;border:1px solid #0E91E3;}