﻿

#YSdarkbg {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #656565; 
	background-image: url(Images/Bbackground.gif);
	background-repeat: repeat;
	_opacity: .5;
	_filter: alpha(opacity=50);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

#YesNoMsgB {
	width: 300px;
	height: 150px;
	background: #fff;
	color: #323232;
	
	border: 4px solid #f0f0f0;
	_border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
 
	position: fixed;
	top: 100px;
	left: 50%;
	margin-left: -150px;
 
	text-align: center;
	z-index: 1000;
	display: none;
}

#YesNoMsgB input[type=button] {
	float: right;
	margin-top: 15px;
	margin-right: 10px;
}


#darkbg {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #656565; 
	background-image: url(Images/Bbackground.gif);
	background-repeat: repeat;
	_opacity: .5;
	_filter: alpha(opacity=50);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

#ZMessage {
	width: 300px;
	height: 150px;
	background: #fff;
	color: #323232;
	
	border: 4px solid #f0f0f0;
	_border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
 
	position: fixed;
	top: 100px;
	left: 50%;
	margin-left: -150px;
 
	text-align: center;
	z-index: 1000;
	display: none;
}

#ZMessage input[type=button] {
	float: right;
	margin-top: 15px;
	margin-right: 10px;
}
