input , textarea, select{
	border: 1px solid #e9dcb6;
	color: #960;
	padding: 2px 5px 2px 5px;
	background-color: #fdfaef;
}
form label {
	height: 25px;
	display: inline-block;
	padding-bottom: 10px;
}
form span {
	width: 130px;
	display: block;
	float: left;
	line-height: 1.8em;
	font-size: 90%;
	font-weight: bold;
}
form input {
	width: 270px;
}
form textarea {
	width: 270px;
	height: 60px;
	overflow: hidden;
}
form button {
	border: 0px none #FFF;
	height: 26px;
	width: 112px;
	cursor: pointer;
	background-image: url(../images/padrao/button-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-weight: bold;
	color: #960;
	float: left;
}
form button:hover {
	background-position: bottom;
}
#conteudo form em{
	font-size: 90%;
	margin-top: 0px;
	float: right;
	line-height: 26px;
}
form .altura {
	height: 70px;
}
