#right_content {border:none;}

#left_content {
	float:left;
	margin:0 0 0 0;
	padding-right:16px;
	width:250px;
	}
	
.contact_field {
	color:#369;
	width:250px;
	border-color:#ccc;
	background-color:#fff;
	}
	
.button {
	margin:-10px 0 0 210px;
	color:#fff;
	border-color:#ccc;
	background-color:#369;
	}
	
#left_content h4 {
	margin:7px 0 1px;
	}

.error {
	margin-top:8px;
	padding:3px;
	border:1px dotted #f00;
	color:#f00;
	}
	
.input_text, textarea {
	border:1px solid #ccc;
	width:250px;
	}