/* Mulcares.com booking form CSS 
for no border use- border: solid 0 transparent;
#1c3a85 is dark blue
#3c5696 is lighter blue
#dde1ed is pale blue
#6b91cb is the colour for h1
#1b264d is shadow dark
text-shadow: 0 1px 2px rgba(0,0,0,0.75); -used for legend
*/

fieldset {
	border: solid 1px #6b91cb;
	margin:20px 60px;
	padding-left:20px;
	padding-bottom:5px;
	background-color:#1b264d;
}

legend {
	font-family: Myriad, Helvetica, Arial;
	font-weight: normal;
	color: #6b91cb;
	font-size:13px;
	letter-spacing: 0.2em;	
	text-transform: uppercase;
}

label {
	float: left;
	width: 13em;
}


input {
	width: 200px;
}

#update input {
	width: auto;
}

input.age {
	width:auto;
	padding-left:0px
}

input.radio, input.checkbox, input.submit, input.goto {
	width: auto;
	padding-left: 10px;
}

input.submit {
	margin-bottom: 20px;
}

/*t+c button on booking form*/
.tandc  {
	width: auto;
	margin-left:60px;
}

input#year{
	width: 40px;
}

input#day{
	width: 25px;
}

input#pay{
	width: 50px;
}

input#postcode{
	width: 50px;
}

p.first {
	padding-top:20px;
}

label.underage {
	width: 13em;

	float:none;
	padding-left: 10px;
}

text area {
	width: 500px;
	height: 200px;
}




fieldset p {
	font-family: Myriad, Helvetica, Arial;
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
	/*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: #FFF;
	/*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;
}
	
.captcha {padding-top:5px;}

#logoutForm {float:right;
			margin-right: 60px;
			padding-bottom:20px;
}
#availForm {float:right;
			margin-right: 10px;
}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	



