
/*popup window */
#fade { /*--Transparent background layer--*/
	display: none; /*--hidden by default--*/
	background: #000;
	position: fixed; left: 0; top: 0;
	width: 100%; height: 100%;
	opacity: .65;
	z-index: 9999;
}
.popup_block{
	display: none; /*--hidden by default--*/
	background: #ECECEC;
	height:270px;
	padding: 5px;
	overflow: auto;
	border: 6px solid #fff;
	border-top:0px ;
  
	float: left;
	font-size: 1em;
	position: fixed;
	top: 350px; left: 50%;
	z-index: 99999;
	text-decoration:none
	/*--CSS3 Box Shadows--
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;*/
	/*--CSS3 Rounded Corners--
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;*/
}




.popup_head_block{
	display: none; /*--hidden by default--*/
	background: #ECECEC;
	height:20px;
	padding: 5px;
	border: 6px solid #fff;
	border-bottom:0px ;
	float: left;
	font-size: 1.2em;
	position: fixed;
	top: 314px; left: 50%;
	z-index: 99999;
	/*--CSS3 Box Shadows--
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;*/
	/*--CSS3 Rounded Corners--
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;*/
}

img.btn_close {
	float: right;
	margin: -30px -30px -100px -150px;
	border:0px
}
/*--Making IE6 Understand Fixed Positioning--*/
*html #fade {
	position: absolute;
}
*html .popup_block {
	position: absolute;
}




#fade2 { /*--Transparent background layer--*/
	display: none; /*--hidden by default--*/
	background: #000;
	position: fixed; left: 0; top: 0;
	width: 100%; height: 100%;
	opacity: .80;
	z-index: 9999;
}

.popup2_block{
	display: none; /*--hidden by default--*/
	background: #fff;
	height:350px;
	padding: 5px;
	overflow: auto;
	border: 10px solid #ddd;
	float: left;
	font-size: 1em;
	position: fixed;
	top: 350px; left: 50%;
	z-index: 99999;
	text-decoration:none
	/*--CSS3 Box Shadows--
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;*/
	/*--CSS3 Rounded Corners--
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;*/
}


.popup2_head_block{
	display: none; /*--hidden by default--*/
	background: #fff;
	height:25px;
	padding: 5px;
	border: 10px solid #ddd;
	float: left;
	font-size: 1.2em;
	position: fixed;
	top: 300px; left: 50%;
	z-index: 99999;
	/*--CSS3 Box Shadows--
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;*/
	/*--CSS3 Rounded Corners--
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;*/
}

img.btn_close2 {
	float: right;
	margin: -30px -30px 0 0;
	border:0px
}
/*--Making IE6 Understand Fixed Positioning--*/
*html #fade2 {
	position: absolute;
}
*html .popup_block2 {
	position: absolute;
}
