.forms {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 11px;
	color: #333333;
	background-color: #FFFFFF;
	border: 1px solid #CFDAE2;
}
.select {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 11px;
	color: #002868;
	background-color: #EFF2F9;
	border: 1px solid #002868;
	display: list-item;
	height: 25px;
}
.botoes {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	display: block;
	height: 22px;
	width: 75px;
	border: 0px solid #FFFFFF;
	margin: 0px;
	padding: 0px;
	background-image: url(../imagens/forms_botao.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

