
		#booking_widget
		{
			width: 238px;
			height: 299px;
			position: relative;
						
			/*padding-top: 35px;*/
			/*padding-left: 10px;*/
      background: #fff url(/images/booking_widget_bg_vsl.jpg) no-repeat left top;
      font-size: 10px;
 		}
 		
    #booking_tabs
    {
				position: absolute;
				top: 36px;
				left: 10px;
        background: transparent;
        voice-family: "\"}\"";
        voice-family: inherit;
    }

    #tabscontent
    {
    	position: absolute;
    	top: 54px;
    	left: 10px;
    }

    #booking_tabs ul
    {
        font: bold 11px Arial;
        margin:0;
        padding:0;
        list-style:none;
        width: 205px;
        height: 20px;
        background: #7d7663;
    }

    #booking_tabs li
    {
        display: inline;
        text-transform: uppercase;
    }

    #booking_tabs a
    {
        float:left;
        background: #7d7663 url(/images/tabs_left.gif) no-repeat left top;
        color: #fff;
        text-decoration:none;
       	padding: 2px 6px 4px 6px;
    }

    #booking_tabs a:hover{background-color: #fff; color: #0F4768;}
    #tabHeaderActive a { background-color: #fff; color: #0F4768;}

    .tabContent
    {
        width: 194px;
        font-size: 10px;
        padding-left: 10px;
    }
    
    span.label
    {
    	float: left;
    	margin-top: 7px;
    }

    .tabContent img
    {
    	margin-bottom: -1px;
    }
    
    input.bw
    {
    	font-size: 11px;
    	border-top: 2px solid #0F4768;
    	border-right: 2px solid #D4D0C8;
    	border-bottom: 2px solid #D4D0C8;
    	border-left: 2px solid #0F4768;
    }
    
    .bw_search
    {
    	border: none;
    }
    
    select.bw
    {
    	font-size: 10px;
    	border-top: 2px solid #0F4768;
    	border-right: 2px solid #D4D0C8;
    	border-bottom: 2px solid #D4D0C8;
    	border-left: 2px solid #0F4768;
    }