/**
 * cosyAlert
 * @author Jan Ebsen <xicrow@gmail.com>
 * @version 1.0.0
 * @date 2013-04-09
 * @copyright Jan Ebsen 2013
 */
.cosyAlert-container{margin:10px;padding:0;position:fixed;width:500px;font-weight:400;font-size:13px;font-family:Tahoma,Geneva,sans-serif;z-index:9999}.cosyAlert-container.top{top:0}.cosyAlert-container.middle{top:40%}.cosyAlert-container.bottom{bottom:0}.cosyAlert-container.left{left:0}.cosyAlert-container.center{margin:10px auto;left:0;right:0}.cosyAlert-container.right{right:0}.cosyAlert{margin:5px 0;padding:10px;position:relative;top:0;left:0;border-width:1px;border-style:solid;z-index:9999}.cosyAlert.alert{color:#C09853;background-color:#FCF8E3;border-color:#FBEED5}.cosyAlert.notice{color:#3A87AD;background-color:#D9EDF7;border-color:#BCE8F1}.cosyAlert.success{color:#468847;background-color:#DFF0D8;border-color:#D6E9C6}.cosyAlert.error{color:#B94A48;background-color:#F2DEDE;border-color:#EED3D7}.cosyAlert .close{margin:0;padding:0;position:absolute;top:5px;right:5px;font-weight:700;font-size:15px;line-height:15px;color:#444;cursor:pointer}.cosyAlert .close:hover{color:#000}.cosyAlert .loader{margin-top:15px;width:100%;height:5px;clear:both}.cosyAlert .loader-bar{width:100%;height:5px;background:#BBB}