#searchForm
{
	text-align: center;
}

.searchLayer {
	position: relative;
	/*margin-left: 10px;*/
	display: block;
	width: 454px;
}
.iconTab {
	position: relative;
	display: inline;
	float: left;
	height: 35px;
	width: 35px;
	overflow: hidden;
	background-repeat: none;
	background-image: url("/support/images/search/tabbg.gif");
	cursor: pointer;
	z-index: 100;
	text-align: center;
}
.iconImg {
	position: relative;
	width: 25px;
	height: 19px;
	top: 4px;
}

.sLogo {
	position: relative;
	float: right;
	margin-right: 5px;
}
.logoImg {

}

.leftSpacer {
	position: relative;
	display: inline;
	float: left;
	height: 35px;
	width: 10px;
	overflow: hidden;
	background-color: transparent;
	z-index: 100;
}

.searchZone {
	width: 454px;
	height: 180px;
	top: -11px;
	position: relative;
	display: block;
	overflow: hidden;
	background-repeat: none;
	background-image: url("/support/images/search/searchbg.gif");
	z-index: 200;
	float: left;
}

.searchText {
	color: #B38142;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 10pt;
	
	position: relative;
	top: 20px;
	left: 25px;
	float: left;
	width: 390px;
	height: 90px;
	display: block;
	clear: both;
	
	border: 1px #C0C0C0 solid;
	margin: 0px;
	padding: 5px;
}

.searchLanguage {
	color: #BE935E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	
	z-index: 100;
	position: relative;
	top: 3px;
	right: 10px;
	float: right;
}

.searchButton {
	position: relative;
	top: 35px;
	float: right;
	height: 23px;
	display: block;
	padding-right: 50px;
	cursor: pointer; 
}

.searchButtonLeft {
	display: inline;
	height: 23px;
	float: right;
	overflow: hidden;
}
.searchButtonText {
	display: inline;
	height: 23px;
	float: right;
	overflow: hidden;
	background-image: url('/support/images/search/search_02.gif');
	background-repeat: repeat-x;
	color: #B43E34;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 18px;
	font-weight: bold;
}
.searchButtonRight {
	display: inline;
	height: 23px;
	float: right;
	overflow: hidden;
}

.optionsButtonZone {
	width: 113px;
	height: 50px;
	position: relative;
	display: inline;
	float: left;
	overflow: hidden;
	background-color: transparent;
	z-index: 100;
}

.optionsButton {
	position: relative;
	top: 0px;
	float: left;
	height: 17px;
	display: block;
	padding-left: 3px;
	cursor: pointer; 
}

.optionsButtonLeft {
	display: inline;
	height: 17px;
	float: left;
	overflow: hidden;
}
.optionsButtonText {
	display: inline;
	height: 17px;
	float: left;
	overflow: hidden;
	background-image: url('/support/images/search/advanced_02.gif');
	background-repeat: repeat-x;
	color: #BE935E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	white-space: nowrap; 
	letter-spacing: -1.5px; 
	word-spacing: -1px;
	line-height: 14px;
	font-weight: normal;
	padding-right: 1px;
}
.optionsButtonRight {
	display: inline;
	height: 17px;
	float: left;
	overflow: hidden;
}

.optionsZone {
	width: 341px;
	height: 153px;
	position: relative;
	top: -143px;
	display: inline;
	float: right;
	overflow: hidden;
	background-repeat: none;
	background-image: url("/support/images/search/optionsbg.gif");
	z-index: 100;
	vertical-align: bottom;
}

.optionsParams {
	position: relative;
	top: 35px;
	color: #B38142;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 15px;
	padding: 10px;
	vertical-align: bottom;
	letter-spacing: -1px; 
	word-spacing: -0.5px;
}

.searchResults
{
	position: relative;
	display: block;
	float: left;
	top: -130px;
	width: 100%;
	background-color: #ffffff;	
}

.searchLink,
.searchLink:visited,
.searchLink:hover,
.searchLink IMG
{
	text-decoration: none;
	border: 0px;
}

.searchFeedBack
{
	position: relative;
	top: -130px;
	display: block;
	float: left;
}
