

INPUT { vertical-align:top; margin-top:-1px; }

input.btn { vertical-align:top; padding-top:5px; padding-bottom: 4px;  border: 0;
  border-color: transparent; }

input.btn.success {
  background-color: #57a957;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#62c462), to(#57a957));
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -ms-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #62c462), color-stop(100%, #57a957));
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(top, #62c462, #57a957);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
 
}

INPUT.mycombo { margin-top:-1px; height:15px; width: 188px; border-color:#81a8b8}


.pesquisa_topo a.btn { padding: 5px 11px 8px;}

.noLayout
{
	display:none;
	overflow: visible;
	overflow-x: visible;
	overflow-y: visible;
	min-width: auto;
	max-width: auto;
	min-height: auto;
	max-height: auto;
	position: inherit;
	float:none;
	width: auto;
	height:auto;
	zoom: normal;
}