/* background for text (styled in wrapper): #FFF
background for website: #389e92
text colour grey: #8f8f91
dark green lines: #6b91cb try white

table colours
light table line: #D6EFEC, try #D6EFEC as background
dark table line: #B6EFDF try #E5EFE8

test line
border: solid 1px red;*/


fieldset {
	border: 2px solid #D6EFEC;
	margin:0 0px 20px 20px;
	padding:0 5px 5px 15px;
	background-color: #F5F7F6;
}

legend {
	font-family: Myriad, Helvetica, Arial;
	font-weight: normal;
	color: #389e92;
	font-size:13px;
	letter-spacing: 0.2em;	
	text-transform: uppercase;
}

label {
	float: left;
	width: 13em;
}

input {
	width: 200px;
}

input.age {
	width:auto;
	padding-left:0px
}

input.radio, input.checkbox, input.submit, input.goto {
	width: auto;
	padding-left: 10px;
}

input.submit {
	margin-top:10px;
	margin-bottom: 20px;
	margin-left:143px;
}





input#postcode{
	width: 50px;
}
input#other{
	width: 100px;
}

p.first {
	padding-top:20px;
}

label.underage {
	width: 13em;

	float:none;
	padding-left: 10px;
}

text area {
	width: 300px;
}


fieldset p {
	font-family: Myriad, Helvetica, Arial;
	font-size: 11px;
	font-weight: normal;
	color: #8f8f91;
	/*letter-spacing: 0.05em;*/
}

fieldset h2{
	font-family: Myriad, Helvetica, Arial;
	font-size: 11px;
	font-weight: lighter;
	line-height: 15px;
	padding-bottom: 0px;
	padding-top:10px;
	padding-right: 10px;
	color: #8f8f91;
	/*letter-spacing: 0.05em;*/
}

fieldset#info{
	margin: 0;
	padding: 0;
	border: none;
	background: transparent;
}

#info h2 {
	width: 20em;
	float: left;
	font-family: Myriad, Helvetica, Arial;
	color: #FFF;
	font-weight: normal;
	font-size: 11px;
	line-height: 16px;
}


#info div{
	width: 10em;
	float:left;
}


#info label{
	width: 3em;
	float: none;
	display:inline;
}

#info p{
	margin: 0.3em 0;
}

.clear {
	clear: both;
}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	


