#booking {
	display: block;
	min-height: 300px;
	color: #fff;
	margin: 0 auto;
	background: transparent url(../i/lightbox-bg.png) no-repeat left top;
	width: 540px;
	height: 448px;
	overflow: hidden;
	padding: 55px 55px 50px 75px;
}

#OT_searchWrapperAll {
	margin: 10px auto;
	background: transparent;
}

#booking #OT_searchWrapper h2.OT_feedTitle {
	font-size: 28px;
	font-weight: bold;
	color: #fff;
	margin-bottom:15px;
	text-transform: lowercase;
}
dl {
	position: relative;
	display: block;
	height: 150px;
}


/******************************* Vertical Layout **************************************/

/* Overall Wrapper for Client Supplied Snippet */
	#OT_searchWrapperAll {   
        

    }
    
/* wrapper */

	#OT_searchWrapper
    {
        

    }


 
 /* Definition List */   
    #OT_searchWrapper dl 
    {

	}

/* Party Size Label Wrapper - dt tag */
    #OT_partySizeLbl
    {
	position: absolute;
	top: 0;
	left: 0;
    }
    
/* Party Size Wrapper - dd tag */    
    #OT_partySize
    {
	position: absolute;
	top: 0;
	left: 88px;
    }

/* Date Label Wrapper - dt tag */    
    #OT_dateLbl
    {
	position: absolute;
	top: 36px;
	left: 0;

    }
    
/* Date Label Wrapper - dd tag */    
    #OT_date
    {
	position: absolute;
	top: 36px;
	left: 88px;

    }

/* Time Label Wrapper - dt tag */     
    #OT_timeLbl {
 	position: absolute;
	top: 37px;
	left: 288px;

    }

/* Time Label Wrapper - dd tag */     
    #OT_time {
 	position: absolute;
	top: 37px;
	left: 350px;

    }
    
 /* Placeholder empty dt */
    #OT_empty 
    {
		position:absolute;
		width:0;
		height:0;
		padding:0;
		margin:0;
		top:100px;
		left:0;
	} 
 
 /* Submit Button Wrapper - dd tag */    
     #OT_submitWrap
    {
	position: absolute;
	top: 80px;
	left: 325px;
    }
   
 /* Wrapper for Powered By OpenTable Logo */
    #OT_logo {
		float: right;

    }
    
  /* Wrapper for Text Link */   
    #OT_logoLink {
		float: left;

     }
    
    /* text link padding */
     #OT_logoLink a
     {
		color: #D9CB82;

	}

    /* Logo Link Border and margin*/
    #OT_imglogo 
    {


	}
    
	#OT_searchWrapper form {margin:0;padding:0;}
	#OT_searchWrapper input.hidden {display:none;}

	/* Text Form Fields*/ 
	#OT_searchWrapper .feedFormField, #OT_searchWrapper .feedFormField option {


	}
	/* Text Form Field for Date field */
	#OT_searchWrapper #startDate, #OT_searchWrapper .OT_feedFormfieldCalendar 
	{


	}

	#OT_searchWrapper #dateDisplay
	{


	}

/*** calendar styles ***/

	/* Placeholder. Don't change this */
	#OT_searchWrapper .imgCal 
	{
		position: absolute; 
		display: none; 
		z-index:100;
	}

	/* Calendar Table properties */
	#OT_searchWrapper #imageCal table {
		font-size:12px;
 		width:150px;
		font-family:arial;
		font-weight: bold;
		background:#FFF;
	}
	#OT_searchWrapper #imageCal td {
		padding:0px 0px 0px 0;
		text-align:center;
	}

	/* Days in the future */
	#OT_searchWrapper .clickableDays 
	{	
		color: #000000; 
		text-decoration: none;
		height:18px;
	}

	/* Days in the past */
	#OT_searchWrapper .nonclickableDays 
	{	
		color: #CCCCCC;
		height:18px;
	}

	/* Name of the month at the top */
	#OT_searchWrapper .months 
	{
		color: #FFFFFF; 
		text-decoration: none 
	}

	/* Day of the week */
	#OT_searchWrapper .weekdays
	{
		color: #000000; 
		text-decoration: none; 
		color:#666666;
		background-color:#EFEFEF; 
		width:14%;
	}


