#DataSheetsContainer_Top{
	position:absolute;
	left:250px;
	top:110px;
	z-index:101;
}
	
#close_DatasheetBtn{
	position:absolute;
	left:594px;
	top:116px;
	z-index:102;
}

#DataSheetsContainer{
	position:absolute;
	left:250px;
	top:130px;
	z-index:100;
}
	#DataSheetsContainer #DataSheet_Container{
		width:302px;
		min-height:344px;
		height:auto!important;
		height:344px;
		background:url(../graphics/PopUps/DataSheetsContainer_Repeat.png) bottom left repeat-y;
		padding:64px 30px 10px 41px;
		overflow:hidden;
	}
	#DataSheet_FormResponse{
		width:100%;
		/*background:url(../graphics/PopUps/DataSheetsContainer_Repeat.png) 0px 0px no-repeat;*/
	}
	#DataSheetsContainer .Row, #DataSheetsContainer .CheckBoxRow{
		clear:both;
		min-height:10px;
		height:auto!important;
		height:10px;
		overflow:hidden;
		margin-bottom:12px;
	}
	#DataSheetsContainer .CheckBoxRow{
		margin-bottom:5px;
	}
	#DataSheetsContainer .Label{
		width:81px;
		color:#5076ad;
	}
	#DataSheetsContainer .Input{
		width:205px;
	}
		#DataSheetsContainer input.formField{
			width:201px;
			height:16px;
			background:#f5f5f5;
			border:1px solid #AAB6D5;
			padding:2px 0px 0px 3px;
		}
		#DataSheetsContainer .Input textarea.formField{
			width:198px;
			height:50px;
			background:#f5f5f5;
			padding:3px;
			border:1px solid #AAB6D5;
		}