/* Edit the colours of the borders & backgrounds to suit customer's brand */
#surveypanel {
}

#lgtSurvey{
	z-index: 0;
	float: left;
	position: absolute;
	top: 80px;
	left: 200px;
	/*visibility: hidden;*/
	height: 300px;
	width: 450px;
	border: 1px solid #CCCCCC;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-color: #ECECEC;
	background-image: url(/images/survey-back.jpg);
	background-repeat: repeat-x;
	background-position: left top;
		/*color: #014DA2;*/
	}
#lgtSurvey img.closeWin{
	float: right;
}
#lgtSurvey div.surveyBtn{
	border: 2px solid #666666;
	width: 170px;
	height: 25px;
	padding-top: 3px;
	background-color: #33CC00;
	background-image: url(/images/survey-button.jpg);
	background-repeat: repeat;
	background-position: left top;
	
}
#lgtSurvey div.surveyBtn a{
	text-decoration: none;
	padding-left: 35px;
	margin-top: 10px;
	color: #ffffff; /* Colour of text within buttons */
	font-weight: bold;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}
#lgtSurvey h1{
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	color: #FF0000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	/*color: #014DA2;*/
}
#lgtSurvey p{
	padding-bottom: 8px;
	color: #222222; /* colour of main text */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#lgtSurvey #centercontent{
	border: 1px solid #999999;
	}
