#enquiry {
	width: 330px;
	float: left;
	}

.form {
	min-height: 1px;
	margin:  0;
	padding: 10px;
	border: 1px solid #2c080c;
	background: #321300;
	width:300px;
	}
	
* html .form {
	height: 1px;
	}

.send_button {
	width: 120px;
	height: 48px;
	background: url(images/send_button.gif) no-repeat center top;
	border: none;
	text-indent: -9000px;
	display: block;
	text-transform: uppercase;
	font-size: 10px;
	margin-left: 2px;
	cursor:pointer;
	}
	
.send_button:hover {
	background-position: center bottom;
	}

.form textarea {
	overflow: auto;
	}
	
.form input.focus,
.form textarea.focus
 {
	border: 1px solid #c6a138;
	background: #693a1e;
	}
	
.form_buttons 
{
	margin: 10px 0;
	text-align: left;
	clear: both;
	}
	
.form_buttons input {
	padding: 5px 10px;
	}
	
/* [ Form Note ] */
	
.form_note {
  font-size: 11px;
  border-top: 1px solid #aaa;
  margin-top: 20px;
}

.form_note p {
	line-height: 14px;
	}
	
.form_note strong {
	color: #cc0000;
	font-size: 16px;
	}
.control label
{
	width:auto !important;
}
.control{
	width:300px !important;
}
.control textarea,
.control input{
	width:250px !important;
}