#search {
	font-size: 10pt;
}

#search label.medium {
	display: block;
	float: left;
	width: 120px;
	text-align: right;
	margin-right: 10px;
}

#search input.large {
	display: block;
	float: left;
	width: 400px;
}

#wrapper-results {
	width: 97%;
}


.left {
	float: left;
}

.right {
	float: right;
	margin-right: 50px;
}

.clear {
	clear: both;
}
