/* CSS Document */
#surveyPopup						{width:300px; padding:20px; color:#000000; padding-top:10px; padding-bottom:10px; top:130px; font-family:Arial, Helvetica, sans-serif; font-size:11px; left:630px; background-color:#fdc712; position:absolute; z-index:100;}
#surveyPopup .surveyClose			{padding:5px; text-align:right;}
#surveyPopup .surveyIntro			{padding-bottom:10px; margin-top:5px; color:#000000; }
#surveyPopup .surveyQuestion		{padding-bottom:10px; color:#000000;}
.surveyQuestion	strong				{color:#000000;}
.surveyTable 						{color:#000000;}
.surveyTable tr						{color:#000000;}
.surveyTable td						{color:#000000;}
.surveyTable .surveyRadio			{width:25px; padding-bottom:5px; vertical-align:top;}
.surveyTable .surveyQuestion		{width:275px; vertical-align:middle; color:#000000;}
.surveyTable .surveySubmit 			{margin-top:10px; background-color:#000000; color:#fdc712; font-weight:bold; border:0px solid green; width:300px; height:20px; font-size:11px;}
.surveyRadio input					{width:20px;}
