.msg-box-cont{
	color:#666666;
	z-index:9999999999;
	position: fixed;
	display:none;
	top:0px;
	margin-top: 11%;
	padding-top: 0px;
	padding-right: 0%;
	padding-bottom: 0px;
	padding-left: 0px;
	border: thin solid #999;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.msg-box-cont table {
	margin:0px;
	padding:0px;
	border: medium solid #999;
	
}

.msg-box-cont a{

}

.msg-btn{
	width:40px;
	height:40px;
	cursor:pointer;
	position:absolute;
	padding:0px;
	margin:0px;
	top:-10px;
	background-image: url(close.png);
	background-repeat: no-repeat;
	right: 0px;
	
}


.msg-icon-success{background-position:0px 0px;}
.msg-icon-warning{background-position:0px -16px;}
.msg-icon-fatal{background-position:0px -32px;}
.msg-icon-info{background-position:0px -48px;}

.msg-success{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}