.alert
{
	line-height:16px;
	font-family:arial;
    font-size:11px;
    border: 1px solid;
    border-radius: 5px 5px 5px 5px;
    clear: both;
    margin-bottom: 9px;
    margin-top: 10px;
    padding: 10px 10px 10px 35px;
}
.alert a{
	font-size:11px;
}
.alert.no-margin{
    border-radius: 0 0 0 0;
    border-width: 1px 0;
    margin-left: -10px;
    margin-right: -10px;
}
.alert.no-margin.top {
    border-width: 0 0 1px;
    margin-top: 0;
}
.alert.no-margin.bottom {
    border-width: 1px 0 0;
    margin-bottom: 0;
}
.alert .close{float:right; cursor:pointer; text-shadow: 1px 1px 0 #FFFFFF;}
.alert.success{background:url("../images/icons/16x16/tick-circle.png") no-repeat 10px center #d1e8d2;border-color:#393;color:#00632e}
.alert.error{background: url("../images/icons/16x16/cross-circle.png") no-repeat 10px center #FACFCF;border-color: #DC1C1C;color: #820101;}
.alert.warning{background:url("../images/icons/16x16/exclamation.png") no-repeat 10px center #fdefbd;border-color:#d4b64b;color:#675100}
.alert.info{background:url("../images/icons/16x16/information.png") no-repeat 10px center #d8e7fa;border-color:#9dbfea;color:#00357b}
.alert.note{background:url("../images/icons/16x16/notebook.png") no-repeat 10px center #f4f4f4;border-color:#bdbdbd;color:#4d4d4d}