@charset "UTF-8";
/* CSS Document */

#surveybox {
	display:none; 
	position:absolute; 
	height:261px; 
	width:250px; 
	top:230px; 
	margin-left:72px; 
	margin-top:0px; 
	background:url(/images/fancybox/survey-bg.png) no-repeat left top;
	right:198px;
	z-index:99;
	
}

#surveybox-img {
	display:none; 
	position:absolute; 
	height:261px; 
	width:250px; 
	top:230px; 
	margin-left:72px; 
	margin-top:0px; 
	background:url(/images/fancybox/survey-bg.png) no-repeat left top;
	right:198px;
	z-index:99;
	
}

.survey-container {
	
	text-align:left;
	width:220px;
	height:220px;
	position:relative;
	top:10px;
	left:5px;
	
}

#surveybox h4 {
	color:#007fcc;
	font-weight:normal;
	margin:0 0 16px 0;
	font-size:13px;
	height:100px;
	padding-left:19px;
	padding-right:38px;
}

#surveybox span.qnumber {
	display:block;
	font-size:11px;
	text-transform:uppercase;
	padding-bottom:8.5px;
	margin-bottom:8px;
	background:url(/images/fancybox/question-head.gif) no-repeat left top;
	color:#ffffff;
	font-size:14px;
	padding-left:18px;
	padding-top:27px;
	width:220px;
}

.survey-container div {
	display:none;
	position:absolute;
	top:0;
	left:0;
	padding:10px;
}


.survey-container div.good-fit #good-fit {display:block; width:200px;}

.survey-container div.good-fit #bad-fit {display:none;}

.survey-container div #bad-fit {display:block; width:200px;}

.survey-container div#q1 {
	display:block;
}

.survey-container p {
	padding:0 19px 19px 19px;
}

.survey-container a.link-button {
	border:none !important;
	cursor:pointer;
	float:left;
	margin-left:13px;
}

#surveybox .close-box {
	background:url(/images/fancybox/fancy_closebox.png) no-repeat;
	width:30px;
	height:30px;
	text-indent:-9999px;
	overflow:hidden;
	position:absolute;
	top:5px;
	right:0px;
	cursor:pointer;
	z-index:99;
	
}