
/* SEARCH BOX
********************************************************/

div#search {
	position: absolute;
	z-index: 3;
	width: 307px;
	height: 34px;
	padding: 6px 0 0 13px;
	top: 29px;
	right: 0px;
	background: none;
}

div#search form#searchForm p {
	width: 300px;
	float: left;
	margin-top: -5px;
}

form#searchForm input.textbox {
	width: 125px;
	margin: 0 6px 0 0;
	font-size: 12px;
	color: #555;
}

form#searchForm select {
	width: 125px;
	margin: 0 7px 0 0;
	font-size: 12px;
	color: #555;
}

form#searchForm input.button {
	width: 20px;
	height: 20px;
	margin: 0;
	padding: 0 0 0 0;
	border: 0;
	position: relative;
	top: 4px;
}

form#searchForm label.visuallyhidden { 
	position: absolute; 
	overflow: hidden; 
	clip: rect(0 0 0 0); 
	height: 1px; width: 1px; 
	margin: -1px; padding: 0; border: 0; 
  }
/* PROGRAMME AND MODULE SEARCH FORMS
********************************************************/

table#searchTable {
	width:100%;
}

table#searchTable table, select {
	width:100%;
}

table#searchTable .partWidth {
	width:98%;
}

table#searchTable .halfWidth {
	width:50%;
}