* {
	margin: 0;
	padding: 0;
	border:0;
	outline: none;
}

html{
	background-color: #e9e9e9;	
	background-image: url("../img/loginBackground.png");
	background-position: top;
	background-repeat: repeat-x;
	background-attachment: scroll;
	text-align: center;
}

input {
	background: none;
	border: 1px solid #A6A7A7;
	color: #4e4e4e;
}

.geral {
	width: 100%;
	text-align: center;
}

.corpo{
	width: 100%;	
	text-align: center;

}

.logotipo{
	width: 200px;
	height: 80px;
	margin: 175px auto 0 auto;
	/*background: #000;*/
}	

.form {
	margin: 10px auto;
	width: 250px;
	/* ie hack */
	_margin-top: 90px; 
	/*padding-top: 15px;
	border: 1px solid #000;
	background-color: #fff;*/
}

.form td {
	height: 24px;
}


.label {	
	padding-left: 43px;
	padding-bottom: 2px;
	color: #222;
	font-family: 'Trebuchet MS', Arial, Verdana;
	font-weight: bold;
}


.submit {
	height: 22px;
	width: 52px;
	/*background: url("../img/botao.png");*/
	border: 1px solid #000;
}

.mensagem{
	margin: 10px auto;
	width: 350px;
	background: #FFF;
	border: 2px solid red;
	padding: 10px;
	/* ie hack */
	_margin-top: 90px; 
}

.titulo{
	font-size: 14px;
	font-family: 'Trebuchet MS', Arial, Verdana;
	font-weight: bold;
	color: red;	
	text-align: center;	
}

.texto{
	font-family: 'Trebuchet MS', Arial, Verdana;	
	font-size: 12px;
}


.mensagem a{
	font-family: 'Trebuchet MS', Arial, Verdana;	
	font-size: 12px;
}
