form#form-search
{
}
#search-content, #search-left, #search-right
{
	margin-top: 20px;
	height: 100px;
	padding-top: 30px;
}
#search-content
{
	background: url('/layout/images/home/box-1-center.png');
	width: 722px;
}
#search-left
{
	background: url('/layout/images/home/box-1-vertical-margin-left.png') repeat-x;
	width: 3px;
}
#search-right
{
	background: url('/layout/images/home/box-1-vertical-margin-right.png') repeat-x;
	width: 4px;
}
#search-table
{
	margin: auto;
	width: 89%;
	text-align: left;
}
tr.search-titles td
{
	/*line-height: 1em;*/
	margin-bottom: auto;
}
#form-search label
{
	font-weight: bold;
	font-size: 17px;
	color: #4A5E81;
}
.field-spacer
{
	width: 15px;
}
tr.search-tags td
{
	padding: 0px;
}
td input.findbutton
{
	background: url('/layout/images/home/search-button.png') no-repeat;
	text-align: center;
	font-weight:bold;
	font-size: 16px;
	color: #FFF;
	border: 0px solid #000;
	width: 120px;
	height: 27px;
	cursor: pointer;
}
td.i input
{
	border: 1px solid #444444;
	font-size: 16px;
	width: 220px;
	padding-bottom: 4px;
}
td.tip
{
	font-size: 0.6em;
	color: #8C8D92;
	line-height: 15px;
}
td.tip a
{
	color:#00A5E3;
	text-decoration: none;
}
td.tip a:hover
{
	text-decoration: underline;
}
