.message_container {
	float:left;
	width: 698px;
	margin-left:2px;margin-right:1px;
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.message_success {
	float: left;
	width: 100%;
	background: #FDFEE2 url(../images/success.gif) no-repeat 9px 6px;
	border-bottom: 1px dotted #666666;
}
.message_debug {
	float: left;
	width: 100%;
	background: #FDFEE2 url(../images/debug.gif) no-repeat 8px 7px;
	border-bottom: 1px dotted #666666;
}
.message_info {
	float: left;
	width: 100%;
	background: #FDFEE2 url(../images/info.gif) no-repeat 9px 7px;
}
.message_warning {
	float: left;
	width: 100%;
	background: #FDFEE2 url(../images/warning.gif) no-repeat 9px 6px;
	border-bottom: 1px dotted #666666;
}
.message_error {
	float: left;
	width: 100%;
	background: #FDFEE2 url(../images/remove.gif) no-repeat 9px 7px;
	border-bottom: 1px dotted #666666;
	
}
.message_text a {
	text-decoration: none;
}
.message_text a:hover, visited {
	text-decoration: underline;
	background: none;
}
.message_text {
	color: #333344 ;
	font: 15px/16px Arial, Helvetica, sans-serif;
	padding-top: 7px;
	padding-bottom: 8px;
	padding-left: 36px;
	
}
.message_heading {
	color: #AA605A;	
	font: bold 16px/16px Arial, Helvetica, sans-serif;
	padding-right: 12px;	
}
