/* CSS Document */

* {
	font-size: 11px;
	font-family: Tahoma, Verdana;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body {
	background-color: #CFE576;
	padding-bottom: 7px;
	text-align: center;
}

.inputText {
	border: #9fad6f 1px solid;
	height: 12px;
	background-image:url(deg.jpg);
	font-size: 11px;
	color: #3366FF;
}

select {
	font-size: 10px;
	color: #000000;
}

textarea {
	width: 280px;
	height: 78px;
	background-image:url(fundo_text.jpg);
	border: #8d9f54 1px solid;
	color: #3366FF;
}