﻿#conteudo .interna
{
	position: relative;	
}

label
{
	clear: both;
	float: left;
	display: block;
	width: 160px;
	height: 19px;
	padding: 2px 10px 1px 0;
	text-align: right;
	background-color: #f0f0f0;
	border-top: 1px solid #fff;
	border-right: 3px solid #fff;
	border-bottom: 1px solid #fff;
}

.linha input,
.linha textarea
{
	margin: 2px 0;
	border: 1px solid #ccc;
	vertical-align: middle;
}

.btn_enviar
{
	margin: 3px 5px 3px 153px;
}

.btn_enviar input
{
	cursor: hand;
	cursor: pointer;
	height: 32px;
	padding: 6px 10px;
	background-image: url('../../img/bg_btn_padrao.gif');
	background-repeat: repeat-x;
	background-position: bottom;
	border: 1px solid #7c785d;
	overflow: visible;
}

.telefone_email
{
	position: absolute;
	top: 76px;
	right: 0;
	width: 208px;
	text-align: right;
}

.telefone_email h2
{
	margin: 0;
	padding: 0;
	font-size: 15px;
	color: #ee8617;
}

.telefone_email .email
{
	margin-top: 6px;
	font-size: 16px;
}

.telefone_email .email a
{
	color: #888;
}