
body {
	font-family: arial, sans-serif;
	margin: 0;
	padding: 0;
}

p {
	line-height: 140%;
}

.lookupdata, input, textarea, button {
	font-family: arial, sans-serif;
}

strong {
	font-weight: normal;
	font-family: arial, sans-serif;
}

#rtb_calc_results {
	background: rgb(247,168,102);
	background: none;
	padding: 1px 10px;
}

#rtb_calc_submit {
	margin-top: 10px;
}

.rtb_calc_label {
	font-family: arial, sans-serif;
	display: inline-block;
	width: 55%;
	padding: 0 10px;
}

.rtb_calc_question p {
	margin: 0;
	/*padding: 5px !important;*/
}

#rtb_calc_postcode_validation_message {
	display: none;
	margin: 20px 0;
	font-weight: bold;
	color: #ff0000;
}

.validation_border {
	border-color: #ff0000;
	border-width: 1px;
	border-style: solid;
	box-shadow: 0 0 10px #ff0000;
}
.rtb_row.form-group, .rtb_row_alt.form-group {
	margin-bottom:0;
}
/*.rtb_row {
	background: #DEE2F0;
	padding-bottom: 5px;
}

.rtb_row_alt {
	background: #F3F4FA;
	padding-bottom: 5px;
}*/

/*p.infotoggle {
	padding-left: 30px !important;
	background: url('infoicon.png') no-repeat 7px 4px;
}*/

.rtb_calc_instruction {
	font-size: 90%;
}

/*.rtb_calc_instruction * {
	text-decoration: none;
	color: black;
}*/

/*.rtb_calc_instruction a.infolink {
	text-decoration: underline !important;
	color: blue !important;
}*/

.error {
	color: red;
}

/*.resetbutton {
	color: white;
	background: #575757;
	padding: 5px 10px;
	text-decoration: none;
}*/

/*.btn-primary {
	font-size: 0.9em;
	text-decoration: none;
	padding: 5px 10px;
	border-radius: 0;
	border: 1px solid #f47d5a;
	background: #f26a42;
	color: white ;
}
*/

.credits {
	font-size: 80%;
	color: #575757;
}

/*.rtb_calc_fieldwrapper {
	display: inline-block;
	width: 35%;
}*/

.ie7 div.rtb_calc_question, .ie7 div.rtb_calc_instruction,
.ie8 div.rtb_calc_question, .ie8 div.rtb_calc_instruction {
	clear: both;
	padding: 0.25em 0 !important;
}
/*
.ie7 div.rtb_calc_label,
.ie8 div.rtb_calc_label {
	width: 50%;
	float: left;
}
.ie7 div.rtb_calc_fieldwrapper,
.ie8 div.rtb_calc_fieldwrapper {
	width: 35%;
	float: left;
}*/
