﻿#booking_form
{
    width:450px;
    border:solid 1px #666666;
    padding:10px;
    background-color:#eeeeee;
}
legend
{
	font-weight:bold;
	color:#7f9db9;
	font-size:18px;
}
#booking_form p
{
    font-size:12px;
    font-family:arial;
}
#contact_details
{
	clear:both;
}
#contact_details label
{
    display:block;
    float:left;
    width:80px;
    
}
#contact_details input
{
    display:block;
    float:left;
    width:330px;
    margin-bottom:10px;
}
#price input
{
    width:50px;
}
fieldset
{
    margin-bottom:10px;
}
       
#event_details
{
	width:200px;
	float:left;
	text-align:center;
	font-weight:bold;
}
#logo
{
	float:right;
}
.right_aligned
{
	float:right;
}