#contentRow #contentLeftColumn fieldset
	{
	width: 578px;
	margin: 0 0 10px 10px;
	padding: 0;
	border: 1px solid #96A5CB;
	}
	
#contentRow #contentLeftColumn form fieldset legend
	{
	font: normal 11px/11px Arial, sans-serif;
	color: #96A5CB;
	margin: 0 0 0 400px;
	text-align: right;
	}
	
#contentRow #contentLeftColumn form fieldset label
	{
	font: normal 12px/12px Arial, sans-serif;
	color: #636363;
	margin: 0 0 0 10px;
	padding: 0;
	}
	
#contentRow #contentLeftColumn form fieldset label.requiredData
	{
	font: bold 12px/12px Arial, sans-serif;
	color: #335199;
	margin: 0 0 0 10px;
	padding: 0;
	}
	
#contentRow #contentLeftColumn form fieldset div.formFieldContainer
	{
	font: normal 12px/14px arial, sans-serif;
	color: #636363; 
	position: inherit;
	width: 49%;
	float: left;
	margin: 0;
	padding: 0;
	}
	
* html body #contentRow #contentLeftColumn form fieldset div.formFieldContainer
	{
	width: auto;
	}
	
#contentRow #contentLeftColumn form fieldset div.formFieldContainer input.field
	{
	background-color: #fff;
	width: 270px;
	font: normal 12px/14px arial, sans-serif;
	color: #636363; 
	border: 1px solid silver;
	margin: 0 0 10px 10px;
	}
	
#contentRow #contentLeftColumn form input.submit
	{
	margin: 5px 10px 0 0;
	cursor: pointer;
	}
	
#contentRow #contentLeftColumn form fieldset div.formFieldContainer input.radio
	{
	margin: 2px 5px 0 25px;
	cursor: pointer;
	}
	
#contentRow #contentLeftColumn form fieldset div.formFieldContainer textarea
	{
	background-color: #fff;
	width: 270px;
	font: normal 12px/14px arial, sans-serif;
	color: #636363; 
	border: 1px solid silver;
	margin: 0 0 10px 10px;
	}
	
#contentRow #contentLeftColumn form fieldset div.formFieldContainer #address
	{
	height: 103px;
	}
* html body #contentRow #contentLeftColumn form fieldset div.formFieldContainer #address
	{
	height: 105px;
	}
	
#contentRow #contentLeftColumn form fieldset div.formFieldContainer #info
	{
	height: 248px;
	}
* html body #contentRow #contentLeftColumn form fieldset div.formFieldContainer #info
	{
	height: 298px;
	}