
#dni-survey-popup{
	background:url(/images/popup-shadow-lat.png) no-repeat;
	font-size:12px;
	width:305px;
	height:205px;
	position:absolute;
	top:340px;
	left:33%;
	z-index: 123456;
	}
	
* html #dni-survey_popup {behavior:url(/tier0/css/pngfix/iepngfix.htc);}
* html #dni-survey-popup-wrapper {height:132px;}
* html #dni-survey-popup-wrapper {padding-bottom:0;}

#dni-survey-popup-wrapper{
	position:relative;
	font-family:Verdana, sans-serif;
	background-color:#277dff;
	width:283px;
	min-height:190px;
	border:1px solid #515050;
	margin:0 auto 0 11px;
	padding-bottom:.5em;
	
	}
	
#dni-survey-popup h1 {
	text-indent:-9999em;
	}
	
#dni-survey-popup-wrapper ul {overflow:hidden; margin-left:0; padding-left:0; display: inline;}
.survey-options li{list-style-type:none;}
.survey-options .option-close {position:absolute; right:8px; top:8px;}


	
.option-close a {
	background:url(/images/close-cross.gif) no-repeat right;
	line-height:25px;
	padding:0.5em 2.5em 0.5em 0;
	text-decoration:none;
	color:#ffffff;
	}
	
	
#greeting{
	color:#ffffff;
	font-size:1.2em;
	font-weight:bold;
	display:block;
	margin-bottom:1em;
	}
	
.survey-body {
	margin:.7em 1em; 
	color:#000000;
}


.option-yes , .option-no  {
	font-size:1.2em;
	font-weight:bold;
	color:#ffffff;
	display:inline;
	}
	
.option-yes a , .option-no a {color:#ffffff; text-decoration:underline;}
.option-yes a:hover , .option-no a:hover {color:#333333;}

.option-yes a {float:left; margin-left:1em;}
.option-no a  {float:right; margin-right:1.3em;}
#dni-survey-popup a {cursor:pointer;}





