@charset "utf-8";
/* CSS Document */

html, body {
	background-color:#a3977d;
	}

p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	line-height:16px;
	padding:5px 0;
	color:#a6a6a6;
	}
	

	
a {
	text-decoration:none;
	color: #a6a6a6;
	font-weight:normal;
	}

#private-hire-enquiry{
	float:left;
	display:inline;
	width:235px;
	margin:-10px 0 20px 20px;
	padding:20px;
	background:#150b01;
	position:relative;
	z-index:5;
}

#private-hire-enquiry h1{
	font-size:22px;
	color:#846509;
	background:url(../images/titles/private-hire-title-bg.gif) bottom left no-repeat;
	padding:0 0 5px 5px;
	margin:0 0 20px 0;
}

#private-hire-enquiry p{
	font-size:11px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#private-hire-enquiry p.name{
	width:115px;
	float:left;
	display:inline;
	margin:0 5px 0 0;
	
}

#private-hire-enquiry p.surname{
	width:115px;
	float:left;
	display:inline;
	
}

#private-hire-enquiry input#forename,
#private-hire-enquiry input#surname, #private-hire-enquiry input#reservation-guests{
	width:115px;
	height:24px;
	border:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	font-weight:normal;
	color:#a6a6a6;
	background:url(../images/nav/form-bg-small.jpg) no-repeat;
	
}

#private-hire-enquiry input#email{
	width:238px; 
	height:25px; 
	border:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	font-weight:normal;
	color:#a6a6a6;
	background:url(../images/nav/form-bg-large.jpg) no-repeat;
}

#call-us{
	float:left;
	display:inline;
	margin:20px 0 0 0;
}

.submit{
	width:107px;
	height:47px;
	text-indent:-999999px;
	border:0;
	float:right;
	margin:20px -30px 0 0 ;
}

div.cmf-skinned-select {
    	background: url('../images/nav/form-drop-down-bg.png') top right no-repeat ;
		color:#130a01;
		display:inline;
		float:left;
		font-family:"Trebuchet MS",Arial,Helvetica,Verdana;
		font-size:12px;
		width:65px;
		padding:0 0 10px 5px;
		text-align:right;
		
	}
	div.cmf-skinned-text {
		padding: 3px;
	}
	.select-1 {
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:11px;
		font-weight:normal;
		color:#a6a6a6;
		width:70px !important;
		text-align:right;
		padding:0;
		margin:0 0 0 10px;
		background:url('../images/nav/form-drop-down-bg.png');
		background-color:#130a01;
	}
	
	
* html div.cmf-skinned-text {
	display:none;
}
* html div.cmf-skinned-select {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent none repeat scroll 0 0;
	border:0 none;
	padding:0;
}
