	#SurveyDiv, #ResponseDiv {
		width: 420px;
		background: #fff;
		position: absolute;
		z-index: 120;
		left: 105px;
		top: 10px;
		border: 1px solid #666 ;
		padding: 12px;
		filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=5, OffY=5, Color='#cccccc', Positive='true');
	}

	#SurveyDiv #surveyHeader, #ResponseDiv #responseHeader {
		width: 100%;
		height: 54px;
		background: #003399;

		font: bold 13px arial;
		color: #fff;
	}

	#SurveyDiv #surveyHeader img.logo, #ResponseDiv #responseHeader img.logo {
		margin:  0 18px 0 18px;
		float: left;
	}

	#SurveyDiv #surveyHeader .appName, #ResponseDiv #responseHeader .appName {
		padding-top: 20px;
	}

	#SurveyDiv #surveyFormDiv, #ResponseDiv #responseFormDiv {
		margin: 9px;
		font: normal 13px arial;
	}

	#SurveyDiv #surveyFormDiv h1, #ResponseDiv #responseFormDiv h1 {
		margin: 0;
		padding: 0;
		padding-bottom: 9px;
		font: normal 21px arial;
		color: #003399;
	}

	#SurveyDiv #surveyFormDiv p.intro, #ResponseDiv #responseFormDiv  p.intro{
		margin: 0;
		padding: 0;
		padding-bottom: 9px;
		font: bold 13px arial;
		color: #232323;
	}
	
	#SurveyDiv #surveyFormDiv fieldset {
		padding: 9px;
		margin-bottom: 12px;
	}
	
	#SurveyDiv #surveyFormDiv fieldset legend {
		font-size: 11px;
		color: #b4b4b4;
	}
	
	#SurveyDiv #surveyFormDiv fieldset .label {
		font: bold 11px arial;
		color: #003399;
		margin-top: 9px;
	}

	#SurveyDiv  #surveyFooter, #ResponseDiv  #responseFooter {
		border-top: 1px solid #999;
		margin-top: 32px;
		padding-top: 6px;
		font-size: 11px;
		color: #999;
		clear: both;
	}
	
	#SurveyDiv #surveyFooter a, #SurveyDiv #surveyFooter a:visited, #ResponseDiv  #responseFooter a, #ResponseDiv  #responseFooter a:visited {
		color: #999;
		text-decoration: none;
	}
	
	#SurveyDiv #surveyFooter a:hover, #ResponseDiv  #responseFooter a:hover {
		text-decoration: underline;
	}
	
	#SurveyLink .headline {
		background: #f90;
		font-size: 11px;
		font-weight: bold;
		color: #fff;
		padding: 0 3px 0 3px;
	}

	#SurveyLink .content {
		padding: 6px 0 12px 0;
	}
	
	#SurveyLink .content a, #SurveyLink .content a:visited {
		text-decoration:none;
		background: url(../skin/link.gif) no-repeat ;
		padding-left: 18px;
	}

	#SurveyLink .content a:hover {
		text-decoration: underline;
	}
	
	#SurveyDiv #surveyFormDiv h3 {
		font-size: 11px;
	}
