@CHARSET "UTF-8";

/* Messages & System Span */
.system {
	background-position: left center;
	background-repeat: no-repeat;
	display: block;
	float: left;
	font-weight: 700;
	padding: 0 0 0 19px;
	white-space: nowrap;
}

.positive {
	background-image: url(../img/positive.png);
	color: #82a800;
}

.negative {
	background-image: url(../img/negative.png);
	color: #b86464;
}

.system_messages {
	margin: 5px;
}

.system_messages p {
	font-size: 11px;
	min-height: 1px;
	padding: 6px 0 6px 38px;
	display: block;
	position: relative;
	top: 0;
	left: 0;
	border-width: 2px;
	border-style: solid;
	border-radius: 4px;
}

.blue {
	background-color: #e2ecf4;
	border-color: #448bb1;
}

.green {
	background-color: #eaf6e8;
	border-color: #71e35e;
}

.red {
	background-color: #fbf7f7;
	border-color: #ee1515;
}

.white {
	background-color: #fefefe;
	border-color: #dbdbdb;
}

.yellow {
	background-color: #f4f3e2;
	border-color: #f4e280;
}

.ico {
	background: url(../img/message_ico.png) no-repeat;
	display: block;
	height: 23px;
	left: 4px;
	overflow: hidden;
	position: absolute;
	top: 7px;
	width: 23px;
}

.green .ico {
	background-position: -23px 0;
}

.red .ico {
	background-position: -46px 0;
}

.white .ico {
	background-position: -69px 0;
}

.yellow .ico {
	background-position: -92px 0;
}

.system_title {
	font-size: 12px;
	line-height: 26px;
	width: 26px;
}

.blue .system_title {
	color: #0f4b74;
}

.green .system_title {
	color: #386d19;
}

.red .system_title {
	color: #ee1515;
}

.white .system_title {
	color: #4f4f4f;
}

.yellow .system_title {
	color: #675918;
}