

#OT_searchWrapperAll{

background-color:#fff;
height:155px;

}
#OT_searchWrapperAll form{
	padding:10px;
	background-color:#fff;
}
div#mainContent h2.OT_feedTitle,
h2.OT_feedTitle{
	display:block;
	font-size:12px;
	color:#8b8859;
	text-transform:uppercase;
	font-weight:normal;
	margin:1em 0em;
}
#OT_searchWrapper{
	display:block;
	background-color:white;
	overflow:hidden;
	padding: 0px 35px;
	border:1px solid #d3d2d2;
	
}
#OT_partySizeLbl,
#OT_dateLbl,
#OT_timeLbl{
	display:block;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0px 5px 0px 0px;
	color:#000000;
}


#OT_partySize,
#OT_date,
#OT_time{
	display:block;
	float:left;
	width:145px;
	margin:0px;
}
#OT_partySize{
	width:125px;
}
#OT_empty{
	clear:both;
width:100%;
border-top:1px dotted #a7a6a6;
}
#OT_submitWrap{
	clear:both;
	
	padding: 10px 0px;
	float:right;
}
#OT_SubmitWrap input.OT_TableButton{

}
#OT_time{
	width:85px;
	
}
#OT_logo{
	position:absolute;
	width:100px;
	bottom:22px;
	left:30px;
}

/* Text Form Field for Date field */
	#OT_searchWrapper #startDate, #OT_searchWrapper .OT_feedFormfieldCalendar 
	{
		font-family: Verdana, Arial, Helvetica, Sans-Serif;
		font-size:12px;
		margin:0;
		width:85px;
	}
#OT_searchWrapper dl dd{
	margin:0px 0px 0px 0px;

}
	#OT_searchWrapper #dateDisplay
	{
		font-size:10px;
		color:#999;
 		font-family: Verdana, Arial, Helvetica, Sans-Serif;
		margin:0px;
		display:inline;
	}

	/*** 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%;
	}



