﻿/* Set up searchbox look & feel*/

/* Main colors and fonts */

#eviivo_searchbox 
{
	background: #99CCFF;
	color: #333;
	font-family: "Trebuchet MS";
	font-size: 12px;
	width: 220px;
}

/* Button */

#eviivo_searchbox .sbut input
{
	background: #336699;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	border: none;
}

/* Header */

#eviivo_searchbox .f_head
{
	background: #336699;
	color: #fff;
	font-weight: bold;
	font-size: x-small;
	text-align: center;
}

/* show/hide people dropdowns */

#eviivo_show_concessions { display:none; }
#eviivo_show_kids { display:block; }