/* Your CSS codes here */
.system_messages {
	margin: 0;
	padding: 15px 0 0;
	position: relative;
	
}

.system_messages li {
	list-style:none;
	margin: 0 0 7px;
	padding: 6px 0 6px 38px;
	font-size: 11px;
	position: relative;
	top: 0;
	left: 0;
	min-height: 1px;
	list-style-position: outside;	
}

.system_messages .white {
	background: #fefefe url(../../images/forms/white_message.gif) repeat-x;
	border: 1px solid #dbdbdb;
	
	
}

.system_title {
	font-size: 11px;
}

.system_messages .ico {
	display: block;
	width: 23px;
	height: 23px;
	background-repeat: no-repeat;
	overflow: hidden;
	position: absolute;
	left: 4px;
	top: 4px;
	
}

.system_messages .white .system_title {
	color: #4f4f4f;
}

.system_messages .white .ico {
	background-image:url(../../images/forms/white_ico.png);
}

.system_messages .red {
	background: #e2c5c5 url(../../images/forms/red_message.gif) repeat-x;
	border: 1px solid #cf9e9e;
	
}

.system_messages .red .system_title {
	color: #ae2727;
}

.system_messages .red .ico {
	background-image:url(../../images/forms/red_ico.png);
}



.system_messages .blue {
	background: #c4dde3 url(../../images/forms/blue_message.gif) repeat-x;
	border: 1px solid #9cc6d0;
	
}

.system_messages .blue .system_title {
	color: #0f4b74;
}

.system_messages .blue .ico {
	background-image:url(../../images/forms/blue_ico.png);
}

.system_messages .green {
	background: #c7e5c2 url(../../images/forms/green_message.gif) repeat-x;
	border: 1px solid #a2d399;
	
}

.system_messages .green .system_title {
	color: #386d19;
}

.system_messages .green .ico {
	background-image:url(../../images/forms/green_ico.png);
}


.system_messages .yellow {
	background: #eae1b1 url(../../images/forms/yellow_message.gif) repeat-x;
	border: 1px solid #e0d182;
	
}

.system_messages .yellow .system_title {
	color: #675918;
}

.system_messages .yellow .ico {
	background-image:url(../../images/forms/yellow_ico.png);
}

#error404 .left{
	float: left;
	width: 20%;
}

#error404 .right{
	float: left;
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	padding-top: 30px;
	width: 80%;
}
.clear{
	clear: both;
}

.relative{
	position: relative;
}

#address-error{
	position: absolute;
	top: 10px;
	right: 10px;
}