@charset "utf-8";
/* CSS Document */

.searchTextBox{
		width:100%;
		height:100%;
		border:none;
		font-family:Verdana;
		font-size:10px;
		color:#333;
	}
.button {
		background-image:url(../images/buttonBg.png);
		background-repeat:repeat-x;
		height:20px;
		border:#CCC 1px solid;
		font:Tahoma;
		font-size:10px;
		font-weight:bold;
		color:#000;	
	}

