.alert
{
	line-height:16px;
    font-size:12px;
    border: 1px solid;
    border-radius: 0;
    clear: both;
    margin-bottom: 9px;
    margin-top: 10px;
    padding: 10px;
}
.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; font-size:14px;}
.alert.success{background:#d1e8d2;border-color:#393;color:#00632e}
.alert.error{background:#f2dede;border-color:#ebccd1;color:#a94442;}
.alert.warning{background:#fdefbd;border-color:#d4b64b;color:#675100}
.alert.info{background:#d8e7fa;border-color:#9dbfea;color:#00357b}
.alert.note{background:#f4f4f4;border-color:#bdbdbd;color:#4d4d4d}