#mBG
{
	z-index: 10001;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color:#333333;
	display: none;
	opacity: 0.40;
	filter: alpha(opacity=40)
}
.dialog
{
	display: none;
	z-index: 10002;
	position: fixed;
	left:0
	top: 0;
	background-color:#9C9A73;
	display: none;
	border: 2px outset #111111;
	padding: 20px;

}


