html body
{
	position:relative;
	
	width:auto;
	height:auto;
	
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
}

.content
{
	width:842px;
	margin:auto;
}

h1, h2
{
	text-align:center;
}

h2
{
	font-size:26px;
	font-weight:100;
}

h3
{
	text-align:left;
	color:#64935F;
	text-transform:uppercase;
}

table {
	width:842px;
}

input {
	width:100%;
}

textarea {
	width:100%;
}

.ratestable
{
	border:1px #C1D4B9 solid;
}

.ratestable tr th
{
	font-weight:bold;
	text-align:left;
}

.ratestable tr td
{
	height:30px;
}

#notice
{
	background-color:#C1D4B9;
	margin-top:5px;
	margin-bottom:5px;
	padding:6px;
	font-size:17px;
	font-weight:bold;
}

.mandatory
{
	color:#FF0000;
}

.label {
	width:120px;
	padding-left:10px;
}

.input {
	padding-right:10px;
}

#word_counter
{
	float:right;
}

#submit_button
{
	padding-top:20px;
	width:100px;
	float:right;
}

.clear
{
	clear:both;
}

.logos
{
	padding-bottom:30px;
}

.logos tr td
{
	text-align:center;
	vertical-align:top;
}

.logos tr td input
{
	width:auto;
}

.header
{
	background-image:url(/farmholidays/images/cockerel.jpg);
	background-repeat:no-repeat;
	text-align:center;
}