.msgbox1{
	width: 326px;
	background-image: url('images/msgbox1middle.jpg');
	background-repeat: repeat-y;
	font-size: 10px;
	
}
.msgbox1top{
	background-image: url('images/msgbox1top.jpg');
	background-position: top;
	background-repeat: no-repeat;
	height: 15px;
}
.msgbox1bottom{
	background-image: url('images/msgbox1bottom.jpg');
	background-position: bottom;
	background-repeat: no-repeat;
	height: 22px;
}
.msgbox1content{
	padding-left: 15px;
	padding-bottom: 8px;
	width: 289px;
}
.msgbox1contentdetail{
	padding-bottom: 5px;
}
.msgbox1header{
	background-color: #EEEEF0;
	margin-left: 15px;
	margin-bottom: 8px;
	padding-top: 10px;
	padding-bottom:15px;
	padding-left: 5px;
	width: 289px;
}
.msgboxindicator{
	color: #48B8CF;
}
.msgboxlist{
	margin: 0px;
	padding-left: 18px;
}
.msgboxlist li{
	font-size: 10px;
}
.msgboxexample{
	color: #48B8CF;
	cursor: pointer;
	text-decoration: underline;
}
.msgboxsubcontent{
	margin-left: -3px;
	width: 299px;
	background-image: url('images/leftbox_subcontentbody.png');
	background-repeat: repeat-y;
	font-size: 10px;
	margin-bottom: 15px;
}
.msgboxsubcontenttop{
	background-image: url('images/leftbox_subcontentheader.png');
	background-position: top;
	background-repeat: no-repeat;
	height: 10px;
}
.msgboxsubcontentbottom{
	background-image: url('images/leftbox_subcontentfooter.png');
	background-position: bottom;
	background-repeat: no-repeat;
	height: 10px;
}
.msgboxsubcontentbody{
	padding-left: 10px;
	width: 278px;
}
.subcontentheadernote{
	font-weight: bold;
	font-size: 9px;
}
.subcontentinnerbody{
	margin-top: 10px;
}
.subcontentheader{
	color: #41C3DB;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 1px;
}
.msg1boxfootercontent{
	color: #41C3DB;
	font-size: 10px;
	font-weight: bold;
}
.lightbox_loader{
	color: #48B8CF;
	margin-top: 10px;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 5px;
	text-align: center;
}
.lightbox{
	position: absolute;
	z-index: 100;
	border: 6px solid #48B8CF;
	background-color: #FFFFFF;
	text-align: center;
}
.closelightbox{
	cursor: pointer;
	padding: 5px;
	text-align: center;
	color: #880000;
	font-size: 14px;
	font-weight: bold;
}
.greyback{
	position: absolute;
	background-color: #000000;
	top: 0px;
	left: 0px;
	opacity:.50;
	filter: alpha(opacity=0);
	-moz-opacity: 0.0;
	z-index: 99;
}
