﻿
#backgroundPopup,
#backgroundPopupExperience,
#countryDetectorbg
{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:100%;
width:100%;
top:0;
left:0;
background:#000000;
border:1px solid #cecece;
z-index:1;
}
#popupContact,
#exitQuestion
{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
/*height:205px;*/
width:275px;

z-index:2;
font-size:13px;

}

#popupContact div.top,
#exitQuestion div.top,
#countryDetector div.top

{
	display: block;
	height: 30px;
	background-image: url('/images/survey-bg_top.gif');
	background-repeat: no-repeat;
}

#popupContact div.mid,
#exitQuestion div.mid,
#countryDetector div.mid
{

	background-image: url('/images/survey-bg_mid.gif');
background-repeat: repeat-y;
}


#popupContact div.bottom,
#exitQuestion div.bottom,
#countryDetector div.bottom
{
	display: block;
	height: 30px;
	background-image: url('/images/survey-bg_bottom.gif');
	background-repeat: no-repeat;
}

#popupContactClose,
#popupExperienceClose,
#countryDetectorClose

{
font-size:14px;
line-height:14px;
right:15px;
top:15px;
position:absolute;
color:#6fa5fd;
font-weight:700;
display:block;
}
#button{
text-align:center;
margin:100px;
}

#helpus
{
	color: #ffffff;
	width:240px;
	 font-size: 1.1em;
	margin-left:auto;
	margin-right: auto;
	text-align: center;
	font-weight:bold;	
	/*margin-top: 50px;*/
	margin-top: 0px;
	margin-bottom: 10px;
}

#question
{
	color: #ffd602;
	width:240px;
	margin-left:auto;
	margin-right: auto;
	margin-bottom: 25px;
	text-align: left;	
	width:240px;
	font-weight:bold;
    text-transform:uppercase;
    font-size: 1.2em;
}

#answers
{
	width:240px;
	margin-left:auto;
	margin-right: auto;
	text-align: center;
}

#answers img
{
	float: none;
	margin: 0;
}
#exitQuestion #answers a.answer{ margin-bottom:0 !important; }
#answers a.answer
{
    display: block;
	text-align: left;
	background-color: #036c3d;
	color:#FFFFFF;
	font-weight:bold;
	margin-bottom:5px;
	text-align:left;

}

#answers a.answer:hover
{
	cursor: pointer;
}

#answers a.answer span
{
	display: block;
}

#answers a.answer .survey_top
{
	background-image: url("/images/surveybt_t.gif");
	background-repeat: repeat-x;
	background-position: left top;
}

#answers a.answer .survey_bottom
{
	background-image: url("/images/surveybt_b.gif");
	background-repeat: repeat-x;
	background-position: left bottom;
}

#answers a.answer .survey_left
{
	background-image: url("/images/surveybt_l.gif");
	background-repeat: repeat-y;
	background-position: left top;
}

#answers a.answer .survey_right
{
	background-image: url("/images/surveybt_r.gif");
	background-repeat: repeat-y;
	background-position: right top;
}

#answers a.answer .survey_top_left
{
	background-image: url("/images/surveybt_tl.gif");
	background-repeat: no-repeat;
	background-position: left top;
}

#answers a.answer .survey_top_right
{
	background-image: url("/images/surveybt_tr.gif");
	background-repeat: no-repeat;
	background-position: right top;
}

#answers a.answer .survey_bottom_left
{
	background-image: url("/images/surveybt_bl.gif");
	background-repeat: no-repeat;
	background-position: left bottom;
}

#answers a.answer .survey_bottom_right
{
	background-image: url("/images/surveybt_br.gif");
	background-repeat: no-repeat;
	background-position: right bottom;
}

#answers a.answer .survey_inner
{
	padding: 10px;

}

#popupContact div.survey_clear
{
	clear: both;
	display: block;
	height: 1px;
}

