.searchform
{
	position: relative;
}

#buttonContainer
{
	position: absolute;
	top: 3px;
	left: 410px;
}

#resultsContainer
{
	display: none;
	padding: 2px;
}

#resultsContainer a
{
	color: #ff4433;
	text-decoration: none;
}

.url-title
{
	font-size: 10px;
}

.url-desc
{
	font-size: 10px;
}


.searchform input.text{
	border: 1px solid #9c9c9c;
	width: 130px;
	padding: 2px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: left;
	background: #ddeff6;
}
.searchform input.submit{
	margin-bottom: 5px;
}
tr.alt td {
        background: #ecf6fc;
}

tr.over td {
        background: #bcd4ec;
}


