﻿/*--Div Survey Pop Start--*/  
#hideshow {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 3000;
}

.popup_block {
	background-image: url(http://www.ambest.com/images/directories/SurveyModal_bckgrnd.png);
	border:0;
	padding: 12px;
	float: left;
	width: 510px;
	height:290px;
/*	position: fixed;*/
	top: 30%;
	left: 45%;
	margin: 0 0 0 -250px;
	z-index: 3000;
}
#popupclose {z-index: 4000;}
.popup_block .popup a {}

.popup_block .popup {
	float: left;
	width: 100%;
	font-family:Arial, Helvetica, sans-serif; 
	font-weight:600;
}
.popup img.cntrl {
	position: absolute;
	right:10px;
	top:10px;
}
/*ADDED BY KAREN - Style Fix */
.popup table {width:90%;margin:76px 20px 0px 20px;}
#surveycontent h1 {margin:0 0 0 0;padding:0 0 0px 0; COLOR:#006;}
#surveycontent p {margin:0 0 0 0;padding:0 0 10px 0;}
	#surveycontent h1 {font-size:14px;}
	#surveycontent p {font-size:11px; color:#000;}

/*IE6*/



*html .popup_block {
	position: absolute;
	top:expression(eval(document.compatMode &&
	document.compatMode=='CSS1Compat') ?
	documentElement.scrollTop
	+((documentElement.clientHeight-this.clientHeight)/2)
	: document.body.scrollTop
	+((document.body.clientHeight-this.clientHeight)/2));
	
	left:expression(eval(document.compatMode &&
	document.compatMode=='CSS1Compat') ?
	documentElement.scrollLeft 
	+ (document.body.clientWidth /2 ) 
	: document.body.scrollLeft 
	+ (document.body.offsetWidth /2 ));
}

/*--IE 6 PNG Fix--*/

/*img{ behavior: url(iepngfix.htc); }*/

/*--Div Survey Pop End--*/      
       

