	/*xxxxxxxxxxxxxxxxxxxxxxxxx Inclusão:retirar espaçamentos de imagens xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
	img{
		margin:0px;
		border: 0px;
		padding: 0px;
		}
	
	
	/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx FINAL XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXxxxxxxxxxx*/
	

	
	.nomargin
	{
		margin: 0px;
	}
	

	.pad_check
	{
		border:0;
		margin:2px;
		background:none;
	}
	
	.pointer
	{
		cursor: pointer;
	}
	
	

	.input-error {
		border:solid #FF0000 1px;
		/*background-color:#FF3300;*/
	}
	
	.input-sel {
		border:solid #00FF00 1px;
		/*background-color:#FF3300;*/
	}
	
	.input_numero_negativo
	{
		color: #FF0000;
	}
	
	.textarea_disabled
	{
		background-color:#ececec;
	}
	

	
/*xxxxxxxxxxxxefeito balao title jqueryxxxxxxxxxxxxxxxxx*/

	span.balao{
		position:absolute;
		border: 1px solid #FFCC33;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		text-align: justify;
		padding: 10px 12px 10px;
		font-style: normal;
		z-index: 2;
		margin-left: 10px;
		margin-top: -10px;
		color: #333;
		font-size:12px;
		display: block;
		background-image: -moz-linear-gradient(top, #fff, #F8F5A7); /* Firefox 3.6 */
		background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #F8F5A7),color-stop(1, #fff)); /* Safari & Chrome */
		filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#fff', endColorstr='#F8F5A7'); /* IE6 & IE7 */
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#fff', endColorstr='#F8F5A7	')"; /* IE8 */
	}

	a span.balao{
		display: none;
	}
	a span.balao img{
		position: absolute;
		top: 10px;
		left: -12px;
		border: none;
	}
	
	
	
	
	select.fw_digita_seleciona_select
	{
		width: 500px;
		height: 100px;
	}

	 