#FormContainer {
	float:left;
    width:400px;
}

#FormMenu {
    padding: 0;
    margin: 0;
	width:400px;
}
#FormMenu ul {
    padding: 0;
    margin: 0 0 0 10px;
    list-style: none;
	font-size:12px;
	line-height: 1.5em;
	width:auto; /* floating elements need to have a width declared */
}
#FormMenu li {
	float: left;
	position: relative;
	width: auto; /* width needed or else Opera goes nuts */
	margin: 0 5px 0 0;
	border-top:1px solid #E0E0E0;
	border-right:1px solid #E0E0E0;
	border-left:1px solid #E0E0E0;
}
#FormMenu li a {
	display: block;
	width: auto; /* width needed or else Opera goes nuts */
 	float: left;
	text-decoration:none;
	color:#999999;
	font-weight:bold;
 	height:25px;
	padding:4px 10px;
	margin:0;
	background:url(/images/FieldSetBGTransparent.png) repeat;
}
#FormMenu li a:hover {
	background-color:#C9D3EF;
	color:#FFFFFF;
}
#FormMenu li a.selected {
	color:#003399;
}

fieldset {
	width:auto;
}
label, input, select, textarea {
	clear:none;
	float:none;
}
label {
	clear:none;
	float:none;
}
.btSubmit {
	width:200px;
}
#formBasicSearch {
	width:400px;
}
#formPostCodeSearch {
	width:400px;
}
#map {
	float:right;
	width:400px;
	font-size:1.1em;
	border:1px solid #E0E0E0;
}
#SiteInformation {
	float:right;
	width:440px;
    height:450px;
	overflow:auto;
	padding:10px;
	border:1px solid #E0E0E0;
	background-image:url(/images/FieldSetBGTransparent.png);
	background-repeat:repeat;
}
#SiteInformation table td {
	border:none;
	padding:3px 2px;
}
#SiteInformation table td.Col1 {
	font-weight:bold;
	text-align:right;
}
