.DMTMessage{
	top:0px;
	right:5px;
	position:fixed;
	list-style:none;
	z-index:123123;
}

.DMTMessage li{
	width:326px;
	height:206px;
	display:none;
	position:relative;
	margin-top:5px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background:url('images/bg4.png') no-repeat;
}

.DMTMessage li .msgCloseIcon{
	top:5px;
	left:7px;
	width:35px;
	height:35px;
	position:absolute;

}

.DMTMessage li .msgTittle{
	width:278px;
	height:25px;
	top:10px;
	left:42px;
	color:red;
	font-size:20px;
	font-weight:bold;
	position:absolute;
	text-decoration:none;
		
}
	
.DMTMessage li .msgData{
	top:40px; 
	left:3px;
	width:310px;
	height:157px;
	color:#000;
	overflow:auto;
	margin-left:5px;
	margin-right:5px;
	position:absolute;
}