/* ERROR: HOME PAGE: GUEST */

div.msg-error-guest 	{ color: #a70a0a; padding: 3px 6px 3px 24px; border: 2px solid #c00; margin-bottom: 6px;
						  background: #fff url(../images/icon_msg_error.png) 6px 4px no-repeat; line-height: 12px; }

/* ACKNOWLEDGMENT */
div.msg-acknowledge		{ color: #128a09; padding: 6px 6px 6px 24px; border: 2px solid #128a09; margin: 10px 0;
						  background: #e6fecd url(../images/icon_msg_acknowledge.png) 6px 6px no-repeat; }

div.msg-next			{ color: #1378b2; padding: 6px 6px 6px 24px; border: 2px solid #1378b2; margin: 6px 15px;
						  background: #e7f0ff url(../images/icon_msg_next.png) 6px 6px no-repeat; }
div.msg-next a			{ text-decoration: underline; }

ul.msg-next				{ color: #1378b2; padding: 0; border: 2px solid #1378b2; margin: 6px 15px; padding: 6px 0; background: #e7f0ff; }
ul.msg-next li			{ padding: 3px 6px; }
ul.msg-next li a		{ text-decoration: underline; }
ul.msg-next li a.arrow	{ padding-right: 18px; background: url(../images/icon_msg_next.png) no-repeat 100% 50%; }
ul.msg-next li.arrow	{ background: url(../images/icon_msg_next.png) no-repeat 6px 6px; padding-left: 24px; }

/* NEW - 02/20/10 */
div#content-white div.msg-next
						{ margin: 6px 25px 15px 0; }

/* ERROR: POP-UP */
div.msg-error			{ color: #a70a0a; padding: 6px 6px 6px 24px; border: 2px solid #c00; margin: 6px 15px;
						  background: #fff5ef url(../images/icon_msg_error.png) 6px 6px no-repeat; }
div.popup-actions span.reqd	{ float: left; }
div.popup-actions		{ clear: both; }
span.reqd 				{ font-weight: normal; }
