.artist_left {
	float: left;
	width: 220px;
	margin-right: 5px;
	}

.artist_photo {
	margin-top: 8px;
	}

.artist_middle {
	float: left;
	width: 320px;
	padding-right: 5px;
	margin-right: 5px;
	}

.artist_bio {
	margin-top: 4px;	
	}

.artist_right {
	float: left;
	width: 240px;
	}
	
.button_row {
	width: 220px;
	margin-top: 10px;
	}
	
.button {
	float: left;
	}
	
#booking_form {
	background: #d7d7d7;
	width: 220px;
	padding: 10px;
	padding-top: 2px;
	margin-top: 8px;
	}

#booking_form table td {
	color: #2d2d2d;
	height: 25px;
	width: 200px;
	}

#booking_form table td.label {
	height: 20px;
	vertical-align: bottom;
	}

#booking_form table td .booking_field {
	width: 215px;
	border: 1px solid #c6c6c6;
	height: 16px;
	padding: 2px;	
	}

#booking_form table td select {
	border: 1px solid #c6c6c6;
	height: 22px;
	}

#booking_form_submit {
	width: 144px;
	height: 27px;
	}	