@charset "utf-8";
.required {
	color: #FF9900;
	padding: 0px 2px;
	font-size: small;
	font-weight: 800;
}

.auto {
	width: auto;
}
input.auto {
	font-size: small;
	width: auto;
	cursor: pointer;
	margin: 0px;
	padding: 5px 14px;
}

form {
	color: #8EA3AD;
	padding: 0px;
	background: #f8f8f8 url(../images/forms/form_bckgnd.gif) repeat-y right top;
	border-left: 21px solid #144664;
	margin: 0px 0px 21px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

fieldset {
	padding: 0px 3px 21px 21px;
	text-align: left;
	display: block;
	min-height: 1%;
	background: #FFFFFF url(../images/forms/fieldset.jpg) repeat-x 0px 0px;
	margin: 0px 31px 14px 0px;
	border-top: 1px solid #E5E5E5;
	border-right: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
	border-left: 0px none;
}

legend {
	color: #185173;
	margin-top: 7px;
	margin-bottom: 7px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 108%;
}

label {
	width: 42%;
	display: block;
	float: left;
	text-align: left;
	padding: 2px 0px 0px;
	height: auto;
	color: #666666;
	cursor: pointer;
	margin: 0px;
	font-size: small;
}

input, textarea {
	width: 55%;
	margin-bottom: 2px;
	color: #666666;
	font: small Tahoma, Arial, Helvetica, sans-serif;
}

p textarea {
	margin-bottom: 14px;

}
p textarea.auto {
	width: 97%;
	margin-top: 3px;
}
#content form p {
	color: #666666;
	padding-left: 22px;
	padding-right: 75px;
}
#content form fieldset p {
	margin: 0px;
	padding: 0px 0px 2px 2px;
	color: #666666;
	font-size: small;
	overflow: auto;
	background: url(../images/common/spacer.gif);
	display: block;
}
#content form p.form_txt {
	padding-top: 21px;
	padding-right: 45px;
	clear: left;
}


fieldset fieldset {
	background: url(../images/common/spacer.gif);
	border: 0px none;
	padding: 0px;
	margin: 14px 0px 0px;
	width: auto;
	color: #8EA3AD;
	overflow: visible;
	display: block;
}
fieldset fieldset legend {
	margin: 0px;
	display: block;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 7px;
}
fieldset fieldset label {
	width: 90%;
	margin-bottom: 3px;
	padding-left: 0px;
}

#content form fieldset fieldset p {
	display: block;
	text-align: left;
	font-size: small;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 7px;
}
.check {
	width: auto;
	padding: 0px;
	height: auto;
	margin: 0px;
	float: none;
}
label.radio {
	width: auto;
	display: block;
	text-align: right;
	padding-right: 9px;
	margin-right: 28px;
}
label.radio input {
	padding: 0px;
	margin: 0px 5px 2px 2px;
	vertical-align: middle;
	width: 16px;
	height: 16px;
}


label.check {
	text-align: left;
	border: 0px none!important;
	clear: both;
	float: none;
	line-height: 125%;
	display: block;
	margin-left: 0px;
	margin-top: 5px;
	}
label.check input {
	padding: 0px 0px 4px;
	margin: 0px 5px 2px 0px;
	height: 16px;
	width: 16px;
	text-align: left;
	line-height: 125%;
	vertical-align: top;
	}
	
	label.check strong {
	text-align: left;
	color: #4B1D1B;
	cursor: pointer;
	display: inline;
}	


label.auto {
	cursor: pointer;
	padding-top: 0px;
	padding-right: 7%;
	padding-bottom: 5px;
	float: none;
	line-height: 125%;
}

label.auto input {
	width: 16px;
	padding: 0px;
	margin: 0px 5px 4px 2px;
	vertical-align: text-top;
	height: 16px;
	}
form div.submit_form {
	background: url(../images/forms/form_bottom_bckgnd.png) no-repeat right bottom;
	padding: 29px 74px 12px 0px;
	margin: 0px;
	text-align: right;
}
h2.form_top {
	background: url(../images/forms/form_top_bckgnd.png) no-repeat right top;
	padding: 0px 74px 14px 0px;
	text-align: right;
	border-left: 21px solid #144664;
	font-size: medium;
	color: #FFCC00;
}
.note {
	color: #660000;
	display: block;
}
#content form p label span.note {
	text-align: left;
	padding-left: 0px;
	color: #999999;
	display: block;
}
#content form legend span.note {
	display: block;
	color: #4B1D1B;
}

#content form p span.note {
	color: #B5B5B5;
	padding-left: 43%;
	text-align: left;
	padding-right: 2%;
	padding-bottom: 9px;
}
#content form p.note {
	padding-bottom: 14px;
	color: #CC6600;
	padding-right: 0px;
	width: 87%;
}
#content p.note strong {
	display: block;
}

#postcode {
	width: auto;
}
label strong {
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
	color: #660000;
}

#form_choices {
	margin: 21px 0px 0px;
	padding: 0px;
	list-style: none;
	overflow: auto;
}
#form_choices li {
	float: left;
	background: #1E638C url(../images/common/menu_tab.png) no-repeat left top;
	display: block;
	margin-right: 1px;
	margin-bottom: 0px;
	width: auto;
}
#form_choices li a {
	width: auto;
	padding-top: 7px;
	display: block;
	font-size: 75%;
	color: #FFFFFF;
	text-decoration: none;
	background: #1E638C url(../images/common/menu_tab.png) no-repeat right top;
	text-transform: capitalize;
	min-height: 21px;
	padding-right: 11px;
	margin-left: 11px;
}
#form_choices li a:hover, #form_choices li a:active, #form_choices li a:focus {
	color: #FFCC00;
}
li#careers {
	display: none;
}
fieldset img {
	height: 42px;
	width: 65px;
	float: left;
	display: block;
	margin: 2px 7px 2px 4px;
	padding: 0px;
	border: 1px solid #144664;
	cursor: help;
}
.size {
	float: none;
	clear: both;
	display: block;
	width: 100%;
}
.items {
	width: 100%;
	clear: both;
	float: none;
}

label.products input {
	padding: 0px;
	width: auto;
	margin: 0px 4px 0px 3px;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	}
	
label.products {
	width: 150px;
	text-align: left;
	clear: left;
	float: left;
	padding-left: 0px;
	line-height: 125%;
	padding-bottom: 4px;
	display: block;
	}
label.column {
	width: auto;
	display: block;
	vertical-align: middle;
	float: left;
	color: #0066FF;
	padding-top: 0px;
}
label.column input {
	width: 25px;
	margin: 0px;
	padding: 0px;
}
.prints {
	width: 154px;
	padding: 13px 0px 14px;
	margin: 2px 0px;
	color: #144664;
}
label.bagged {
	width: 260px;
	padding: 15px 0px 16px;
	margin: 2px 0px;
	color: #144664;
	text-align: right;
}
label.bagged input {
	width: 25px;
	vertical-align: middle;
}
img.bagged {
	height: 58px;
	width: 65px;
	display: block;
	margin: 2px 7px 2px 4px;
	padding: 0px;
	border: 1px solid #144664;
	cursor: help;


}
label.bagged em {
	color: #0066FF;
	font-style: normal;
}
form h2 {
	color: #333333;
	padding-left: 21px;
	padding-top: 7px;
}
label.product_choices {
	color: #1E638C;
	font-weight: 900;
	width: 100%;
	padding-left: 0px;
	clear: both;
	padding-right: 0px;
	margin-top: 0px;
}
label.product_choices input {
	width: auto;
	margin-right: 7px;
}
.hide fieldset {
	margin-bottom: 21px;
}
.hide {
	padding-bottom: 14px;
	border-bottom: 1px dashed #e5e5e5;
	margin-bottom: 14px;
	margin-top: 14px;
}
#bagged_cement_choices {
	border-bottom-width: 0px;
	border-bottom-style: none;
}

.size .hide {
	margin: 0px;
	padding: 0px;
	border-bottom-width: 0px;
	border-bottom-style: none;
}

.items input.auto {
	margin-top: 12px;
	margin-bottom: 12px;
	vertical-align: middle;
}
