﻿
html,body { 
width: 100%;
height: 100%;
margin: 0px; /* retirando a margem padrão */
padding: 0px; /* retirando o padding padrão */
}
body {
	font-size: 12px;
	color: #000;
	background: url(../imagens/login/fundo.png) ;
	background-repeat:repeat-x;
	background-color: #e2e2e2;
	font-family: Tahoma, Trebuchet MS, sans-serif;
	margin: 0;
	padding: 0; 
    text-align:center; /* Centralizar na horizontal no IE caso o site entre em Quirks mode */
}
#distance {
    width:100%;
    height:210px;  
}
#container {
	margin: 0 auto;
	height: auto;
	width: 667px;
	background-color: white;
	border-radius: 10px;
	padding-bottom: 20px;
}
#container table tr td 
{ 
	padding-top:50px;
}
.sombra {
	-webkit-box-shadow: 1px 1px 12px rgba(50,50,50,0.37);
	-moz-box-shadow: 1px 1px 12px rgba(50,50,50,0.37);
	box-shadow: 1px 1px 12px rgba(50,50,50,0.37);
}
.ocultar{
	display:none
}

#container table tr td table tr td {
	text-align: left;
	padding-top: 2px;
}

input[type=text],
textarea,
input[type=password] 
{
	border: 1px solid #8d93a1;
	font-size:11px;
	padding:4px;
}
.btnAcessar,
input[type=submit] {
	color: #FFFFFF;
	-x-system-font: none;
	background-color: #0793c2;
	font-family: 'trebuchet ms',helvetica,sans-serif;
	font-size: 88%;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	line-height: normal;
	padding: 8px 29px;
	border-radius: 10px;
	border: 0;
} 
