

/* FORMS */

div.feedback {
	padding:10px;
	border:1px solid #bbb;
	margin-bottom:20px;
	margin-left:0px;
	margin-right:0px;
	float:left;
	display: inline;
}
	div.success {
		background-color:#D6F8C0;
	}
	div.error {
		background-color:#FFCEC8;
	}


form#form-search-form {
	background-color:#fff;
	width:224px;
	float:left;
	margin: 18px 0 0 20px;
}
	form#form-search-form fieldset {
		width:210px;
		float:left;
		padding: 0 7px;
	}
	form#form-search-form fieldset input.text {
		height:14px;
		width:130px;
	}
	form#form-search-form fieldset input.submit {
		height: 22px;
	}

form.homepage-form input.text {
	height:16px;
	width:130px;
}
form.homepage-form select {
	width: 152px;
}
form.homepage-form input.submit {
}


form#form-where-we-work {
	width:223px;
	background:transparent url('/img/layout/uk.gif') no-repeat top;
	padding: 198px 0 0;
}
form#form-where-we-work select {
	width:152px;
	margin:0;
	margin-left:20px;
	margin-right:5px;
}
form#form-where-we-work input.submit {
	padding:0 5px;
}

form#form-email-news {
	padding: 0px;
	width:224px;
}
	form#form-email-news label {
		font-weight: bold;
		margin: 10px 0 5px;
		color: #666;
		float: left;
		font-size: 90%;
		width: 220px;
	}
	form#form-email-news input {
		margin:0;
		padding:0;
		float: left;
	}
	form#form-email-news input.text {
		width:220px;
		border:1px solid #607072;
		margin-right:0px;
		clear:left;
	}
	form#form-email-news fieldset a.privacy-link {
		clear: left;
		float: left;
		display: block;
		margin:10px 0px;
		width: 100px;
	}
	form#form-email-news input.submit {
		padding:0 5px;
		margin:10px 0px;
		float: right;		
		width: 110px;
	}
	form#form-email-news input.noclear {
		clear:none;
	}

table.event_table {
	margin:0;
	padding:0;
}

form fieldset.event_form {
	border: 1px solid #666;
	padding:10px;
	margin-bottom:20px;
}
	form fieldset.event_form legend {
		font-weight:bold;
		font-size:130%;
	}
	form fieldset.event_form label {
		width:140px;
		float:left;
		margin-top:4px;
		margin-right:5px;
	}
	form fieldset.event_form label.sex {
		width:auto;
		float:left;
		margin-top:4px;
	}
	form fieldset.event_form input.text {
		margin-bottom:4px;
		margin-right:15px;
		width:150px;		
	}
	form fieldset.event_form input.radio {
		float:left;
		clear:none;
		margin:5px 10px 0 4px;
	}
	form fieldset.event_form textarea.text {
		width:150px;
		height:60px;
		margin-bottom:4px;
	}
	form fieldset.event_form textarea.text_accom {
		width:300px;
		height:60px;
		margin-left:20px;
		margin-bottom:4px;
	}
	form fieldset.event_form input.checkbox {
		float:none;
		width:auto;
	}
	form fieldset.event_form select {
		width:150px;
	}
	form fieldset.event_form input.checkbox_left {
		float:left;
		width:auto;
		margin-top:4px;
	}
	form fieldset.event_form input.submit{
		float:left;
		clear:both;
		margin-left:40px;
	}


form#filterForm fieldset {
	width: 190px;
}
form#filterForm fieldset label {
	width:70px;
	float:left;
}
form#filterForm fieldset input.text {
	width:115px;
	float:left;
	margin-bottom:5px;
}
form#filterForm fieldset select {
	width:119px;
	float:left;
	margin-bottom:5px;
}




form#event-search-form {
	float: left;
	clear: left;
	padding: 0pt 20px;
	width: 400px;
}
	form#event-search-form fieldset {
		border: 1px solid #AD2A27;
		padding: 20px;
		padding-top:0px;	/* ie6 ignores this ? */
	}
		form#event-search-form fieldset div.ie-fix {
			margin-top:20px;
		}
		form#event-search-form fieldset div.ie-fix2 {
			padding:0;
			margin:0;
			float:left;
			clear:left;
			width:200px;
		}
		
	form#event-search-form fieldset label {
		float:left;
		clear:left;
		width:100px;
	}
	form#event-search-form fieldset input {
		margin-bottom:5px;
	}
	form#event-search-form fieldset input.text {
		float:left;
		width: 150px;
	}
	form#event-search-form fieldset input.date {
		float:left;
		width:30px;
	}
	form#event-search-form fieldset select.date {
		float:left;
		width:60px;
	}
	form#event-search-form fieldset input.submit {
		background:#AD2A27 none repeat scroll 0%;
		border:0pt none;
		color:#FFFFFF;
		float:left;
	}
div#ev-list {
	float:left;
}
	div#ev-list ul {
		margin:0;
		padding:0;
		margin-left:20px;
	}
	div#ev-list ul li {
		margin:0;
		padding:0;
		list-style-type: none;
		list-style-image: none;
		line-height:100%;
	}
		div#ev-list ul li h2 {
			padding:0;
			margin:0;
			margin-top:15px;
		}
	div#ev-list ul.ev-list {
		padding:0;
		margin:0;
		display:none;
	}
	
	

/*
div#midholder form{
	background: #FFF url("/images/layout/form-bg.gif") 0 0 repeat-x;
	border: 2px solid #C9C9C9;
	font: normal 100%;
	margin: 0 20px 1em 20px;
	padding: 0 0 10px 0;
}

	div#midholder form fieldset{
		border: none;
		margin: 1em 0;
		padding: 0 20px; 
	}
	
		div#midholder form fieldset legend{
			color: #B71E28;
			font: normal 140% Arial;
			
		}
		
		div#midholder form fieldset fieldset{
			border: 1px solid #C9C9C9;
			clear: both;
			padding: .5em 10px;
		}
		
		// HELP & FEEDBACK
		
		p.instructions{
			border-bottom: 1px solid #C9C9C9;
			clear: both;
			margin: 0 0 1.5em; 
			padding: .25em 0;
		}
		
		div#primarycontent p.instructions img{
			float: none;
			margin: 0;
			padding: 0;
			vertical-align: middle;	
		}
		
		p.help{ // all dependent upon size of div#midholder form elements and whether they're floated or not
			clear: none;
			float: right;
			padding: 0;
			margin: -1.5em 0 0;
			width: auto;
		}
		
		p.or{
			clear: both;
			padding: .5em 0;
			margin-left: 115px;
		}
		
		span.pre_field{
			float: left;
			font-size: 120%;
			padding: .25em 5px .5em 0;
			width: auto;
		}
		
		div#midholder form fieldset span.help{
			float: left;
			padding: .25em 10px .5em;
		}
		
		div#midholder form fieldset span.private{
			float: left;
			margin: 2px 0 0 5px;
		}
		
			div#midholder form fieldset span.private label.checklabel{
				clear: none;
				margin: 2px 0 0 5px;
			}
		
		div.feedback h3,
		div.feedback p,
		div.feedback ul{
			padding: .5em 10px;
		}
		
		div.feedback.error{
			background: #FDD;
		}
		
		div.feedback.success{
			background: #DFD;
		}
		
		// LABELS 
		
		div#midholder form fieldset label{
			color: #333;
			clear: left;
			float: left;
			margin: .25em 0;
			width: 115px;
		}

			div#midholder form fieldset label.required{
				background:url('/img/layout/star.gif') no-repeat right 2px;
				padding-right:15px;
				padding-left:0;
				width: 100px;
			}
			
		// DATA ENTRY
				
		div#midholder form fieldset input{
			float: left;
			margin: .25em 0;
			width: 300px;
		}
		
		div#midholder form fieldset input.small{
			width: 100px;
		}
		
		div#midholder form fieldset input.very.small{
			width: 35px;
		}
		
			div#midholder form fieldset input:focus{
				background: #FFB;
				color: #333;
			}
		
		div#midholder form fieldset textarea{
			float: left;
			margin: .25em 0;
			width: 300px;
		}
		
			div#midholder form fieldset textarea:focus{
				background: #FFB;
				color: #333;
			}
			
		// CHECKBOXES/RADIO BUTTONS 
		div#midholder form fieldset input.checkbox{
			border: none;
			clear: left;
			float: left;
			margin: .5em 10px .5em 0;
			width: 1em;
		}
		
		div#midholder form fieldset label.checklabel{
			clear: none;
			float: left;
			margin: .5em 0;
			width: auto;  // IE6+ has trouble with this 
		}
		
		// DROP DOWNS
		
		select{
			// width should be slightly wider than textareas and inputs 
			float: left;
			width: 305px;
		}
		
			select.small{
				width: 105px;
			}
		
			select option{
				margin-right: .5em;
			}
		
				select option[selected="selected"]{
					background: #FFB;
				}
		
		// date drop downs 
		select.day{
			width: 50px;
		}
		
		select.month{
			margin-left: 10px;
			margin-right: 10px;
			width: 130px;
		}
		
		select.year, input.year{
			clear: none;
			display: inline;
			width: 52px;
		}
		
		select.time{
			margin-right: 10px;
			width: 4em;
		}
		
		// BUTTONS 
		
		div#midholder form fieldset input.button, div#midholder form fieldset button{
			clear: both;
			float: left;
			margin: .5em 0;
			width: auto;
		}
		
*/