#pnlSurvey
{
	width: 25%;
}

#pnlSurveyLanding
{
	width: 50%;
}

#xmlSurvey
{
	width: 100%;
}

#xmlSurvey .row
{
	float:left;
	text-align:left;
}

#xmlSurvey .label
{
	width: 100%;
	text-align:left;
	font-weight: bold;
	margin-left: 2px;	
}

#xmlSurvey .label  .Required
{	
	color: Red;
}

#xmlSurvey .row .input
{
	text-align:left;
	clear:left;
	width:90%;
	margin-left: 10px;
	float:left;
	float:left;
}

#xmlSurvey .row .input textarea
{
	width: 110px;
	height: 50px;
}

#xmlSurvey .row .input input
{
	width: 110px;
}

#xmlSurvey .row .input .RadioButtonList input 
{
	width: 20px;
}

#xmlSurvey #submit
{
	margin-top: 20px;	
	width: 100%;
}

#xmlSurvey #submit input
{
	font-size: 10pt;
	padding: 1px;
	background-color: #007ac3;
	color: #fff;
	border: 0px;
	cursor:hand;
}


#xmlSurvey .reset
{
	display:none;
}

/************* Validation Summary *******************/

#xmlSurvey #valSummaryHolder
{
	width: 100%;
	text-align: center;
	padding:3px;
}

#xmlSurvey #valSummaryHolder .valSummary
{
	background-color: #EFEFEF;
	text-align: left;
	border: 1px solid #000;
	width: 100%;
	font-size: 8pt;
}

#xmlSurvey #valSummaryHolder .valSummary ul
{
	margin-left: 15px;
}

#xmlSurvey #valSummaryHolder .valSummary ul li
{
	margin-left: 5px;
	list-style-type:disc;
}


.barGraph
{
	margin:0;
	padding:0;
	height: 4px;
	background-color: #77F;	
}






