﻿img, div, input
{
	behavior: url('../imagem/iepngfix.htc');
}

*
{
	margin-top: 0px;
	padding-top: 0px;
}
body
{
	background-image: url( '../imagem/back_login.jpg' );
	background-repeat: repeat-x;
}
#tudo
{
	width: 1000px;
	margin: auto;
	text-align: left;
}
#imagemGlobo
{
	background-image: url( '../imagem/Fundo_Login.jpg' );
	background-repeat: no-repeat;
	width: 989px;
	height: 779px;
}

#logo
{
	float: left;
	width: 435px;
	height: 54px;
	margin-top: 70px;
	margin-left: 20px;
}

#telefone
{
	float: left;
	width: 782px;
	height: 397px;
	margin-top: 160px;
	background-image: url( '../imagem/lata_Login.png' );
}

#login
{
	margin-top: 130px;
	margin-left: 515px;
}

.texto
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
}

.textoErro
{
	font-family: Verdana;
	font-size: 10px;
	color: Red;
}


.textBoxLogin
{
	border: solid 1px black;
	width: 250px;
	height: 18px;
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	vertical-align: bottom;
	background-color: #cccccc;
}

.botao
{
	border: solid 1px black;
	width: 80px;
	height: 20px;
	font-family: Verdana;
	font-size: 12px;
}

.erro
{
	font-family: Verdana;
	font-size: 10px;
	color: Red;
}