/* custom styles for reservation form */
#reservation_form
{
width: 200px;
margin: 0 auto;
}

#reservation_form input[type='text'],#reservation_form input[type='email'], #reservation_form select
{
border: solid 1px #c0c0c0;
margin: 5px 0;
width: 200px;
}

#reservation_form input[type='submit'], #reservation_form_full input[type='submit']
{
width: 200px;
margin: 5px 0;
}

#reservation_form .chzn-container
{
margin: 5px 0;
width: 90% !important;
}

#reservation_form_full .chzn-container
{
width: 90% !important;
}

#reservation_form_full .chzn-container .chzn-drop
{
width: 99.25% !important;
}

#special_name
{
color: #c50c2e;
font-weight: bold;
font-size: 16px;
text-align: center;
}

#special_name span
{
font-weight: normal;
}

.needsfilled
{
background: #c50c2e;
color: #000;
font-weight: bold;
}

#footer-addthis
{
width: 430px;
margin: 0px auto;
padding-left: 35px;
}

span.captcha-408
{
width: 55% !important;
margin-left: 8px;
}

img.quote-captcha-image
{
margin-top: -3px;
}

/* styles for full reservation form */
#reservation_form_full ul.ui-tabs-nav
{
margin:0;
padding: 10px 10px 5px;
list-style: none;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}

#reservation_form_full ul.ui-tabs-nav li
{
display: inline;
padding: 5px 10px;
margin-top: 5px;
}

#reservation_form_full input, #reservation_form_full  select
{
width: 90%;
}

#reservation_form_full div.ui-tabs-panel
{
padding: 10px;
}

#reservation_form_full .remove-passenger
{
background: url("../img/remove.png");
height: 30px;
width: 30px; 
position: absolute;
}

#add-passenger
{
float: right;
margin: 15px 25px;
}