				.contentRow label	{
									float: left;
									overflow: auto;		
																						
									}
				.contentRow label input 	{
											float: right;
											padding-top: 4px;
											padding-bottom: 4px;
											padding-left: 2px;
											padding-right: 2px;
									 		border: 1px solid #dcdcdc;
									 		font-family: Helvetica, Verdana, sans-serif;
									 		color: #555;
									 		font-size: 12px;
									 										 		
											}
				.contentRow label input:focus	{
												background: #ececec;
												border: 1px solid #999;
												color: #3c3c3c;
												}
				.contentRow label span.title	{
												display: block;
												float: left;
												padding-top: 4px;
												padding-bottom: 5px;
												padding-right: 10px;
												padding-left: 10px;
												}
				
									
									
				.contentRow label.name input	{
												width: 170px;												
												}
												
				.contentRow label.company input	{
												width: 170px;												
												}
												
				.contentRow label.address input	{
												width: 170px;												
												}
												
				.contentRow label.city input	{
												width: 100px;												
												}		
				.contentRow label.state input	{
												width: 30px;												
												}
				.contentRow label.zip input	{
												width: 50px;												
												}					
				.contentRow label.phone input	{
												width: 100px;												
												}	
				.contentRow label.email input	{
												width: 150px;												
												}	
				.contentRow label.rooms input	{
												width: 50px;												
												}	
				.contentRow label.occupancy input	{
													width: 150px;												
													}
				.contentRow label.sqft input	{
												width: 50px;												
												}
				.contentRow label.type			{
												border: 1px solid #dcdcdc;
												margin-right: 4px;
												margin-bottom: 4px;
												}
				.contentRow label.type input	{
												margin-top: 8px;
												margin-right: 12px;											
												}			
				.contentRow label.comments textarea	{
											
												width: 350px;
												height: 75px;		
												clear: both;
												float: left;
												margin-left: 8px;
												margin-bottom: 8px;
												padding-top: 4px;
												padding-bottom: 4px;
												padding-left: 2px;
												padding-right: 2px;
									 			border: 1px solid #dcdcdc;
									 			font-family: Helvetica, Verdana, sans-serif;
									 			color: #555;
									 			font-size: 12px;									
												}
				.contentRow label.comments textarea:focus	{
															background: #ececec;
															border: 1px solid #999;
															color: #3c3c3c;
															}	
