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

#searchbox
{
	
	border: 1px solid #c4c4c4;

	  font-family: verdana, helvetica, arial, sans-serif;
	  font-size: 12px;
	  font-weight: bold;
	padding: 4px;
}

#buttonContainer
{

}

#resultsContainer
{
	border: 0px solid #c4c4c4;
	 margin-top:50px;
	padding: 2px;
	

}

#resultsContainer a
{
  
	color: #444;
	font-weight: bold;
	
}

.url-holder
{
	margin-top: 10px;
	margin-bottom: 10px;
	position: relative;
	border-bottom: 1px dotted #c4c4c4; 
}

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

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


.topper
{
	border-top: 1px dotted #c4c4c4; 

}

.botter {
border-bottom: 1px dotted #c4c4c4; 

}






a.button {
    
    color: #444;
    display: block;
    float: left;
    font: normal 11px verdana, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px;
    text-decoration: none;
}

a.button span {
  
    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;
}