* {
	margin: 0;
	padding: 0;
}

body {
	font-family: 'Myriad Pro', Verdana, Arial;
	font-size: 82.5%;
	text-align: center;
	background-color: #ccc;
	padding: 0 0 20px 0;
	position: relative;
}

body#quickForm {
	padding: 0;
	background-color: white;
}

p#jsWarning {
	font-weight: bold;
	margin: 10px 0;
	border: 1px solid #F4AC28;
	background-color: #F4EDCD;
	padding: 10px;
}

fieldset {
	border: 1px solid #ccc;
	padding: 5px;
	margin: 10px 0;
}

legend {
	border: 1px solid #ccc;
	border-width: 0px 1px;
	padding: 2px 5px;
}

div#quickForm {
	position: fixed;
	right: 20px;
	top: 0;
	width: 200px;
	background-color: #FDEB9A;
	border-top: none;
	padding: 5px;
	padding-top: none;
	opacity: 1;
}

div#quickForm div {
	padding: 5px 10px;
	border: 1px dashed orange;
	border-top: none;
}

div#quickForm span {
	font-weight: bold;
	font-size: large;
}

div#quickForm button {
	width: 180px;
	margin: 5px 0;
}

div#header {
/*
	z-index: 100;
	position: fixed;
*/
	background-color: #2D624D;
	width: 100%;
	text-align: center;
	padding: 10px 0;
	margin-bottom: 10px;
}

div#header div {
	margin: 0 auto;
	text-align: left;
	width: 740px;
}

div#header h1 {
	text-indent: -1000em;
	height: 53px;
	width: 214px;
	background-image: url(../images/logo.gif);
	margin: 10px;
	margin-right: 20px;
	float: left;
}

div#backLink a {
	color: white;
	text-decoration: none;
}

div#backLink a:hover {
	text-decoration: underline;
}

div#call {
	width: 200px !important;
	color: white;
	float: left;
	padding: 10px 0 5px 0;
}

div#call div {
	width: 100%;
}

div#call div.number {
	font-size: 18px;
}

div#call div.hours {
	font-size: 10px;
}

div.container {
	margin: 0 auto;
	text-align: left;
	width: 740px;
	border: 1px solid #999;
	background-color: white;
}

body#quickForm div.container {
	width: 540px;
	border: none;
}

div#phoneOptions {
	display: none;
	border: 1px solid #d7ae56;
	border-width: 1px 0;
	background-color: #fff1ae;
	padding: 5px 20px;
	margin: 10px 0;
}

div#phoneOptions label {
	display: inline;
}

button.text {
	background-image: url(../images/buttons/buttonbg.png);
	background-position: top left;
	background-repeat: repeat-x;
	border: 1px solid #d7ae56;
	padding: 3px 5px;
}

div#resurrectNotice {
	display: none;
	border: 1px solid #98e4e4;
	border-width: 1px 0;
	padding: 10px 20px;
	margin: 10px 0;
	background-color: #d8f8ff 
}

div.intro {
	padding: 10px 20px;
}

div.sectionHeader {
	width: 700px;
	padding: 5px 20px 0px 20px;
	margin: 0 0 15px 0;
/*	background-color: #ddd; */
	border-bottom: 1px solid #ddd;
}

body#quickForm div.sectionHeader {
	width: 500px;
	border: none;
}

div.section {
	width: 700px;
	padding: 5px 20px;
}

body#quickForm div.section {
	width: 500px;
}

div.section#detailsSection {
}

div.leftCol {
	float: left;
	width: 340px;
	padding-right: 10px;
}

div.rightCol {
	float: right;
	width: 340px;
	padding-left: 10px;
}

body#quickForm div.leftCol,
body#quickForm div.rightCol {
	width: 240px;
}

div.section#addressSection div.leftCol {
	width: 280px;
}

div.section#addressSection div.rightCol {
	width: auto;
	float: left;
}

div#addressDiv {
	position: relative;
}

div.pafInfo {
	padding: 5px;
	border: 1px solid white;
	border-width: 1px 0;
}

div.pafInfo#pafUK {
	display: auto;
	border-color: green;
	background-color: #e4fdd5;
}

div.pafInfo#pafNonUK {
	display: none;
	border-color: red;
	background-color: #ffdede;
}

.clear {
	clear: both;
}

.disabled {
	border: none;
	border-bottom: 1px solid #999;
}

h1 {
	margin: 10px 0;
}

h2 {
	margin: 4px 0;
}

h3 {
	margin: 15px 0 0 0;
	border-bottom: 1px solid #ccc;
}

body#quickForm h3 {
	margin-top: 10px;
}

p {
	margin: 5px 0;
}

div.field {
	margin: 10px 0;
}

div#pafpostcodeField,
div#pafbuildingField {
	float: left;
	margin-right: 5px;
}

label {
	display: block;
}

span.fieldStatus {
	font-size: 10px;
	text-transform: uppercase;
	margin: 0 5px;
	color: green;
}

span.required {
	color: red;
}

input,
textarea {
	background-color: #fdfbf3;
	font-size: 12px;
	padding: 2px 5px;
	border: 1px solid #999;
}

input[type="checkbox"],
input.checkbox,
input[type="radio"],
input.radio,
input.brochureCheckbox {
	border: none;
	background-color: transparent;
}

select {
	background-color: #fdfbf3;
	font-size: 12px;
	padding: 2px 0px 2px 5px;
	border: 1px solid #999;
}

textarea {
	width: 688px;
}

.fieldValue span {
	background-color: yellow;
	padding: 2px;
}

body#quickForm textarea {
	width: 488px;
}

div.leftCol textarea,
div.rightCol textarea {
	width: 328px;
}

p.fieldHelper {
	margin: 0;
	font-size: 12px;
	color: #333;
}

label.inline {
	display: inline;
}

table {
	border-collapse: collapse;
	margin: 10px 0;
}

thead, td {
	padding: 2px 5px;
}

caption {
	display: none;
}

col {
}

col#addCol {
	border: none;
}

thead {
}

thead {
	font-weight: normal;
	font-size: 10px;
}

tr.even {
	background-color: #edf5ff;
}

div.brochure {
	position: relative;
	background-color: #eee;
	width: 153px;
	height: 50px;
	overflow: hidden;
	margin: 5px 10px 5px 0;
	padding: 5px;
	float: left;
	border: 1px solid #eee;
	cursor: pointer;
}

div.brochure:hover {
	border: 1px solid #d7ae56;
}

div.brochure.last {
	width: 163px;
	margin-right: 0;
}

div.brochure.selected {
	border: 1px solid #d7ae56;
	background-color: #fff7cf;
}

div.brochure img {
	float: left;
	margin: 0 5px 5px 0;
}

div.brochure p.title {
	font-weight: bold;
}

div.brochure p.contents {
	font-size: 10px;
}

div.brochure p.contents {
	display: none;
}

div.hintArrow {
	z-index: 50;
	height: 21px;
	padding: 7px 10px 0 30px;
	text-align: center;
	background-image: url(../images/hintarrowright.gif);
	background-position: right center;
	background-repeat: no-repeat;
	position: relative;
}

div.hintArrow span {
	position: absolute;
	left: 0;
	top: 3px;
	background-image: url(../images/hintarrowleft.gif);
	height: 21px;
	width: 30px;
	background-position: left center;
	background-repeat: no-repeat;
}

div#addressArrow {
	display: none;
}

div.hintArrow#postcodeArrow {
	margin-top: 23px;	
}

div.hintArrow#addressArrow {
	margin-top: 20px;	
}

input.brochureCheckbox {
/*	display: none; */
	position: absolute;
	bottom: 5px;
	right: 5px;
}

div.actionBar {
	background-color: #fff7cf;
	border-top: 1px solid #d7ae56;
	padding: 5px 5px 1px 5px;
	text-align: right;
}

button {
	cursor: pointer;
	margin: 0;
	border: none;
	background-color: transparent;
}

div.promotions {
	margin: 10px 0px;
	clear: both;
}

div.promoBox {
	width: 161px;
	height: 115px;
	margin-right: 18px;
	float: left;
	position: relative;
}

div.promoBox img {
	position: absolute;
	top: 0;
	left: 0;
}

div.firstPromo {
	margin-right: 18px;
}

div.secondPromo {
	margin-right: 20px;
}

div.thirdPromo {
	margin-right: 18px;
}

div.fourthPromo {
	margin-right: 0px;
}

div.promoBox p.caption {
	position: absolute;
	bottom: 0;
	background-color: black;
	color: white;
	margin: 0;
	padding: 4px;
	width: 153px;
	text-align: center;
	opacity: 0.9;
}

div.promoBox p.caption a {
	color: white;
	text-decoration: none;
}

a img {
	border: none;
}

div#accomm-style label {
	margin: 5px 0;
}
