<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Cuprum"/>
<div class="alertMsg notice">
<span>Notice:</span> This is a normal notice message. <a class="alert-close" href="#">×</a></div>
<div class="alertMsg warning">
<span>Warning!</span> Something is wrong somewhere. Better go look... <a class="alert-close" href="#">×</a></div>
<div class="alertMsg success">
<span>Success is Yours!</span> You successfully did something somewhere. <a class="alert-close" href="#">×</a>
</div>
<div class="alertMsg error">
<span>Oh Error!</span> Change a few things and try submitting again. <a class="alert-close" href="#">×</a></div>
<div class="alertMsg info">
<span>Hey!</span> This alert is in need of your attention, but it’s not super important. <a class="alert-close" href="#">×</a>
</div>