
html {
    background-color: RGB(2,64,115);
    background-repeat: repeat-x;
    min-width: 1020px;
}
body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	min-width:450px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #F4F4F4;
	background-color: RGB(2,64,115);
}
.form {
	width: 370px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 40px;
}
.labels
{
	text-align: right;
	width: 65px;
	height: 48px;
	line-height: 48px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	color: RGB(255,255,255);
}


.topo
{
    height: 208px;
    background-color: #F5F7F6;
    background-image: url(../imagens/banner.jpg);
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    margin-top: 0px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #A0A0A0;
    
}
.licenca {
	display: block;
	text-align:center;
	margin-top:20px;
}
input.textn
{
    background-color: transparent;
    color: rgb(255, 255, 255);
    border-color: rgb(255, 255, 255);
    border-style: double;
    width: 230px;
    height: 30px;
}

input.text1
{
	outline: none;
	cursor: url(cursor.cur),default;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 48px;
	color: #A6D1E6;
	height: 48px;
	background-image: url(../imagens/login1.png);
	width: 210px;
	text-indent: 5;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	background-repeat: no-repeat;
	background-color: #1E2223;
	padding-right: 5px;
	padding-left: 15px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	cursor: text;
}
input.text2
{
	outline: none;
	cursor: url(cursor.cur),default;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 48px;
	color: #A6D1E6;
	height: 48px;
	background-image: url(../imagens/login2.png);
	width: 210px;
	text-indent: 5;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	background-repeat: no-repeat;
	background-color: #1E2223;
	padding-right: 5px;
	padding-left: 15px;
	cursor: text;
}
.entrar
{
	width: 230px;
  margin-right: auto;
  margin-left: auto;
  height: 36px;
  /* background-image: url(../imagens/entrar.png); */
  background-repeat: no-repeat;
  margin-top: 15px;
  display: block;
  color: rgb(2, 64, 115);
  text-decoration: none;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 16px;
  text-align: center;
  line-height: 34px;
  background-color: rgb(255,255,255);
}
.entrar:hover
{
	color: #D2D2D2;
	/*background-image: url(../imagens/entrar-hover.png);*/
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}

input:focus
{
    border-color: #FFFFFF;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0,0,0, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0,0,0, .6);
}

