﻿body 
{
	margin: 0 0 0 0;
	top:0; left:0; right:0; bottom:0;
	background-color: #E2EAF1;
	font-family:Tahoma;
	font-size:12px;
	color: Black;
}
#dvProjeto
{
	width:450px;
	height: 260px;
	border: solid 1px #DFDFDF;
	position:absolute;
	top: 50%;
	left: 50%;
	margin-left: -225px;
	margin-top: -130px;
	background-image: url(images/projeto_desenvolvimento.jpg);
	background-position:center;
	background-repeat:no-repeat;
}
#dvLogin
{
	width:455px;
	height: 260px;
	border: solid 1px #DFDFDF;
	position:absolute;
	top: 50%;
	left: 50%;
	margin-left: -225px;
	margin-top: -130px;
	background-color:White;
}
#dvFormulario
{
	width:680px;
	border: solid 1px #666666;
	position:absolute;
	top: 10px;
	left: 50%;
	margin-left: -390px;
	background-color:White;
}
#dvFooter
{
	width:680px;
	height:20px;
	position:absolute;
	top:850px;
	left: 50%;
	margin-left: -390px;
	font-family:Tahoma;
	font-size:9px;
}
.td300
{ width:300px; }
.td190
{ width:190px; }
.td150
{ width:190px; }
.tbox
{ font-family:Tahoma; font-size:12px; color:#666666; }
.tboxright
{ font-family:Tahoma; font-size:12px; color:#666666; text-align:right; }
.tfocus
{
	background-color:#FFFFCC;
}
.tlostfocus
{
	background-color:White;
}
.tdTitulos
{
	background-color: #0099CC;
	padding: 3px 3px 3px 3px;
	font-family:Tahoma;
	font-size:14px;
	font-weight:bold;
	color:White;
}
.tdSubTitulos
{
	background-color: #D2E4F7;
	padding: 3px 3px 3px 3px;
	font-family:Tahoma;
	font-size:12px;
	font-weight:bold;
	color:#666666;
}
.textRed
{
	font-family:Tahoma;
	font-size:11px;
	font-weight:normal;
	color:Red;
}
