.search-table
{
	width: 100%;
	text-align: center;
}

.search-header 				/*1*/
{
	text-align: center;
/*	background: #EEEEFF;
	border: 1px solid #999999;*/
	padding-top: 25px;
}

.search-form 				/*2*/
{
}

.search-basic-table 			/*3*/
{
	background: #F6F6FF;
	border: 1px solid #990000;
	margin: 0px auto;
	text-align: left;
}

.search-basic-header			/*4*/
{
	background: #990000;
	color: #FFFFFF;
	text-align: center;
}

.search-basic-instructions
{
	padding-top: 10px;
	padding-bottom: 10px;
}

.search-basic-label			/*5*/
{
	text-align: right;
	font-weight: bold;
	padding-right: 10px;
}

.search-basic-input			/*6*/
{
}

.search-detailed-table			/*7*/
{
	border: 1px solid #000099;
	background: #F6F6FF;
	margin-top: 25px;
	width: 95%;
}

.search-detailed-header		/*8*/
{
	background: #000099;
	color: #FFFFFF;
}

.city-widget					/*9*/
{
	width: 50%;
	height: 100px;
}

.search-detailed-instructions	/*10*/
{
}

.search-detailed-category		/*11*/
{
	vertical-align: top;
	width: 33%;
}

.search-detailed-category-title			/*12*/
{
	background: #000099;
	color: #FFFFFF;
	font-weight: bold;
}

.search-submit
{
	text-align: center;
}

.search-submit input
{
	font-size: 10px;
	background: #CCCCFF;
	border-top: thin solid #EEEEFF;
	border-left: thin solid #EEEEFF;
	border-right: thin solid #9999AA;
	border-bottom: thin solid #9999AA;

}













