/* Set up searchbox look&feel*/

/* Main colors and fonts */
#eviivo_searchbox 
{
	color:#086D29;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	width:500px;
	float: none;
	clear: both;
	margin-bottom: 20px;
	margin-left: 21px;
	background-color: #FFFCD6;
	border: 1px solid #086D29;
}

/* Button */
#eviivo_searchbox .sbut input 
{
	color:#fff;
	font-weight:bold;
	font-size:11px;
	border:none;
	background-color: #086D29;
}

/* Header */
#eviivo_searchbox .f_head
{
	color:#fff;
	border-bottom:3px solid #fff;
	font-weight:bold;
	background-color: #086D29;
}

/* show/hide people dropdowns */
#eviivo_show_concessions { display:none; }
#eviivo_show_kids { display:block; }
