/**
 * @copyright	Copyright (C) 2005 - 2013 Open Source Matters, Inc. All rights reserved.
 * @license		GNU General Public License version 2 or later; see LICENSE.txt
 */

/* System Messages */
#system-message {
	padding: 0;
}

#system-message > dt {
	font-weight: bold;
	display: none;
}

#system-message > dd {
	margin: 0;
	font-weight: bold;
}

#system-message > dd > ul {
	color: white;
	background-color: #738a99;
	background-position: 4px 4px;
	background-repeat: no-repeat;
	list-style: none;
	padding: 10px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	text-align: center;
}

#system-message > dd > ul > li {
	font-weight: bold;
	text-align: left;
	padding-left: 40px;
}

#system-message > dd > ul:before {
	content: "!";
	font-size: 1.25rem;
    font-family: "eurostile-condensed",sans-serif;
    font-weight: bold;
    float: left;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    text-align: center;
    background: white;
    color: #738a99;
}

#system-message > dd.message > ul:before {
	content: "i";
}

#system-message > dd.notice > ul:before {
	content: "!";
}

#system-message > dd.error > ul:before {
	content: "X";
}

#system-message > dd > ul > li {
	line-height: 1.5em;
}