/* CSS for just intra - Simon Pollard for deckchair.co.uk 2008 */
/* Style for what is page */
img#main-panel-img {
	position: absolute;
	right: 3px;
	bottom: 12px;
}
img#main-panel-txt {
	position: absolute;
	top: 20px;
	left: 230px;
}
h3 {
	margin-top: 15px;
}
h4 {
	margin-bottom: 15px;
}
span.green {
	font-size: 15px;
	font-weight: bold;
}
p.contactheaders {
	font-size: 15px;
}
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: 400px;
}
div.text-withimage {
	padding-left: 10px;
	width: 768px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
}
div.text-withimage p.bodytext {
	margin-bottom: 15px;
	width: 400px;
}
div#order-box-right {
	float: right;
	background-image: url(../images/order/order-box-right-bg.jpg);
	background-repeat: repeat-y;
	padding-left: 15px;
	padding-right: 15px;
	width: 307px;
	margin-top: 5px;
}
div#order-box-right h3 {
	margin-top: 0px;
}
div#order-box-right-header, div#order-box-right-footer {
	background-repeat: no-repeat;
	width: 337px;
	height: 21px;
	margin-left: -15px;
}
div#order-box-right-header {
	background-image: url(../images/order/order-box-right-header.jpg);
}
div#order-box-right-footer {
	background-image: url(../images/order/order-box-right-footer.jpg);
}
p.red {
	color: #9e0000;
}
div.form-row {
	position: relative;
}
div.form-row input {
	position: absolute;
	left: 120px;
	top: 0px;
	width: 180px;
}
div.form-row input#submit {
	width: 130px;
	left: 170px;
}