										/************************************************** MESSAGES **********************************************************/
										
.success {color: #3d6611;}
.error {color: #df280a;}
.notice {color: #e26703;}
.success, .error {font-weight: bold;}
.messages,.messages ul {list-style: none !important; margin: 0 !important; padding: 0 !important;}
.messages {width: 100%; overflow: hidden;}
.error-msg li, .success-msg li, .notice-msg li {margin-bottom: .2em;}
ul li.error-msg {color: #df280a; background: #faebe7 url(../images/error_msg_icon.gif) no-repeat 5px 14px; padding: 3px 0 3px 25px; border: 1px solid #f16048;}
ul li.success-msg {color: #3d6611; background: #eff5ea url(../images/success_msg_icon.gif) no-repeat 5px 14px; padding: 3px 0 3px 25px; border: 1px solid #446423;}
.notice-msg, .note-msg {padding: 10px; font-size: 12px;}
