﻿/* Elementos */


		

/* -------------------------------------------------------------- 
   ie6.css
   * internet explorer 6 bug-fix.
-------------------------------------------------------------- */
		
.contato input {
	_background: #e0e0e0;
	_border: 1px solid #b8b8b8;
	_width: 420px;
	_height: 21px;
	_color: #01893c;
	_font-size: 13px;
	_padding: 4px 4px 0 4px;
}

.contato .enviar {
	_background: #01893c;
	_border: 1px solid #015b28;
	_padding: 0 0 3px 0;
	_width: 150px;
	_height: 25px;
	_color: #FFF;
	_font-size: 14px;
	_vertical-align: middle;
	_display: inline;
	_float: right;
	_cursor: pointer;
}

	.contato .enviar:hover {
		_border: 1px solid #000;
		_background: #464646;
		_color: #e0e0e0;
	}