#contact #listing
{
	border: none;
	margin: 30px;
}
#listing label
{
	
}
	#listing fieldset
	{
		overflow: hidden;
}
	#listing label
	{
		display:  block;
		float:left;
		font-size: 1.6em;
		line-height:  21px;
		margin-right:  10px;
		direction: ltr;
		white-space: nowrap;
		width: 120px;
	} 
	input[type="text"]
	{
		border: 2px solid #666;
		float: left;
		font-size: 1.3em;
		font-family: Arial,Helvetica;
		margin-right:  10px;
		margin-bottom: 4px;
		padding: 2px;
			width: 440px;
	}
	input[type="submit"]
	{
		border: 2px solid #666;
		color: white;
		background: #666;
		font-family: Times, serif;
		font-size: 1.6em;
		float: left;
		font-family: Arial,Helvetica; 
		margin: 0 0 0 20px ;
	}
	
	#listing textarea
	{
		border: 2px solid #666;
		font-size: 1.2em;
		float: left;
		margin-bottom: 1em;
		padding: 3px;
		width: 330px;
	}
	#listing strong
	{
		color: #990033;
		font-weight: bold;
	}
	