/*------------------------------------------------------------------
Basic Style sheet (for IE 6.0 browsers)
------------------------------------------------------------------*/

/* CSS Document */

.buttonSearch{
	height: 19px;
	width:28px;
	color:#fff;
	font-size: 12px;
	line-height: 18px;
	background-color:#242424;
	border: #047170 0px solid;
	padding:0px 0px 0px 0px;
	background-image: url(img/go_bg.gif);
	background-repeat: no-repeat;
	background-position: center;

}