﻿body 
{
	font-family:Verdana;
	font-size:x-small;
	margin:0px;
	text-align:center;
}

/*
Classes
*/
.botao
{
	font-weight: bold;
	height: 15px;
	color: White;
	background-color: Black;
	border: black 2px double;
}

.caixaTexto
{
	color: black;
	border: steelblue 1px solid;
	font-size: x-small;
	font-family: Verdana;
}

.celulaRotulo
{
	font-weight:bold;
	width:150px;
	height:15px;
	text-align:right;
	padding-right:5px;
}

.celulaRotuloObrigatorio
{
	font-weight: bold;
	width: 150px;
	height: 15px;
	text-align: right;
	padding-right: 5px;
	color: red;
}

.celulaControle
{
	height:15px;
	text-align:left;
}

.titulo
{
	font-weight:bold;
	font-size:medium;
}

.labelErro
{
	color: red;
	font-size: x-small;
	font-weight:bold;
}

.celulaRotuloOutroIdioma
{
	width: 150px;
	height: 15px;
	text-align: right;
	padding-right: 5px;
	font-style: italic;
}

.celulaRotuloObrigatorioOutroIdioma
{
	width: 150px;
	height: 15px;
	text-align: right;
	padding-right: 5px;
	color: red;
	font-style: italic;
}

.celulaInstrucaoDestacada
{
	height: 15px;
	text-align: center;
	color: red;
}

.celulaValor
{
	font-weight:bold;
	height: 15px;
	text-align: center;
	color: red;
	font-size: large;
}

.celulaValorSubTotal
{
	font-weight:bold;
	height: 15px;
	text-align: right;
	color: red;
	font-size: large;
}