h2.representante {
	background: url(../images/ti_repre.gif) no-repeat center top;	
	height: 26px;	
	margin-bottom: 10px !important;
}
form#formRepresentante {
	text-align: left;
}
	form#formRepresentante h3 {
		font-size: 14px;
		font-weight: bold;
		margin: 10px 0;
	}
	form#formRepresentante p {
		padding: 3px !important;
	}
	form#formRepresentante label {
		display: block;
		text-align: center;
		color: #AB7E00;
	}
	form#formRepresentante input,
		form#formRepresentante textarea {
		border: 1px solid #D8D5D5;
		padding: 5px;
		height: 27px;
		font-size: 12px;
		font-weight: bold;	
		width: 100%;
	}
	form#formRepresentante textarea {
		height: 90px;
	}
	form#formRepresentante input:focus,
	form#formRepresentante textarea:focus {
		outline: 2px solid #D39C00;
	}
	form#formRepresentante p.enviar {
		text-align: center;
	}
		form#formRepresentante p.enviar input.botao {
			width: auto;
			outline: 0;
			border: 0;
		}
