/*---------------------------------------------------- FORM ----------------------------------------------------------*/

form fieldset, fieldset {
	border:none;
	padding:0;
	margin:0;
}
.field {
	clear:both;
}
input, textarea, select {
	border: 1px solid #e0dede;
	background:none repeat scroll 0 0 #E3E3E3;
	padding: 10px;
	width: 300px;
	margin:4px 0;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	font-size:13px;
}
.newspage .container .layout .col2and3 select {
	background: none repeat scroll 0 0 #F1F1F1;
	width: 321px;
	padding:7px;
}

.userdefinedform form {
	width:585px;
}

form input, form textarea, form select {
	background: none repeat scroll 0 0 #fdfdfd;
	margin: 4px 0;
	padding: 6px;
	width: 475px;
}
label {
	font-size:13px;
	width:140px;
	margin: 14px 0;
}


.Actions {
	text-align:right;
	position:relative;
}

.jobpage label {
	margin: 3px 0 1px;
	width: 210px;
}
form .recaptcha {
	margin-left:170px;
}
form_action_process {
	box-shadow: none;
	float: right;
	width: 100px !important;
}








form {
	background: none repeat scroll 0 0 #EFEFEF;
	padding: 20px 30px 80px;
}
form ul {
	list-style:none;
	margin:0 !important;
	padding:0 !important;
	clear: both;
}
form li {
	border: medium none !important;
    list-style: none outside none;
    margin: 10px 0 !important;
    padding: 2px 0 2px 25px !important;
    width: 460px;
}
form li label {
	width:400px;
}
form label {
	width:170px;
}
form h3 {
	color:#222222;
	font-family:Helvetica, Arial, sans-serif;
	font-size:13px;
	float: left;
	font-weight:bold;
	margin-top:10px;
	}
form input, form textarea, form select {
	width: 393px;
	padding: 10px;
}

.radio {width: 20px;}

.jobpage form, .homepage form {background:none; padding:0;}

#Form_QuickSearchPostcodeForm_Postcode {background:#f8f8f8;}

.jobpage #Form_Form input, .jobpage #Form_Form textarea {
	width:224px
}
.jobpage #Form_Form .recaptcha {
	margin:0;
}




.optionset label, .checkboxset label {
	width:425px !important;
	margin: 11px 0 11px 0px;
}
.optionset li label, .checkboxset li label {
	margin:0 0 10px 0;
}
form .checkbox input {
	float: left;
	margin-left: 169px;
	width: 13px;
}
form .checkbox label {
	float: left !important;
	margin: 0;
	padding-left: 13px;
    width: 310px;
}

li .checkbox {width: 20px;}

.toppanelform fieldset {
	float:left;
}
.toppanelform .field {
	float: left;
	clear:none;
}
.toppanelform label {
	clear: both;
	display: block;
	width: 272px;
	margin:4px 0 0;
}
.toppanelform input {
	width:418px !important;
	background-color:#0b527a !important;
	border:#286d93 !important;
	color:#ffffff;
	margin-right:20px !important;
	padding: 9px !important;
}
.toppanelform form_action_process {
	width: 138px !important;
}
.footertop .toppanelform input {
	width: 346px !important;
	background-color: #f1f1f1 !important;
	border: 1px solid #a5a5a5 !important;
	color: #353535;
}
.footertop .toppanelform form_action_process, .toppanelform form_action_process {
	background-color:#4391b0 !important;
	cursor:pointer;
	border:1px solid #227292 !important;
}

.std_form {
	background:#e2e2e2;
	padding:20px;
}
.std_form label {
	display:inline-block;
	width:150px;
	vertical-align:top;
}
.std_form .captchainput {
	width:194px;
}
.std_form input, .std_form select, .std_form textarea {
	width:428px;
	background:#fdfdfd;
}
.error {
	border:red;
}

/*---------------------------------------------------- COURSES FORM ----------------------------------------------------------*/

#Form_BookingForm, #Form_CommentsForm {
	border-bottom: medium none;
	border-top: 1px solid #C9C9C9;
	padding: 20px;
	text-indent: 0;
	width: 607px;
	background:none repeat scroll 0 0 #EFEFEF;
	margin-top:20px;
}
#Form_BookingForm input, #Form_BookingForm textarea, #Form_BookingForm select,  #Form_CommentsForm input, #Form_CommentsForm textarea, #Form_CommentsForm select {
	width: 415px;
}

form .Actions input, #Form_BookingForm .Actions input {
	width:100px;
	color:#ffffff;
}


