@charset "utf-8";
/* CSS Document */

form { width: 100%; }


#event_fieldset input
{
	margin-top: 10px;
    float: left;
}

#event_fieldset label
{
    font-weight: normal;
	display: inline;
	float: right;
    width: 93%;
	margin-bottom: 10px;
}

span.event_name { font-weight: bold; }

form hr 
{ 
	clear: both;
	width: 50%; 
	display: block; 
	margin: 0 auto; 
	height: 1px;
}
#booking_details_fieldset input.checkbox
 { 
	display: block;
	position: static;
	float: left;
	margin: 3px 10px 0 110px;
}


#booking_details_fieldset label.checkbox
{
	display: block;
	float: left;
	width: 400px;
	margin: 0;
}

#partner_fieldset, #confirmed-booking-details
{
	display: none;
}

#quantity { width: 50px; }

#send-button { margin-left: 256px; }
#send-button { margin-left: 136px; }


/*___ TABLE STYLES ___*/

#hor-minimalist-a
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	background: #fff;
	margin: 1em auto;
	width: 480px;
	text-align: left;
	border: 1px solid #eee;
	font-size: 12px;
}
#hor-minimalist-a th
{
	font-weight: bold;
	padding: 9px 8px 9px 8px;
	border-bottom: 2px solid #6678b1;
}
#hor-minimalist-a td
{
	padding: 9px 8px 4px 8px;
	border-right: 1px solid #eee;
}
#hor-minimalist-a tbody tr:hover td
{
	color: #009;
}

#confirmed-booking-details
{
	border: 1px solid #ccc;
	padding: 5px 15px;
	background: #f9f9f9;
}

#event-submit-button
{
	padding: 0;
	background: none;
	border: none;
	display block;
	width: 200px;
	height: 50px;
	margin-left: 50px;
}

#event-submit-button img
{
	width: 188px;
	height: 40px;
	display: block;
	float: none;
}
