#bg_layer{
	background:				#000000;
	position:				absolute;
	-moz-opacity:			0.4;
	opacity:				0.4;
	filter:					alpha(opacity=60);
	width:					100%;
	height:					100%;
	left:					0px;
	top:					0px;
	visibility:				hidden;
	z-index:				1000;
}

#messagebox{
	border:					solid 1px #add8e6;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px; /* Firefox */
	-webkit-border-radius: 10px 10px 10px 10px; /* Safari, Chrome */
	-khtml-border-radius: 10px 10px 10px 10px; /* Konqueror */
	box-shadow: 5px 5px 5px #999999;
	-moz-box-shadow: 5px 5px 5px #999999; /* Firefox */
	-webkit-box-shadow: 5px 5px 5px #999999; /* Safari, Chrome */
	background:				#FFFFFF;
	position:				absolute;
	width:					587px;
	height:					500px;
	top:					25px;
	left:					35px;
	overflow:				hidden;
	visibility:				hidden;
	z-index:				1001;
}

.msgboxtitle{
	height:				25px;
	width:				100%;
	text-align:			center;
	color:				#000050;
	font-size:			11px;
	cursor:				pointer;
	background:			#ffffff;
	text-align:			center;
	border-color:		#add8e6;
	border-style:		solid;
	border-width:		1px;
	font-weight:		bold;
	background:			url("../graphics/listheader.gif") repeat-x scroll left top #CCCCCC;
	z-index:			1001;
}