/*** FORMULARIO ***/
#area-form{
	position: relative;
	float: left;
	width: 0 auto;
	height: 0 auto;
	margin: 0 auto;
	margin-bottom: 4px;
	padding: 5px;
	background-color: ;
	border-right: 1px dotted #666666
	}

table#tabela{
	width: 400px;
	height: 0 auto;
	}

table#tabela td {
	font-family: verdana;
	color: #000;
	text-align: left;
	font-size: 11px;
	padding: 5px;
	}

#area-form .campo {
	font-family: verdana;
	color: #000;
	text-align: left;
	font-size: 11px;
	padding: 5px;
	border: 1px solid #666666;
	border-left: 3px solid #666666;
	background-color: #f5f5f5
	}

#area-form .botao {
	font-family: verdana;
	color: #000;
	text-align: left;
	font-size: 11px;
	padding: 5px;
	border: 1px solid orange;
	border-left: 3px solid orange;
	background-color: #ffd7bb
	}
	
#area-contato{
	position: relative;
	float: left;
	width: 0 auto;
	height: 0 auto;
	margin-bottom: 4px;
	text-align: left;
	}