/**
*	Geraldo Lustosa
*	Copyright © 2008 Favo Internet [http://www.favointernet.com.br]
*
*	Developed By: Jonathan Pereira <jonathan@jonathanpereira.com.br>
*
**/

/* Form */

.form {
	margin-top:20px;
}
.form input,select {
	width:180px;
	border:1px solid #A20103;
	background:#F8F8F8;
}
.form input.check {
	width:20px;
	border:0px;
}
.form input.enviar {
	width:73px;
	height:28px;
	border:0;
	cursor:pointer;
	background:url(../img/btnSend.jpg) no-repeat;
}
.form textarea {
	width:180px;
	height:100px;
	border:1px solid #A20103;
	background:#F8F8F8;
	font-family:"trebuchet MS", arial, verdana;
	font-size:11px;
	overflow:auto;
}
