/*** body */
.rc7 {
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}

h1.pageCaption {
	background-color: #5989D5;
	font-weight: bold;
	font-size: 16px;
	color: #fff;
	padding: 10px;
}

div.steps {
	background: url("../images/steps_bg.jpg") 0 0 repeat-x;
	color: #666666;
	margin: 8px auto;
	height: 30px;
	line-height: 30px;
	font-style: italic;
	font-size: 13px;
	padding: 0 4px 0 10px;
	font-weight: bold;
}

div.steps ul li {
	display: inline;
	margin: 3px 10px;
}

div.steps ul li span.index {
	color: #f00;
}

div.advantages {
	height: 30px;
	line-height: 30px;
	font-style: italic;
	font-size: 13px;
	background: url("../images/steps2_bg.jpg") 0 0 repeat-x;
	text-align: right;
	padding-right: 150px;
}

div.advantages ul li {
	display: inline;
	padding-left: 22px;
	margin: 0 10px;
	background: url("../images/icon_tick_orange.gif") 0 center no-repeat;
}

/*** form area */
div.mid {
	height: 340px;
	overflow: hidden;
	border: 1px solid #D3EDB7;
	position: relative;
	background: url("../images/professional-advisors.jpg") left bottom no-repeat;
}

div.mid .windowWrapper {
	margin: 10px 50px 10px 400px;
	padding: 10px;
}

#faragoWindow {
	width: 400px;
	overflow: hidden;
	background-color: #E0EFD6;
	padding: 0 10px;
}

#faragoBanner {
	width: 3500px;
}

#faragoBanner .step {
	float: left;
	width: 400px;
	padding: 0 10px;
}

#faragoBanner .step .title {
	color: #333;
	font-weight: bold;
	margin: 5px 0;
}

#faragoBanner .step table {
	width: 90%;
}

#faragoBanner .step table tr td.label {
	text-align: right;
}

div.buttonArea table tr td {
	
}

/** form */
.requiredField {
	color: #f00;
}

.inputField {
	border: 1px solid #bbb;
	padding: 3px;
	width: 140px;
	color: #444;
	font-size: 12px;
}

.textareaField {
	border: 1px solid #bbb;
	padding: 3px;
	width: 360px;
	color: #444;
	font-size: 12px;
	height: 120px;
}

.highlight-border {
	border: 1px solid #5989D5;
}

/** validation */
p.fieldErrorArea {
	height: 18px;
}

label.error {
	padding-left: 18px;
	background: #FFFACD url(../images/icon_validate_error.gif) 0 center no-repeat;
	color: #e22;
	font-style: italic;
}

/** btn style */
.faragoSlide_next,.faragoSlide_prev {
	width: 75px;
	height: 22px;
	line-height: 22px;
	color: #fff;
	display: block;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}

.faragoSlide_next {
	background: url("../images/pnBtns.gif") 0 0 no-repeat;
}

.faragoSlide_prev {
	background: url("../images/pnBtns2.gif") 0 0 no-repeat;
}

.getAPractitioner {
	background: url("../images/clickHere_bg.png") 0 0 no-repeat;
	width: 185px;
	font-family: arial;
	font-size: 14px;
	height: 29px;
	color: #fff;
	font-weight: bold;
	border: none;
	line-height: 29px;
}

#searchField_postcode.widthTipText {
	color: #999;
}