/*START FORM LAYOUT*/
#Form  {border:solid 0px blue;}
#Form .Row {position:relative;border:solid 0px red;height:auto;padding:5px;text-align:center;}
#Form .Row .Text, #Form .Row SPAN{float:left;text-align:left;width:200px;border:solid 0px blue;height:auto;}
#Form .Row .Value{position:relative;float:left;left:5px;height:auto;border:solid 0px green;color: #333333;
	background: #fff;
	border: 1px solid #666666;
	width: 200px;}
.Req{position:absolute;left:15px;width:10px;border:solid 1px purple}
#Form .Clear   {clear:both;}

#Form .Row .BodyTextErr{float:left;text-align:left;width:200px;border:solid 0px blue;height:auto;color:#ff0000}
#Form .Row INPUT.Value, #Form .Row TEXTAREA.Value, #Form .Row SELECT.Value {position:relative;float:left;left:5px;height:auto;border:solid 0px green; padding: 1px;
	color: #333333;
	background: #fff;
	border: 1px solid #666666;
	width: 200px;}
	
	
	
	
#FORM .Row .Value2{position:relative;float:left;left:5px;height:auto;border:solid 0px green;color: #333333;
	background: #fff;
	border: 1px solid #666666;
	width: 200px;}
#Form .Row TEXTAREA.Value2 {position:relative;float:left;left:5px;height:auto;border:solid 0px green; padding: 1px;
	color: #333333;
	background: #fff;
	border: 1px solid #666666;
	width: 400px;}
	

/*END FORM LAYOUT*/