.selectbox,
#bookingForm input.text
{
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-style: none;
	border-top-color: #999999;
	border-bottom-color: #999999;
	border-width: 2px;
	font-size: 14px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 4px;
	padding-right: 4px;
	margin: 0px;
	margin-bottom: 8px;
	font-family: arial;
	font-weight: bold;
	color: #666666;
	float: left;
	width: 174px;
	height: 17px;
	outline: 0 none;
}

#bookingForm textarea
{
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-style: none;
	border-top-color: #999999;
	border-bottom-color: #999999;
	border-width: 2px;
	font-size: 14px;
	font-family: arial;
	font-weight: bold;
	color: #666666;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 4px;
	padding-right: 4px;
	margin: 0px;
	height: 70px;
	width: 220px;
	float: left;
	resize: none;
	outline: 0 none;
	overflow: auto;
}

#bookingForm input.button
{
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-style: none;
	border-top-color: #E0A40E;
	border-bottom-color: #E0A40E;
	border-width: 3px;
	background-color: #F5B629;
	font-size: 14px;
	font-family: arial;
	font-weight: bold;
	color: #666666;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 4px;
	padding-right: 4px;
	margin: 0px;
	height: 37px;
	width: 150px;
	float: left;
	outline: 0 none;
	overflow: auto;
	cursor: pointer;
}

.selectbox
{
	background-image: url('../img/bookingForm/arrow.png');
	background-position: right center;
	background-repeat: no-repeat;
	cursor: pointer;
}

#bookingForm div.buttonLeft
{
	background-image: url('../img/bookingForm/input.png');
	background-position: -39px 0px;
	height: 37px;
	width: 7px;
	float: left;
}

#bookingForm div.buttonRight
{
	background-image: url('../img/bookingForm/input.png');
	background-position: -46px 0px;
	height: 37px;
	width: 7px;
	float: left;
}

#bookingForm textarea.selectedInput,
#bookingForm input.selectedInput
{
	border-top-color: #FAD52F;
	border-bottom-color: #FAD52F;
}

#bookingForm div.textLeft
{
	background-image: url('../img/bookingForm/input.png');
	height: 35px;
	width: 6px;
	float: left;
}

#bookingForm div.textAreaLeft
{
	background-image: url('../img/bookingForm/textarea.png');
	height: 88px;
	width: 8px;
	float: left;
}

#bookingForm div.selectedLeft
{
	background-position: -12px 0px;
}

#bookingForm div.selectedAreaLeft
{
	background-position: -16px 0px;
}

#bookingForm div.textRight
{
	background-image: url('../img/bookingForm/input.png');
	background-position: -6px 0px;
	height: 35px;
	width: 6px;
	float: left;
}

#bookingForm div.textAreaRight
{
	background-image: url('../img/bookingForm/textarea.png');
	background-position: -8px 0px;
	height: 88px;
	width: 8px;
	float: left;
}

#bookingForm div.selectedRight
{
	background-position: -18px 0px;
}

#bookingForm div.selectedAreaRight
{
	background-position: -24px 0px;
}

/* Drop down styles*/
div.selectbox-wrapper
{
	position: relative;
	top: 10px;
	width: 188px;
	background-color: white;
	border: 2px solid #FAD52F;
	margin:0px;
	margin-top:-10px;
	margin-bottom: 10px;
	padding:0px;
	padding-bottom: 10px;
	text-align:left;
	max-height:200px;
	overflow:auto;
}

* html div.selectbox-wrapper
{
	top: -25px;
	margin-top: 0px;
	margin-bottom: -30px;
}

/*Drop down list styles*/
div.selectbox-wrapper ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}
/* Selected item in dropdown list*/
div.selectbox-wrapper ul li.selected
{
	background-image: none;
	background-color: #EAF2FB;
}

/* Hover state for dropdown list */
div.selectbox-wrapper ul li.current
{
	background-color: #CDD8E4;
}

/* Drop down list items style*/
#bookingForm div.selectbox-wrapper ul li
{
	background-image: none;
	list-style-type:none;
	display:block;
	margin:0;
	padding:2px;
	cursor:pointer;
	font-size: 14px;
	font-family: arial;
	font-weight: bold;
	color: #666666;
}

#bookingForm td.text
{
	padding-top: 11 px;
	font-size: 14px;
	font-family: Arial;
	font-weight: bold;
	color: #666666;
}

#undersiderBooking
{
	padding-top: 7px;
	padding-left: 20px;
	width: 498px;
	float: left;
}