@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	background-color: #252525;
}


#busca {
	height: 407px;
	width: 214px;
	padding-right: 10px;
}

span.radio {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url(images/radio.gif) no-repeat;
	float: left;
 }
.sumit {
	background-image: url(images/buscar.gif);
	height: 22px;
	width: 80px;
	border: none;
	background-color: #252525;
}

#busca #tab {
	font-family: Arial, Helvetica, sans-serif;
	width: 214px;
	text-align: right;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 25px;
}



/*.sumit:hover {
	background-image: url(images/buscarh.gif);
	height: 22px;
	width: 80px;
	border: none;
}
*/
span.select {
	position: absolute;
	width: 99px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 21px;
	padding: 0 20px 0 3px;
	color: #fff;
	font: 10px/20px arial,sans-serif;
	background: url(images/select.gif) no-repeat;
	overflow: hidden;
	text-align: left;
 }
.styled {
	background-color: #252525;
	width: auto;
	color: #FFFFFF;
	font-size: 11px;
	text-align: center;
}
#busca  #select  {
	background-image: url(images/select.gif);
}
.textbox {
	background-image: url(images/textbox.gif);
	background-repeat: no-repeat;
	width: 79px;
	border: none;
	height: 20px;
	text-align: center;
	color: #FFFFFF;
	font: 12px/22px arial,sans-serif;
	background-color: #252525;
}
#hidden {
	background-image: url(images/buscarh.gif);
	height: 22px;
	width: 80px;
	border: none;
}
