﻿
div.system_message {
    margin-top: 5px;
}

div.system_message div {
    margin-top: 2px;
    padding: 5px 5px 5px 25px;
}

div.system_messageMenuLeft div {
    margin-top: 2px;
/*	margin-left: 175px;*/
    padding: 5px 5px 5px 25px;
}

div.success_message {
    background: url("../img/icons/accept.png") no-repeat scroll 5px center #D8F3CB;
    border: 1px solid #43701B;
    color: #43701B;
}

div.error_message {
	border: 1px solid red;
	background: #FFE0E0 url("../img/icons/delete.png") 5px center no-repeat;
	color: red;
}

div.warning_message {
	border: 1px solid #FF6600;
	background: #FFFFCC url("../img/icons/warning.png") 5px center no-repeat;
	color: #FF6600;
}

span.msgError {
	color: red;
/*	width: 500px;*/
	margin-left: 145px;
}

#divAuxError {
	margin-top: -15px;
	min-height: 15px;
}

#divAuxError span.msgError {
	margin-left: 5px;
}
