
#searchBox {
border-bottom-width:1px; 
border-bottom-color:#CCCCCC; 
border-bottom-style:solid;

height: 25px;
margin-bottom:20px;
padding-bottom:51px;


}

.searchButton {
    border-style:solid;
    border-width:1px;
    border-color:#ebf4fa;
background-color:#CCCCCC;
	font-family:verdana;
    font-size:14px;
    line-height:130%;
	height:24px;
	width:35px;
	padding-bottom:4px;
	}

.searchButton:hover {
background-color:#57a320;
color:#ffffff;

}

input, textarea{
	  border-style:solid;
    border-width:1px;
    border-color:#cccccc;
	color:#666666;
	background-color:#F2F2F2;
	font-family:verdana;
	line-height:160%;
    font-size:12px;
	height:20px;
	width:270px;	
margin-top:10px;	
}

input[type=text]:focus, textarea:focus{
	background-color:#fff;
}

input{	
	vertical-align: middle;
}

.searchSpace {
padding-bottom:15px;

}
