#theform{
/*	background-color: #f1ede8;*/
}

#theform fieldset{
	background-color: #f1ede8;
	margin:10;
	padding:0;
	width:250px;
	float:left;
	border:none;
}

#theform label{
	float:left;
	width:80px;
	display: block;
	padding:0;
	padding-left:20px;
	margin: 4px 0 2px 0;
	/*margin-right:0.5em;*/
	/*padding-top:0.2em;*/
	/*padding-bottom: 5px;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#999999;
	text-align:right;
	/*font-weight:bold;*/
}

#theform input{
	font-size:1.1em;
	/*display:inline;*/
	width:180px;
	margin:2px 0 2px 20px;
}

#theform textarea{
	margin:2px 0 2px 20px;
	width:180px;
}

#theform fieldset h2{
	margin:0;
	padding-top: 5px;
	padding-left:10px;
	padding-bottom: 5px;
	margin-bottom:10px;
	background:#c4b9ad;
	color:white;
}

#theform p{
	padding-left:10px;
}

#theform fieldset#pt1{
	width:350px;
	height:250px;
	
}
#theform fieldset#pt2{
	width:200px;
	height:250px;
	
}	
#theform fieldset#pt3{
	width:200px;
	height:250px;
	
}

#theform #bookingdetails{
	display:none;
}

#theform #duration{
	display:none;
}

#theform #submit{
	width:58px;
	/*margin-left:242px;*/
}
