#hideshow {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 100;
}
#fade {
	background: #000; 
	position: fixed; 
	width: 100%;
	height: 100%;
	filter:alpha(opacity=80);
	opacity: .80;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /*--IE 8 Transparency--*/
	left: 0;
	z-index: 10;
}
.popup_block {
	background-image:url(../images/popup-back.png); background-repeat: no-repeat;
	padding: 0px 0px;
	font-family: Verdana;
	font-size: 13px;
	float: left;
	width: 340px;
	height: 270px;
	position: relative;
/*	top: 20%;
	left: 20%; */
	


}
.popup_block .popup {
	width: 96%;
	margin: 0px 0;
	padding: 0px 0;

}
.popup h3 {
	margin: 0 0 20px;
	padding: 5px 10px;
	border-bottom: 1px solid #bbb;
	font-size: 1.5em;
	font-weight: normal;
}
.popup p {
	padding: 5px 10px;
	margin: 5px 0;
}
.popup img.cntrl {
	position: absolute;
	right: -20px;
	top: -20px;
}

/*--IE 6 PNG Fix--*/

img{ behavior: url(iepngfix.htc) }

