div.contact_form_right p {
	
		text-indent:0px;
	
	
	}

div.contact_form_left {
	
		float:left;
		width:335px;
		height:auto;				
	
	}

div.contact_form_right {
	
		float:left;
		width:350px;
		height:auto;				
	
	}

table.formTable {
	
		width:300px;
		float:left;
		margin: 20px;
		
	}

form#contactForm input, form#contactForm textarea {
		
		font-family:tahoma;
		padding:2px;
		font-size:11px;
		width:200px;
		background-color:#F2EDDF;
		border: 1px solid #87795F;		
		
	}

form#contactForm input[type=submit] {
		
		width:100%;
		padding:2px;
		border: 2px solid #87795F;
		background-color:#553636;
		color: #F2EDDF;
		cursor:pointer;
	
	}
		
