/* CSS Document */

.msgDiv {
	margin:10px 0;
	color: white;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height:140%;
	width:810px;
	margin:0 auto;
}
	.msgTitle, .msgDiv h3 {
		font-size:13px;
	}
	.msgDiv .msgWrapper {
		padding: 15px 10px 10px 40px;	
		background-position: 13px 15px;
		background-repeat: no-repeat;
		width:700px;
		margin:0 auto;
		list-style-position:inside;	
	}
	
	.msgDiv	a,
	.msgDiv	a:visited,
	.msgDiv	a:hover{
		color:#fff;
	}

	.msgDiv li{
		list-style-position:outside;
		list-style-type:disc;
		font-weight:normal;
	}	
	
.badMsgDiv {
	background-color: #c00;
	border-top: 2px solid #900;	
	border-bottom: 2px solid #900;	
}

	.badMsgDiv .msgWrapper{
		background-image: url(../images/messaging/bad2.gif);	
	}	
	
.goodMsgDiv {
	background-color: #090;
	border-top: 2px solid #060;	
	border-bottom: 2px solid #060;	

}
	.goodMsgDiv .msgWrapper{
		background-image: url(../images/messaging/good2.gif);
	}

.warningMsgDiv {
	background-color: #f60;
	border-top: 2px solid #E60;	
	border-bottom: 2px solid #E60;
}
	.warningMsgDiv .msgWrapper{
		background-image: url(../images/messaging/alert.gif);
	}
