@charset "utf-8";
/* CSS Document */

p.info {
    background: #F8FAFC url(/alerts/info.gif) center no-repeat;
    background-position: 15px 50%;
    text-align: left;
    padding: 5px 20px 5px 45px;
    border-top: 2px solid #B5D4FE;
    border-bottom: 2px solid #B5D4FE;
		color:#000000;
		font-weight:bold;
}

p.warning {
    background: #FBEEF1 url(/alerts/warning.gif) center no-repeat;
    background-position: 15px 50%;
    text-align: left;
    padding: 5px 20px 5px 45px;
    border-top: 2px solid #FEABB9;
    border-bottom: 2px solid #FEABB9;
		color:#000000;
		font-weight:bold;
}

p.confirm {
    background: #d7fdd7 url(/alerts/confirm.gif) center no-repeat;
    background-position: 15px 50%;
    text-align: left;
    padding: 5px 20px 5px 45px;
    border-top: 2px solid #339900;
    border-bottom: 2px solid #339900;
		color:#000000;
		font-weight:bold;
}
