/*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:150px;border:solid 0px blue;height:auto;}
#Form .Row .Value{position:relative;float:left;left:5px;height:auto;border:solid 0px green;}
#Form .Clear   {clear:both;}

#Form .Row .BodyTextErr{float:left;text-align:left;width:150px;border:solid 0px blue;height:auto;color:#ff0000}
#Form .Row .Text{float:left;text-align:left;width:150px;border:solid 0px blue;height:auto;}
#Form .Row INPUT.Value, #Form .Row TEXTAREA.Value, #Form .Row SELECT.Value {position:relative;float:left;left:5px;height:auto;border:solid 0px green; border: 1px solid #AF3677; margin: 0 5px; width:250px;}

/*END FORM LAYOUT*/