
.SearchForm {
	width: 580px;
	overflow: hidden;
}

.SearchTitle {
	text-align: right;
	padding: 10px 10px;
	font: 11px Tahoma, Verdana, Arial;
	color: #3366cc;
}

.SearchTitle a {
	color: #3366cc;
	background:url(images/icon_search.gif) no-repeat 0px 0px;
	padding-left: 17px;
	text-decoration: none;
}

.SearchTitle a:hover {
	color: #cc0000;
	text-decoration: underline;
}

.SearchForm .SearchLeft {
	background: url(images/search_left.gif) no-repeat left bottom;
	padding-left: 14px;
}

.SearchForm .SearchRight {
	background: url(images/search_right.gif) no-repeat right bottom;
	padding-right: 14px;
}

.SearchForm .SearchCenter {
	border-bottom: 1px solid #cccccc;
	height: 90px;
	width: 608px;
	overflow: hidden;	
}

.SearchForm .SearchCenter .SearchActive {
	background: url(images/Search_Active.gif) no-repeat;
	cursor: pointer;
}

.SearchForm .SearchCenter .SearchActive .Text {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-weight: 700;
	color: #cc0000;
	padding-top: 55px;
	width: 100%;
	text-align: center;
}

.SearchForm .SearchCenter .SearchNormal {
	background: url(images/Search_Normal.gif) no-repeat;
	cursor: pointer;
}

.SearchForm .SearchCenter .SearchNormal .Text {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-weight: 700;
	color: #000000;
	padding-top: 55px;
	width: 100%;
	text-align: center;
}

.SearchForm .SearchCenter .Search1 {
	background-position: 0px 0px;
	width: 105px;
	float: left;
}

.SearchForm .SearchCenter .Search2 {
	background-position: -105px 0px;
	width: 130px;
	float: left;
}

.SearchForm .SearchCenter .Search3 {
	background-position: -235px 0px;
	width: 150px;
	float: left;
}

.SearchForm .SearchCenter .Search4 {
	background-position: -385px 0px;
	width: 130px;
	float: left;
}

.SearchForm .SearchCenter .Search5 {
	background-position: right top;
	width: 118px;
	float: left;
}
