/**
 * @copyright	Copyright (C) 2005 - 2012 Open Source Matters, Inc. All rights reserved.
 * @license		GNU General Public License version 2 or later; see LICENSE.txt
 */

/* System Messages */
#system-message {
	margin-bottom: 10px;
	padding: 0;
}

#system-message > dt {
	font-weight: normal;
	display: none;
}

#system-message > dd {
	margin: 0;
	font-weight: normal;
	/*text-indent: 230px;*/
	margin-top: 20px;
}

#system-message > dd > ul {
	color: #666666;
	background-position: 4px top;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	list-style: none;
	padding: 10px;
	border-top: 1px solid #b50000;
	border-bottom: 1px solid #b50000;
}

#system-message > dd > ul > li {
	line-height: 1.5em;
	padding-top: 60px!important;
    padding-left: 230px!important;
    font-weight: bold!important;
    font-size: 18px!important;
	    height: 160px!important;
}

/* System Standard Messages */
#system-message > .message > ul {
		background-color: #ffffff;
	background-image: url(../images/info20171.png);
}

/* System Error Messages */
#system-message > .error > ul,
#system-message > .warning > ul,
#system-message > .notice > ul {
	color: #b50000; 
}

#system-message > .error > ul {
	background-color: #ffffff;
	background-image: url(../images/att20175.png);
	border-color: #b50000;
}

/* System Warning Messages */
#system-message > .warning > ul {
	background-color: #ffffff;
	background-image: url(../images/info20171.png);
	border-color: #b50000;
}

/* System Notice Messages */
#system-message > .notice > ul {
	background-color: #ffffff;
	background-image: url(../images/info20171.png);
	border-color: #b50000
}
