fieldset {
	border: 1px solid #ccc;
	width: 600px;
	padding: 0 1em 1em 1em;
	margin: 1.6em 0;
	background-image:url(../images/navigation/backgroundfieldset.gif);
	background-position:center top;
	background-repeat:repeat-x;	
}

legend {
	background: none;
	padding-left: .8em;
	padding-right: .8em;
	color: #307f64;
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 10px;
	padding-bottom: 10px;
	padding-top: 10px;	
}
textarea, input[type='text'], input[type='password'], select {
	border: 1px solid #ccc;
	background: #fff;
}
textarea:hover, input[type='text']:hover, input[type='password']:hover, select:hover {
	border-color: #aaa;
}
textarea:focus, input[type='text']:focus, input[type='password']:focus, select:focus {
	border-color: #888;
	outline: 2px solid #ddd;
}
input[type='button'], input[type='submit'], input[type='checkbox'], input[type='image'], input[type='radio'], input[type='reset'], select, button {
	cursor: pointer;
}
input[type='hidden'] {
	display:none;
}
	
textarea, input {
	padding: .3em .4em .15em .4em;
}
select {
	padding: .1em .2em 0 .2em;
}
option {
	padding: 0 .4em .1em;
}
form div {
	margin: 0.3em 0;
	clear: both;
	/*position: relative;*/
}
form div label {
	float: left;
	width: 30%;
	text-align: right;
	margin-right: 1em;
}

form div input {
	width: 40%;
}


form input:hover,  form input:focus {
	border-color: #c5c5c5;
	background: #f6f6f6;
}
form div select {
	width: 42%;
}

.postcode {
	width: 9%;
	padding-right: 13px;		
}
.town {
	position: relative;
	width: 27%;		
}

form div textarea {
	width: 40%;
	font-size: 120%;
}
form div ul {
	display: block;
	float: left;
	list-style: none;
	margin: 0;
	padding-bottom: 10px;
	padding-left: 0px;
	border: 0px solid #000000;
}

form div ul li {
	/*max-width: 255px;*/
	min-width: 240px;
}

.errors {
	max-width: 560px;
	min-width: 560px;
	border: 1px dashed #e46603;
	color: #e46603;
	padding: 5px;
	margin: 10px;
}

form div ul li input {
	width: 20px;
}


form #submit {
	padding-left: 42.7%;
}

.submitdiv {
	padding-left: 42.7%;
}

form input.submit {
	float: none;
	background-image: url(../images/buttons/bkgblue.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #436c9a;
	border: 1px solid #FFFFFF;
	margin-top: 5px;
}

