/* CSS - Forms */

/* Default form rules
--------------------------------------------------------*/
	form {
		margin: 0;
		padding: 0;
		}
		
	.submit,
	.emailcolleague form .submit {
		margin:15px 300px 0 0;
		padding:8px 10px 5px 10px;
		font-size:1.4em;
		line-height:1.4em;
		font-family:'Helvetica Neue', Arial, sans-serif;
		font-weight:bold;
		color:#ffffff;
		background:#ed1c24 url(../../images/backgrounds/background_red.gif) repeat-x 0 0;
		cursor:pointer;
		border:0;
		-moz-border-radius:3px;
		-webkit-border-radius:3px;
		border-radius:3px;
		}
		
	.submit a:hover {
		text-decoration: underline;
		background-color: #FFFF00;
		}
		
	.emailcolleague form input,
	.emailcolleague form textarea {
		margin:0 0 25px;
		padding:5px;
		font-size:1.4em;
		line-height:1.4em;
		font-family:'Helvetica Neue', Arial, sans-serif;
		color:#777777;
		background-color:#F3F3F3;
		border-color:#B7D93E #A1C22D #A1C22D #B7D93E;
		border-style:solid;
		border-width:1px;
		}
		
	input:focus, textarea:focus {
		background-color: #FFFFFF;
		}


		
		
/* Form - Email a colleague
--------------------------------------------------------*/
.emailcolleague form {
	margin:30px 0 0 0;
	}
	
.emailcolleague form p {
	padding:0 0 10px 0;
	}
	

	

/* Registration form
--------------------------------------------------------*/
	fieldset {
		border: 0;
		border-top: 1px #b7d93e solid;
		background-color: #f3f3f3;
		padding: 15px 10px 30px;
		margin: 20px 0 20px;
		color: #444444;
		}
		
	#register.pre-registration-form fieldset {
		font-size:1.4em;
		line-height:1.4em;
		}
		
	#register.pre-registration-form fieldset p,
	#register.pre-registration-form #main-content-wrapper .container-one fieldset table {
		font-size:1em;
		}

/* Registration form - legend
--------------------------------------------------------*/
	legend {
		font-weight: bold;
		font-size: 1.7em;
		margin: 0 0 5px 10px;
		padding: 0 5px;
		color: #90B11B;
		}
		
	#register.pre-registration-form fieldset legend {
		font-size:1.214em;
		}
		
/* Registration form - label
--------------------------------------------------------*/
	fieldset label {
		width: 130px;
		float: left;
		text-align: right;
		margin: 10px 10px 0 0;
		color: #333;
		clear: left;
		display: block;
		}
		
	fieldset label.number_of_places {
		width:280px;
		text-align:left;
		}
		
	.data_capture_form fieldset label {
		width:150px;
		font-size:1.4em;
		line-height:1.4em;
		}
		
	.data_capture_form fieldset label.optional span {
		color:#777;
		}
		
	.data_capture_form fieldset label.optional span.display {
		position:absolute;
		left:-5000%;
		top:-5000%;
		}
		
	.data_capture_form p {
		padding:0 0 5px 0;
		color:#333333;
		}
		
	.data_capture_form .radio_button_checkbox_one_per_line {
		margin: 3px 4px 0 0; 
		}
		
	.data_capture_form fieldset div.column_a,
	.data_capture_form fieldset div.column_b {
		float:left;
		width:215px;
		}
		
	.data_capture_form fieldset div.column_a {
		margin:0 20px 0 0;
		}
		
	.data_capture_form fieldset label.enquiry {
		display:block;
		width:auto;
		color:#444444;
		}
		
	.data_capture_form fieldset textarea {
		margin:10px 0 0 0;
		}
		
	.data_capture_form span.glow-errorMsg {
		display:none;
		}
		
	.data_capture_form .glow-errorSummary {
		margin:10px 0 0 0;
		}
	
	#main-content-wrapper .data_capture_form .glow-errorSummary ul {
		margin:20px 0 0 0;
		padding:10px 10px 5px 10px;
		font-weight:bold;
		background-color:#f3f3f3;
		}
		
	#main-content-wrapper .data_capture_form .glow-errorSummary ul li {
		margin:0 0 5px 0;
		color:#901a1f;
		}

/* Registration form - input
--------------------------------------------------------*/
/* Disabled as doesn't work in IE

	input:focus {
		background-color: #FFFFCC;
		}

*/

	fieldset input {
		padding: 3px;
		margin-top: 10px;
		width: 220px;
		}

/* Registration form - select
--------------------------------------------------------*/
	fieldset select {
		float:left;
		margin:8px 0 0 0;
		}


/* Registration form - hr
--------------------------------------------------------*/
	fieldset hr {
		clear:both;
		border: 0;
		border-top: 1px #CCCCCC solid;
		margin: 20px 0 10px 0;
		}
		
/* Registration form - table
--------------------------------------------------------*/
	table caption {
		text-align:left;
		font-weight:normal;
		}
		
	fieldset th {
		background-color: #ADD22C;
		padding: 3px 10px;
		color: #FFFFFF;
		text-align: left;
		width: 60%;
		font-weight: normal;
		font-size: 1em;
		}
		
	fieldset table.rates, fieldset table.rates_awards {
		padding:0 0 10px 0;
		}

	fieldset table.rates th, fieldset table.rates_awards th {
		background-color: #ADD22C;
		padding: 3px 10px;
		color: #FFFFFF;
		text-align: center;
		font-weight: normal;
		font-size: 1em;
		}

	fieldset table.rates th.a, fieldset table.rates td.a {
		text-align:left;
		width: 50%;
		}
		
	fieldset table.rates th.b, fieldset table.rates th.c {
		width: 25%;
		}
		
	fieldset table.rates_awards th.a, fieldset table.rates_awards td.a {
		text-align:left;
		width: 20%;
		}
		
	fieldset table.rates_awards th.b {
		text-align:center;
		width: 55%;
		}
		
	fieldset table.rates_awards td.b {
		text-align:left;
		}
		
	fieldset table.rates_awards th.c {
		width: 25%;
		}
				
	fieldset .table_top_row {
		background-color: #666666;
		color: #FFFFFF;
		font-weight: bold;
		}
		
	fieldset table td {
		width: 20%;
		text-align: center;
		background-color: #c0c0c0;
		}
				
	fieldset .table_top_row_time {
		background-color: #666666;
		color: #FFFFFF;
		width: 20%;
		font-weight: bold;
		}
		
	fieldset table td .radio_button_table {
		width: auto;
		}
	
/* Registration form - radio button/checkbox
--------------------------------------------------------*/
	.radio_button_label {
		margin: 0 10px 0 0;
		padding: 0;
		}
		
	.radio_buttons_all_on_one_line {
		margin: 0 4px 0 10px;
		padding: 0;
		width: 15px;
		}
		
	.radio_button_checkbox_one_per_line {
		margin: 0 4px 0 0;
		padding: 0;
		width: 15px;
		float: left;
		clear: left;
		}

/* Registration form - lists
--------------------------------------------------------*/
	#section_text form ul {
		list-style: none;
		padding: 0;
		color: #000000;
		font-weight: normal;
		margin: 0 0 0 -5px;
		}
	
	#section_text form p.rates {
		margin: 20px 0 0 20px;
		}
	
/* Registration form - strong/bold
--------------------------------------------------------*/
	form strong {
		color: #333;
		font-weight: bold;
		}

	.hide {
		display: none;
		} 
		
	.show {
		display: block;
		}