/* messages --------------------------------------------*/
.messageinfoicon {
	background-color: #e4f3f6;
 	border-top: 2px solid #70b2bf;
 	border-bottom: 2px solid #70b2bf;
 	border-left: 2px solid #70b2bf;
	padding: 5px 5px 5px 5px;
}
.messageinfo {
	background-color: #e4f3f6;
 	border-top: 2px solid #70b2bf;
 	border-bottom: 2px solid #70b2bf;
 	border-right: 2px solid #70b2bf;
 	width: 100%;
	padding: 3px 5px 3px 0px;
}
.messageinfo strong {
	font-weight: bold;
	color: #3a7c8a;
}
.messagesuccessicon {
	background-color: #d5e7c3;
 	border-top: 2px solid #2b9605;
 	border-bottom: 2px solid #2b9605;
 	border-left: 2px solid #2b9605;
	padding: 5px 5px 5px 5px;
}
.messagesuccess {
	background-color: #d5e7c3;
 	border-top: 2px solid #2b9605;
 	border-bottom: 2px solid #2b9605;
 	border-right: 2px solid #2b9605;
 	width: 100%;
	padding: 3px 5px 3px 0px;
}
.messagesuccess strong {
	font-weight: bold;
	color: #174e03;
}
.messageerroricon {
	background-color: #f4ebe6;
 	border-top: 2px solid #a10904;
 	border-bottom: 2px solid #a10904;
 	border-left: 2px solid #a10904;
	padding: 5px 5px 5px 5px;
}
.messageerror {
	background-color: #f4ebe6;
 	border-top: 2px solid #a10904;
 	border-bottom: 2px solid #a10904;
 	border-right: 2px solid #a10904;
 	width: 100%;
	padding: 3px 5px 3px 0px;
}
.messageerror strong {
	font-weight: bold;
	color: #6d0704;
}

.messageerrorValidator {
	background-color: #f4ebe6;
 	border-top: 2px solid #a10904;
 	border-bottom: 2px solid #a10904;
 	border-left: 2px solid #a10904;
 	border-right: 2px solid #a10904;
 	width: 100%;
	padding: 3px 5px 3px 0px;
	text-align: left;
	font: 11px Verdana, Arial, Helvetica, sans-serif ; 
	color:Black;
}
.messageerrorValidator strong {
	font-weight: bold;
	color: #6d0704;
}

/*messages --------------------------------------------*/

