


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: 0px 10px 10px 10px;
margin: 0px 0px 0px 0px;
overflow-x: hidden;
overflow-y: hidden;
width: 940px;
	height: 700px;
	position: absolute;
}

ul, li {
    list-style-type: none;
    padding: 0px;
    margin:0px;
}

h1 {

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

h2 {

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

	
}



.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;
}

#panels {
position: absolute;
	top: 190px;
	left: 250px;
	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;

}
.radiolist li {
	float: left;
	padding:0px;
	margin-left: 0px;
	margin-right: 50px;
	margin-bottom: 50px;
	width: 200px;
	height: 200px;
	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: 200px;
	height: 200px;
	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;
	display: none;
}

#Yes {
	background: url(dots/yesbtn.jpg) no-repeat 0 0;
}

#No {
	background: url(dots/nobtn.jpg) no-repeat 0 0;
}




