/* CSS for just intra - Simon Pollard for deckchair.co.uk 2008 */
/* Style for what is page */
img#main-panel-img {
	position: absolute;
	right: 10px;
	bottom: 22px;
}
img#main-panel-txt {
	position: absolute;
	top: 20px;
	left: 240px;
}
h3 {
	margin-top: 15px;
}
h4 {
	margin-bottom: 15px;
}
span.green {
	font-size: 15px;
	font-weight: bold;
}
div.green-header {
	background-image: url(../images/green-header.jpg);
	background-repeat: no-repeat;
	padding-left: 20px;
	width: 778px;
	padding-top: 7px;
	height: 26px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}
div.greenline {
	width: 768px;
}
div.greenlinefeint {
	height: 2px;
	font-size: 1px;
	background-color: #e3eed3;
	margin-bottom: 10px;
	width: 750px;
}
div.greenlinefeint-small {
	height: 2px;
	font-size: 1px;
	background-color: #e3eed3;
	margin-bottom: 10px;
	width: 500px;
}
div.text-withimage {
	padding-left: 10px;
	width: 768px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
}
div.text-withimage p {
	margin-bottom: 15px;
}
p.contactheaders {
	font-size: 15px;
}
div.form-row {
	position: relative;
}
div.form-row input, div.form-row-validation input {
	position: absolute;
	left: 120px;
	top: 0px;
	width: 180px;
}
div.form-row-textarea {
	position: relative;
	height: 160px;
}

div.form-row-submit {
	position: relative;
	height: 50px;
}

div.form-row-submit input {
	position: absolute;
	left: 120px;
	top: 0px;
	width: 100px;
}

div.form-textboxes {
	position: relative;
}

div.form-secondcolumn {
	position: absolute;
	left: 330px;
	top: -15px;
}
	
div.form-row-textarea textarea {
	position: absolute;
	left: 120px;
	top: 0px;
	width: 515px;
	height: 150px;
}

p.validation, img#captcha {
	margin-left: 120px;
}
div.form-row-validation {
	height: 50px;
	position: relative;
}
span.red {
	color: #9e0000;
	font-weight: bold;
	font-size: 14px;
}