﻿
#survey_popup .rolloverSurvey a {
	display:block;
	width: 120px;
	height:26px;
	margin-top:15px;
	margin-bottom:5;
	background: url("/_layouts/images/SCJohnson/RightAtHome/IPSOSSurvey/button.gif") 0 0 no-repeat;
}
#survey_popup .rolloverSurvey a:hover { 
	background-position: -120px 0;
}
#survey_popup .rolloverSurvey a:active {
	/*background-position: 0 -70px;
	color:#fff;*/
}

#survey_popup
{
	width:290px; 
	/*height:350px; */
	border:1px solid #739b4d; 
	padding:10px; 
	background:url('/_layouts/images/SCJohnson/RightAtHome/IPSOSSurvey/footer.png') no-repeat; 
	background-position:bottom right;
	font-size:13px;
	position:fixed;
	left:20px;
	bottom:20px;
	z-index:999;
	background-color:White;
	font-family:Georgia, Times New Roman, Verdana, Arial;
}

#survey_popup span.popuptitle
{
	font-size:16px; 
	font-weight:bold;
}

#survey_popup div.content
{
	width:100%;
	clear:both;
	padding-top:10px;
}

#survey_popup a.closebutton
{
	float:right; 
	font-size:16px;
}

#survey_popup img.popuplogo
{
	float:left;
}