html, body{height:100%;}
body{
	text-align:center;
	color: #666;
	font-size: 11px;
	line-height:20px;
	font-family: Tahoma;
}
*{
	margin:0px;
	padding:0px;
	border:0px;	
}
table,tr,td{
	border:none;
	margin:0px;
	padding:0px;
	border-collapse:collapse;
}
img {
	vertical-align:middle;
}
input, select, option, textarea {
	color: #333;
	font-size: 11px;
	font-family : Tahoma;
	vertical-align:middle;
	background-color:#EAEAEA;
}
.caixa {
	border: solid 1px #CCC;
}
a:link,a:visited {
	color: #666;
	text-decoration: none;
}
a:active,a:hover {
	color: #666;
	text-decoration: underline;
}
#loginPage{
	float:left;
	width:100%;
	height:100%;
	background:#EDEDED;
}
#login{
	position:absolute;
	float:left;
	width:359px;
	top:50%;
	left:50%;
	margin:-146px 0 0 -179px;
}
#boxLog{
	float:left;
	width:359px;
	height:292px;
	background:url(../_imagens/bg_login.jpg);
}
#login #box{
	float:left;
	width:219px;
	margin:136px 0 0 67px;
}
#login #msg{
	float:left;
	width:349px;
	text-align:center;
	padding:15px 0;
	margin:0 0 5px 4px;
	font-weight:bold;
	border:1px solid #CCC;
	background:#FFF;
}
.inputLogin{
	position:relative;
	float:left;
	width:219px;
	height:31px;
	margin-bottom:10px;
	background:url(../_imagens/input_login.jpg);
}
.inputLogin .ico{
	float:left;
	margin:9px 20px 0 9px;
	opacity:0.5;
}
.inputLogin label{
	z-index:4;
	position:absolute;
	left:45px;
	top:5px;
	color:#999;
}
.inputLogin .inpLog{
	float:left;
	width:168px;
	height:28px;
	margin-top:2px;
	color:#333;
	background:#FFF;
}
#login #box .entrar{
	display:block;
	float:right;
	cursor:pointer;
	width:84px;
	height:34px;
	padding-bottom:2px;
	text-align:center;
	color:#999;
	font-size:12px;
	background:url(../_imagens/bt_entrar.jpg);
}
#login #box .entrar:hover{background-position:right;color:#333;}
.vtSite{
	display:block;
	float:left;
	margin-top:4px;
}

