
		
	#find_a_counsellor_form ul.options {
		margin: 0;
		padding: 0;
	}
	
	#find_a_counsellor_form ul.options li {
		list-style: none;
		float: left;
		width: 290px; 
		position: relative;
	}
	
	#find_a_counsellor_form ul.options li label {
		position: absolute;
		left: 25px;
		text-align: left;
		width: 265px;
	}
	
	
	#find_a_counsellor_form textarea {
		width: 405px;	
		font-family: inherit;
		font-size: inherit;
	}
	
	#find_a_counsellor_form a {
		clear: both;	
	}
	
	#find_a_counsellor_form fieldset {
		position: relative;
	}
	
	#find_a_counsellor_form ul.options li.select_all {
		position: absolute;
		top: -32px;
		right: -160px;
	}


