﻿/* Search Box */
.sf_searchBox 
{
    padding-top:5px;
    border:0;
}

/* Pager */
ol.sf_pager 
{
	margin: 10px 0;
	padding: 0;
	width: 100%;
	float: left;
	list-style:none;
	clear: both;
}
ol.sf_pager li
{
	margin: 0;
	padding: 0 10px 0 0;
	width: auto;
	float: left;
	list-style-type:none;
}
ol.sf_pager li a
{
	padding: 3px 5px;
}

/* Button */
.sf_searchSubmit
{
    background: transparent url(st_searchbutton.gif) no-repeat 0 0;
    float:left;
    width: 21px;
    height: 21px; 
    border: 0 solid #00aa0a;
}

.sf_searchText
{
    float:left;
    border: 1px solid #00aa0a;
    width:8em;   
    height:18px;

}