body { 
	margin: 0px; 
	padding: 0px; 
	border: 0px;
	background-repeat: no-repeat;
	width: 300px;
	height: 250px;
	font-family: arial,helvetica,sans-serif;
	font-weight: bold;
}

.headline {
 	font-size: 14px;
	text-transform: uppercase;
	padding: 7px 0px 5px 0px;
	width: 300px;	
}
.finder { 
	position:absolute;
	top:85px; 
	left:0px; 
    z-index:1;
    font-size:12px; 
	color:#000000; 
	text-align:left;
	width: 300px;
	height:165px;
	background-repeat: no-repeat;
}

.left { float: left; padding-left:8px; }
.right { float: right; padding-right:8px; }
.center { text-align:center; }

.text {
	width: 100%;	
}

label {
	width: 50px;
	float: left;
	font-size: 10px;
	padding-top: 7px;
	font-weight: bold;
}

.finder .submit {
	position: absolute; 
	top: 91px; 
	left: 15px;
	width: 135px;
	float:left; 
}

.finder .Results {
	padding-left: 1px;
	padding-right: 1px;
	width: 100px;
	font-weight:normal;
}
.finder .seperator {
	height: 5px;
	width: 298px;
	float: left;
	font-size: 0px;
	padding-top:10px;
}
.finder .selection select {
	width: 83px;
	font-size: 11px;
	color: #000000;
}

select {
	width: 88px;
	height: 20px;
	font-size: 12px;
	font-weight:bold;
}
