#mainMessageBox
{
	z-index: 1001;
	display: table;
	margin: 0 auto;
}

#mainMessageText
{
	display: table-cell;
	font-size: 14px;	
	font-weight: normal;
	width: 100%;
}

#mainMessageBoxToolbar
{
	display: table-cell;
	text-align: right;	
}

#mainMessageBox small
{
	color: #fff;
}

.msg_wrapper
{
	background-repeat: no-repeat;
	padding: 5px;
}

.msg_wrapper_info { background-color: #63955b; color: #fff; }
.msg_wrapper_error { background-color: #f64848; color: #fff; }
.msg_wrapper_exclamation { background-color: #f17c28; color: #fff; }

.msg_info {background: url(../images/ico/ok.png) left center no-repeat; padding-left: 20px; }
.msg_error {background: url(../images/ico/error.png) left center no-repeat; padding-left: 20px; }
.msg_exclamation {background: url(../images/ico/warning.png) left center no-repeat; padding-left: 20px; }