﻿
/* FLASH MESSAGES */
div.message { border: 1px dashed; margin: 12px 0; background: no-repeat 8px 10px; }
div.mssg_txt { font-size: 1.1em; font-weight:bold; margin: 12px 8px 12px 55px; }
div.mssg_error { border-color: #DD4F00; background-color: #fdf3f3; background-position:10px 3px; color: #DD4F00; background-image: url(../img/forbidden.gif); }
div.mssg_notice { border-color: #f57900; background-color: #fef8f2; background-position:10px 3px; color: #f57900; background-image: url(../img/exclamation.gif); }
div.mssg_success { border-color: #2B8A0D; background-color: #E7FBD4; background-position:10px 3px; color: #2B8A0D; background-image: url(../img/success.gif); }
div.mssg_error strong { color: #DD4F00; }
div.mssg_notice strong { color: #f57900; }
div.mssg_success strong { color: #47c518; }
