

#form
{
	position: relative;
	height: 50px;
}

#searchbox
{
	position: relative;
	border: 1px solid #000000;
	height: 30px;
	width: 400px;
	font-size: 22px;
	padding: 2px;
	float:left;
}

#buttonContainer
{
	position: relative;
	margin-left: 410px;
	top:5px;
}

#resultsContainer
{
	/*border: 1px solid black;*/
	display: none;
	padding: 10px;
	width: 500px;
}

#resultsContainer a
{

	color: #818181;

}

.url-holder a
{
	font-family: "PF Tempesta Seven";
	color: #2E83A1 !important;
	font-size: 9px;
	text-transform: uppercase;
	margin: 0 0 20px 0;
}

.url-title a
{
	/*font-family: "Arial Black", Gadget, sans-serif;
	font-weight: bold;
	color: #FC0 !;
	font-size: 22px;
	text-transform: uppercase;
	margin: 0 0 20px 0;*/
}

.url-holder a:hover
{
	color: #2E83A1;
}

.url-desc
{
	color: #666;
	font-family: "PF Tempesta Seven";
	font-size: 8px;
}








a.button {
    background: transparent url('../images/buttons/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px;
    text-decoration: none;
}

a.button span {
    background: transparent url('../images/buttons/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none;
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px;
}
