
#bookinginfo .date {
	display: none;
}

/* BOOKING FORM
----------------------------------*/
label {
	clear: left;
}
/*
fieldset {
	border: 1px solid #cccccc;
	padding: 20px;
	margin-bottom: 20px;
	background-color: #efefef;
	
}
legend {
	font-size: 16px;
	color: #7EA9B4;
	padding: 0px 8px;
}
label {
	padding-left: 10px;
}
input {
	width: 330px;
	margin-bottom: 5px;
	padding: 5px;
}
textarea {
	width: 99%;
	height: 100px;
	padding: 5px;
}

input:focus, 
select:focus, 
textarea:focus {
	background-color: #E7EFF1;
}
*/

.optionsbox {
	/*
width:49%;
	margin: 0px;
	float: left;
*/
}
.optionsbox input {
	width: auto;
}

.artist {
	padding: 0px;
	margin: 0px;
	display: block;
	margin-bottom: 10px;
	
	/*
width: 49%;
	float: left;
*/
display: block;
}
.artist label.over {
	background-color: #fff;
	background-image: url(../images/icons/check_over.jpg);
	background-position: 85px 30px;
	background-repeat: no-repeat;
}
.artist label.selected {
	background-image: url(../images/icons/check.jpg);
	background-position: 85px 30px;
	background-repeat: no-repeat;
	background-color: #fff;
}

.artist label {
	padding: 0px;
	width: auto;
	float: none;
	cursor: pointer;
}
.artist img {
	padding: 0px;
	background-color: #ccc;
	float: left;
	margin: 0px;
	margin-right: 5px;
}
#center h1 {
	text-align: left;
}
#center .artist label h1 {
	margin-top: 0px;
	width: auto;
	text-align: left;
	
	font-size: 18px;
}
.artist input {
	display: none;
}

.curric label {
	width: auto;
	display: inline;
	float: none;
}
#center .curric input {
	width: auto;
}