/* =============================================================================

MESSAGES

============================================================================= */


html{-webkit-text-size-adjust:none;}
.msg {padding:15px 25px 15px 60px; -moz-border-radius:5px; -khtml-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; }

.msg.warning {background:url("../images/admin/error.png") 10px 50% no-repeat;}

.msg.info {background:url("../images/admin/information.png") 10px 50% no-repeat;}

.msg.done {background:url("../images/admin/accept.png") 10px 50% no-repeat;}

.msg.error {background:url("../images/admin/exclamation.png") 10px 50% no-repeat;}



.msg.warning {border:2px solid #FFC237; background-color:#FFEAA8; }

.msg.warning a {color:#df0000;} .msg.warning a:hover, .msg.warning a:active, .msg.warning a:focus {color:#303030;}

.msg.info {border:2px solid #418ACC; background-color:#D0E4F4;}

.msg.done {border:2px solid #99C600; background-color:#EFFFB9;}

.msg.error {border:2px solid #EB5339; background-color:#FCCAC2;}


