#survey-popup {
	width:572px;
	border:4px solid #1CB4E5;;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#666;
	
	background: #fff;
}

#survey-popup .content .divider {
	border-top:1px dotted #999;
	margin-top:20px;
	padding-top:20px;

}

#survey-popup .content {
	background:url(../images/survey-popup/contentbg.jpg) top no-repeat;
	padding:4px 20px 10px 20px;
	
}

#survey-popup .content .title {
	margin: 0.5em 0em 0em 0em;
	padding:0;
	font-size:18px;
	font-weight:normal;
	color:#1CB4E5;
}

#survey-popup .content p {
	margin:0 0 20px 0;
	padding:0;
}

#survey-popup .content p strong {
	color:#1CB4E5;
}

#survey-popup .content .buttons {

	text-align:center;
	margin:0px;
	padding:20px;
	font-size:10px;

}

#survey-popup .content .buttons a {
	color:#000;
}

#survey-popup .content .buttons a:hover {
	color:#9D509D;
}
#survey-popup .footer {
	background:url(../images/survey-popup/footerBg.gif) top no-repeat;
	height:52px;
}
.survey-button {
	margin:0 0 5px 0;
	padding:7px 15px;
}

.hide {
	display: none;
}
