input , textarea, select{
	border: 1px solid #Fcc;
	color: #09c;
	padding: 2px;
}
form  {
	display: table;
	width: 530px;
	padding-top: 10px;
}
form label  {
	height: 25px;
	display: inline-block;
	padding-bottom: 10px;
}
form span  {
	color: #DB2480;
	width: 70px;
	display: block;
	float: left;
	line-height: 1.8em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
form textarea  {
	width: 420px;
	height: 80px;
	overflow: hidden;
}
form .altura  {
	height: 90px;
}
form #nome , form #endereco , form #produto, form #email{
	width: 420px;
}
form #cep {
	width: 100px;
}
form #telefone {
	width: 234px;
}
form #cidade {
	width: 196px;
}
form #produto {
	width: 400px;
}

.pad-form {
	padding-left: 10px;
}
.span-grande {
	width: 100px;
}

form fieldset {
	margin-top: 10px;
	padding: 5px;
	border: 1px solid #FCC;
	width: 485px;
}
form fieldset legend {
	color: #DB2480;
	background-color: #FCC;
	padding-top: 0.2ex;
	padding-right: 1ex;
	padding-bottom: 0.2ex;
	padding-left: 1ex;
	margin-bottom: 5px;
}

.btn {
	text-align: center;
	line-height: 22px;
	background-image: url(../images/padrao/botao.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 22px;
	width: 86px;
	color: #FFF;
	font-size: 90%;
	font-weight: bold;
	background-color: transparent;
	border: 0px none #FFF;
	cursor: pointer;
	float: right;
	margin-right: 34px;
	margin-top: 10px;
}
.btn:hover {
	background-position: bottom;
}

