form.smart {
	background: url(../images/form_background.gif) repeat-y right top;
}
fieldset {
	line-height: 100%;
}
label {
	color: #0d3f8e;
	font-weight: bold;
}
input.wide, select.wide, textarea.wide {
	background-color: #fff;
	border: 1px solid #d4dde1;
	padding: 1px;
	width: 450px;
}
input.checkbox {
	margin-right: 10px;
	vertical-align: middle;
}
input.required {
	background: #fff url(../images/required.gif) top right no-repeat;
}
form.smart p {
	width: 450px;
}

.order_now fieldset {
	position: relative;
	border: 1px solid #b9c1c4;
	padding: 15px;
	margin-bottom: 18px;
	width: 638px;
}
.order_now fieldset legend {
	font-size: 1.2em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.order_now fieldset .two_col_a, .order_now fieldset .two_col_b {
	position: relative;
	width: 304px;
	float: left;
}
.order_now fieldset .two_col_b {
	float: right;
}
.order_now .wide {
	width: 631px;
}
.order_now fieldset .two_col_a .wide, .order_now fieldset .two_col_b .wide {
	width: 297px;
}
.order_now span.cost_col_left, .order_now span.cost_col_right {
	display: block;
	position: relative;
}
.order_now span.cost_col_left {
	float: left;
	width: 450px;
	margin-left: 9px;
}
.order_now span.cost_col_right {
	float: right;
	width: 150px;
	margin-right: 9px;
	text-align: right;
}
div.total {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.2em;
	margin-bottom: 18px;
}



#package_table {
	width: 648px;
	padding: 0 9px;
	margin: 0 0 12px;
	list-style: none;
}

#content #package_form #package_table li, #content #package_form #package_table ul {
	list-style: none;
	list-style-image: none;
}

#package_table span {
	display: block;
	float: left;
	padding: 7px 7px;
	text-align: right;
}

#package_table li {
	border-bottom: 1px solid #ddd;
	padding: 0;
	margin: 0;
}

#package_table li.last, #package_table li.selected {
	border-bottom: 0;
}

#package_table .heading_row {
	font-size: 90%;
	font-weight: bold;
	color: #666;
}

#package_table .heading_row span {
	font-size: 100%;
	padding: 3px 7px;
}

#package_table .heading_row span.price_per_month {
	padding-right: 0;
}

#package_table .heading_row span.select {
	padding-left: 0;
	padding-right: 0;
}

#package_table span .option_price {
	display: inline;
	float: none;
	padding: 0;
}

#package_table .name {
	width: 178px;
	text-align: left;
	font-size: 120%;
}

#package_table .down {
	width: 100px;
}

#package_table .up {
	width: 80px;
}

#package_table .data {
	width: 95px;
}

#package_table .down, #package_table .up, #package_table .data {
	padding-top: 9px;
}

#package_table .heading_row .down, #package_table .heading_row .up, #package_table .heading_row .data {
	padding-top: 3px;
}

#package_table .price_per_month {
	width: 100px;
	padding-right: 0;
	font-size: 120%;
}

#package_table .select {
	width: 27px;
	padding-left: 0;
	padding-right: 0;
}

body.js #package_table input, body.js .radio_holder input, body.js .checkbox_field input {
	display: none;
}

body.js #package_form label {
	width: 625px;
}

body.js #package_table label {
	width: 648px;
}

body.js .radio_holder label, body.js .checkbox_field label {
	padding-left: 34px;
}

body.js .fake_radio_button {
	display: block;
	height: 25px;
	width: 25px;
	background: url(../images/form_option_empty.png) no-repeat;
	margin-top: -4px;
	position: absolute;
}

body.js .selected .fake_radio_button {
	background: url(../images/form_option_ticked.png) no-repeat;
}

body.js .radio_holder .fake_radio_button {
	margin-bottom: -5px;
	margin-left: -34px;
}

body.js .checkbox_field .fake_radio_button {
	margin-bottom: -5px;
	margin-left: -34px;

}

#package_form .select_link {
	display: block;
	cursor: pointer;
}

#package_form .select_link:hover {
	background: #e8e8e8;
}

#package_form h4 {
	padding: 0 9px;
}

#package_form .option_type { display: none; }

#totaliser_holder {
	position: relative;
}

#totaliser {
	position: absolute;
	font-size: 85%;
}

#totaliser div {
	border-bottom: 1px solid #c4c8ca;
	margin-bottom: 6px;
}
#totaliser div.last {
	border-bottom: none;
}

#totaliser div strong {
	color: #0d3f8e;
}

#totaliser .value {
	font-size: 220%;
	color: #fff;
	display: block;
	background-color: #d5217c;
	padding: 0 10px 4px 10px;
	margin: 10px 0 12px 0;
	width: 83px;
	text-align: center;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#totaliser .value .pence {
	font-size: 50%;
}

/* HELP */

p.title a.help {
	font-size: 70%;
	display: block;
	float: right;
	color: #FFF;
	margin-left: 30px;
	padding-left: 20px;
	background: url(../images/form_help_icon.png) no-repeat left center;
}
