.alert{padding:1px 5px;margin:0px 0px 6px 0px;text-align:left;font-size:13px;color:#000;font-weight:bold;background-color:#eee;height:45px;}

.alert-error{background-color:#ffe5e5}
.alert-success{background-color:#daf0be}
.alert-warn{background-color:#fff9d4}
.alert-announce,.alert-info,.alert-status{background-color:#cce0f5}
.alert-icon{float:left;background:transparent url(alert.png) no-repeat;width:34px;height:34px}
.alert-error .alert-icon{background-position:0px 5px;height:45px;}
.alert-success .alert-icon{background-position:-34px 5px;height:45px;}
.alert-warn .alert-icon{background-position:-68px 5px;height:45px;}
.alert-announce .alert-icon{background-position:-102px 5px;height:45px;}
.alert-info .alert-icon,.alert-status .alert-icon{background-position:-136px 5px;height:45px;}
.alert-content{float:left;width:88%;margin:10px 0px 0px 4px;}
.alert-close{float:right;width:24px;height:24px;cursor:pointer;cursor:hand}
.close-icon{width:14px;height:14px;margin:3px 0 0 10px;background:transparent url(alert.png) no-repeat;background-position:-280px -10px}
.alert-error .close-icon{background-position:-173px -10px}
.alert-success .close-icon{background-position:-190px -10px}
.alert-warn .close-icon{background-position:-207px -10px}
.alert-announce .close-icon,.alert-info .close-icon,.alert-status .close-icon{background-position:-224px -10px}
#baseDiv{position:relative;width:100%;margin-left:auto;margin-right:auto;padding:0px 0px 0px 0px}
.clear{clear:both}
