
/*SEARCHMASK*/
#searchmask{
	float:left;
	width:755px;
	background-image: url(../images/search_background_755.jpg);
	background-repeat: no-repeat;
	height: 60px;
	padding:0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 20;
	margin-left: auto;
	text-align:center;
	z-index:98;
}

.searchfield{
	margin-top: 25px;
}

.searchfield input {
	position:relative;
	top:-5px;
	vertical-align:top;
	margin-right:5px;
	width:auto;
	}
.searchfield input.srcButton {
	position:relative;
	top:-10px;
	vertical-align:top;
	margin-left:5px;
	}
.searchfield select {
	position:relative;
	top:-5px;
	vertical-align:top;
	margin-right:5px;
	}

/*IE 7 only*/
*+html .searchfield select {
	top:-4px;
	}
	
/*IE 6 only*/
*html .searchfield select {
	top:-4px;
	}

.searchfield span
{
	font-weight:bold;
	color:#000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-right: 5px;
}
