.bookingBox {
	display: block;
	width: 625px;
	padding: 10px;
	margin-bottom: 20px;
}


.bookingBox legend{
	cursor:pointer;
	background-image:url(images/menu-collapsed-white.png);
	background-position:left;
	background-repeat:no-repeat;
	background-color: transparent;
	padding-left: 10px;
	text-decoration: none;
}

select {
	color: #C8C8C8;
	font-size:12px;	
	background-color: transparent;
}
.myInput {
	color: red;
	font-size:12px;	
}
textarea {
	color: #C8C8C8;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
}

.bookingBoxNodrop {
	float: left;
	display: block;
	width: 160px;
	padding: 10px;
	margin: 10px;
}


.bookingBoxNodrop legend{
	background-image:none;
	background-color: transparent;
	padding-left: 10px;
	text-decoration: none;
}


label {
	width: 4em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block
}
#bookingWindow {

}

#breadcrumb{
	
}

#breadcrumb span{
	margin-right: 5px;
}

.isselected {
	font-weight: bold;
}
.greyed {
	color: grey;	
}
.notselected {
	cursor: pointer;
}

