/*
+---------------------------------------------------------------+
|        Plugin: Alert Bbcodes
|        Version: 1.0
|        Date: 12/11/2013
|        Author: MrNiceGuy 
|        Email: admin@e107.no
|        Website: www.e107.no
|		 CSS Notification Boxes from www.cssportal.com/blog/css-notification-boxes/
|        Released under the terms and conditions of the
|        GNU General Public License (http://gnu.org).
+---------------------------------------------------------------+
*/
.alert-box {
    color:#555;
    border-radius:10px;
    font-family:Tahoma,Geneva,Arial,sans-serif;font-size:14px;
    padding:10px 10px 10px 36px;
    margin:10px;
}

.alert-box span {
    font-weight:bold;
    text-transform:uppercase;
}
.attention {
    background:#ffecec no-repeat 10px 50%;
    border:1px solid #f5aca6;
}
.help {
    background:#e9ffd9 no-repeat 10px 50%;
    border:1px solid #a6ca8a;
}
.information {
    background:#BDE5F8 no-repeat 10px 50%;
    border:1px solid #00529B;
}
.notice {
    background:#e3f7fc no-repeat 10px 50%;
    border:1px solid #8ed9f6;
}
.warning {
    background:#fff8c4 no-repeat 10px 50%;
    border:1px solid #f2c779;