#contacto fieldset {
	width: 350px;
	margin: 10px auto;
	border: 0;
	padding: 8px;
}

#contacto legend {
	font-weight: bold;
}

#contacto input, #contacto textarea, #contacto select {
	border: 1px inset #66CC33;
}

#contacto input[type=text] {
	background-color: #BAE866;
	width: 350px;
	padding: 2px;
	margin-bottom: 10px;
	border: 1px inset #66CC33;
}

#contacto input {
	background-color: #BAE866;
}

#contacto textarea {
	background-color: #BAE866;
	width: 350px;
	padding: 2px;
	margin-bottom: 10px;
}

#contacto select {
	background-color: #BAE866;
	width: 100%;
	padding: 2px;
}

#contacto #submit {
	background-color: #99CE48;
	color: #FFF;
	font-weight: bold;
	width: 100px;
	padding: 2px;
	float: right;
}