#form-contato, #form-orcamento {
	width: 28.5em;
	/*margin: 0 auto;*/
	margin-bottom: 1em;
}

#form-contato label, #form-orcamento label {
	font-size: 90%;
}

form p {
	margin: .5em 0 0 0;
}

.centraliza {
	text-align: center;
}

.linhaform {
	/*display: block;*/
	margin-bottom: .5em;
}

.linhaform input {
	width: 27em;
}

.linhaform select {
	width: 16em;
}

input, select, textarea {
	padding: 3px;
	border: 1px solid;
	border-color: #666666 #CCCCCC #CCCCCC #666666;
}

textarea {
	width: 27.5em;
	.width: 27em; /* IE6 hack */
	margin-bottom: .6em;
}

.mostra_form_errors {
	margin-top: 0;
	background-color: #E0E0E0;
	color: #7B0000;
	padding: .3em;
	margin-bottom: .6em;
}

#form_erros dl {
	margin-top: -.6em;
}

#form_erros dd {
	list-style-position: outside;
	list-style-type: disc;
	display: list-item;
	margin: 0 0 0 1.2em;
}

.botao, .botao_desabilitado {
	font-size: .9em;
	margin-right: .3em;
	margin-top: .5em;
	color: #333333;
	background-color: #999999;
	background-image: url(../images/botao-default-bg.png);
	background-repeat: repeat-x;
	cursor: pointer;
	border: none;
	padding: 0 .3em 0 .3em;
	height: 23px;
	vertical-align: middle;
}

.botao:hover {
	background-image: url(../images/botao-pressed-bg.png);
	background-repeat: repeat-x;
}

.botao_desabilitado {
	color: #999999;
	cursor: default;
}

.label-acima {
	display: block;
	float: left;
	margin-right: .6em;
	margin-bottom: .6em;
}

.label-acima select {
	display: block;
	min-width: 7em;
}

.label-acima br { display: none }

#orcamento-telefone {
	width: 15em;
}

#orcamento-servico {
    .margin-bottom: -15px /* IE hack */
}