#searchform form div {
	margin-bottom: 5px;
}

	#searchform select {
		width: 162px;
	}

	#searchform input {
		width: 158px;
	}

	#searchform input.checkbox {
		width: auto;
	}
	
	#searchform label {
		padding-bottom: 2px;
		display:block;
		font-weight: bold;
	}
		
	#searchform input.button {
		width: 88px;
		height: 22px;
		line-height: 22px;
		background: transparent url(../images/button.gif) no-repeat left top;
		border-width: 0px;
		text-transform: uppercase;
		color: #ffffff;
		margin: 5px 0px 0px 0px;
	}
