


body {

color: #444444;
font-family: arial, sans-serif;
font-size: 13px;
background-color: #eeeeee;
background: url(images/uk-background.gif) no-repeat 0 0;
padding: 10px 10px 10px 10px;
margin: 0px 0px 0px 0px;
overflow-x: hidden;
overflow-y: hidden;
width: 940px;
	height: 700px;
	position: absolute;
}


h1 {

font-family: georgia, serif;
	font-weight: normal;
	font-size: 25px;
	
}

h2 {

font-family: arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	padding-top: 20px;
	
}

.ss-footer {
position: absolute;
bottom: 28px;
right: -100px;
width: 270px;
font-size: 11px;

}

.ss-terms {

display: none;

}

.ss-q-title {

	font-weight: bold;
	font-size: 14px;
	
}

.ss-required-asterisk {

	font-size: 11px;
	
}

.ss-q-help {

	font-size: 12px;
	display:block;
	padding-top: 0.2em;
	padding-bottom: 1em;
}

input, option, select, textarea, button {

color:#666;
background-color:#ffffff;
font-weight: bold;
}


#latitude {

display: none;

}

#longitude {

display: none;

}

.ss-form-desc {

width: 600px;
padding-top: 20px;

}

#postcode {
position: absolute;
	top: 180px;
}

#flags {
position: absolute;
	top: 180px;
	left: 200px;
	width: 600px;
}

#submitbtn {
position: absolute;
	right: 300px;
	top: 540px;
	font-size: 13px;
	padding: 3px 5px 3px 5px;
}

#mapButton {
position: absolute;
	right: 100px;
	top: 540px;
	font-size: 13px;
	padding: 3px 5px 3px 5px;
}

.radiolist {
	list-style: none;
	margin: 0;
	padding: 0;
}
.radiolist li {
	float: left;
	margin-right: 25px;
	margin-bottom: 50px;
	width: 156px;
	height: 78px;
	position: relative;
	font: normal 11px/1.3 "Arial",Sans-serif;
	border-width:4px;
	border-style:solid;
	border-color:#eeeeee;
}
.radiolist li.selected {
border-width:4px;
border-style:solid;
border-color:#666666;
 }

.radiolist li.selected .radio-select { display: none; }

.radio-select {
	display: block;
	float: left;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 156px;
	height: 78px;
	background: url(select.gif) no-repeat 0 0;
	text-indent: -9999px;
	
}

.radiolist li input { display: none; }

a.radio-deselect {
	display: none;
	color: white;
	font-weight: bold;
	text-decoration: none;
	position: absolute;
	top: 120px;
	right: 10px;
	border: none;
}
.radiolist li.selected a.radio-deselect { display: block; }

.radiolist li label {
	display: block;
	text-align: left;
	padding-top: 85px;
	font-weight: bold;
}

#britain {
	background: url(images/britainbtn.gif) no-repeat 0 0;
}

#scotland {
	background: url(images/scotlandbtn.gif) no-repeat 0 0;
}

#england {
	background: url(images/englandbtn.gif) no-repeat 0 0;
}

#wales {
	background: url(images/walesbtn.gif) no-repeat 0 0;
}

#nireland {
	background: url(images/nirelandbtn.gif) no-repeat 0 0;
}

#ireland {
	background: url(images/irelandbtn.gif) no-repeat 0 0;
}

#other {
	background: url(images/worldbtn.gif) no-repeat 0 0;
}



