﻿.table_geral
{
	width: 100%;
	/*border: solid 1px Green;*/
}
.table_geral .td_valor
{
	color: Black;
	/*background-color: #FFFFCC;*/
}

.table_geral .td_valor input
{
	width: 300px;
}
.table_geral .td_valor textarea
{
	width: 400px;
}
.table_geral .td_nome
{
	color: Green;
	font-weight: bold;
	width: 300px;
	/*background-color: #336600;*/
}
.solicitacao_titulo
{
	font-size: 20px;
	color: Green;
}
.link_servicos
{
	text-decoration: underline;
	font-weight: bold;
	color: Green;
	/*font-size: 14px;*/
}

.table_geral label
{
	/*border: solid 1px Green;*/
}
