#col_e {
	width: 100px;
	height: 22px;
	float: left;
	overflow: hidden;
}
#col_d {
	width: 330px;
	height: 22px;
	float: left;
}
#textarea {
	width: 430px;
	height: 100px;
	display: block;
}
#botoes {
	margin-top: 20px;
	text-align: center;
	display: block;
}
.label {
	font-family: Arial;
	font-weight: bold;
	font-size: 9pt;
	text-decoration: none;
	color: #DCDCDC;
	text-transform: uppercase;
	padding: 0px;
}
.campo {
	margin: 0px;
	border: 1px solid #708090;
	background: #272B2E;
	color: #A9A9A9;
	font-family: Verdana;
	font-weight: bold;
	font-size: 7.5pt;
	height: 17px;
	width: 100%;
}
.campo100 {
	height: 100%;
}
.botao {
	margin: 0px;
	border: 1px solid #708090;
	background: #272B2E;
	color: #A9A9A9;
	font-family: Verdana;
	font-weight: bold;
	font-size: 7.5pt;
	height: 17px;
	width: 50px;
	cursor: hand;
}

#telefones {
	margin: 5px 0px 0px 0px;
}

.linha {
	margin: 0px 0px 14px 0px;
	clear: both;
	overflow: hidden;
	height: 2px;
	border-bottom: 2px outset #777777;
}
