﻿.dhtmlwindow{
position: absolute;
border: 1px black;
visibility: hidden;
background-color: white;
}


.drag-contentarea{ /*CSS for Content Display Area div*/
background-image:url('/fsg/images/SiteSurvey/im_intial_survey_popup_box.jpg'); 
background-repeat:no-repeat;
color: black;
height: 100%;
padding: 2px;
overflow: auto;
}

.surveyNormal 
{ 
 font:verdana;
 font-size:12px;
 color:#505050;
}

.surveyBold
{
	 font:verdana;
	 font-weight:bold;
	 font-size:12px;
	 color:#505050;
}
.surveyRed
{
	font:verdana;
	font-weight:bold;
	font-size:12px;
	color:#dc3c1e; 
}

.surveyBig
{
	 font:verdana;
	 font-weight:bold;
	 font-size:16px;
	 color:#505050;
}

.surveySmallBlue
{
	 font:verdana;
	 font-weight:normal;
	 font-size:11px;
	 color:blue;
}

.surveyBoldBlue
{
	 font:verdana;
	 font-weight:bold;
	 font-size:12px;
	 color:blue;
}