body {
	width: 90%;
	height:auto;
	margin-left:50px;
}

a:LINK {
	color: #666eee;
}

a:HOVER {
	color: #eee222;
}

.fundo_login{
	background-image: url('../imagens/banner_login.jpg');
	background-repeat: no-repeat;
	background-position: inherit;
}

.fundo_app{
	background-image: url(../imagens/fundo_uftm.jpg);
	background-repeat: no-repeat;
	background-position: inherit;
}


table {
	left:20px;
	margin-top:20px;
    background-color: #ffffff;
	border: solid 1px;
	-moz-border-radius: 8px;
    -webkit-border-radius: 8px;
	border-color: #8fc82d;
	font-family: arial, verdana;
	font-size: 11px;
	color: #666666;
}                                          

td {
	height: 20px;
	text-align: left;
}

th {
	height: 30px;
	text-align: center;
	color: #666eee;
}

input.bloqueado {
  color: #666666;
  border: solid 1px #008000;
  height: 20px;
  font-size: 13px;
}

.botao {
	margin-top: 10px;
	margin-bottom: 10px;
   background-image: url('../imagens/fundo_botao.jpg');
	background-repeat: no-repeat;
   color: #5e8d32;
   border: none;
   width: 260px;
   height: 30px;
   text-align: center;
   vertical-align: center;
   font-size: 10px;
   font-weight: bolder;
	
} .botaomenor {
	margin-top: 10px;
	margin-bottom: 10px;
   background-image: url('../imagens/fundo_botao_menor.jpg');
	background-repeat: no-repeat;
   color: #5e8d32;
   border: none;
   width: 100px;
   height: 30px;
   text-align: center;
   vertical-align: middle;
   font-size: 12px;
   font-weight: bolder;
} 

table.erro {
  width: 50%;
  height: 30px;
  background-color: #FFFFFF;
  border:1px solid #CCCCCC;
  border-collapse: collapse;
  color: #ffa500;
  font-family: arial, verdana;
  font-weight: bold;
  text-align: center;
  font-size: 12px;
}

table.errocab {
  width: 50%;
  height: 30px;
  background-color: #ECECEC;
  border:1px solid #666666;
  border-collapse: collapse;
  color:#666666;
  font-family: arial, verdana;
  font-weight: bold;
  text-align: center;
  font-size: 12px;
}

 
table.teclado {
    width: 200px;
    border:1px solid #ececec;
	font-family: verdana, arial;
		
}

input, textarea , select {
	margin-left: 15px;
	border-top:1px solid #537490;
	border-left:1px solid #537490;
	border-bottom:1px solid #FFF;
	border-right:1px solid #FFF;
	background-color:#e7f0d8;
	color:#000000;
	font-size:11px;
	height: 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align: left;
}

label {
	margin-top: 10px;
	margin-left: 15px;
	font-family: verdana, arial;
	font-size: 11px;
}

fieldset {
	border: solid 1px;
	border-color: #8fc82d;
}

legend {
	font-size: medium;
	font-style: italic;
	font-family: sans-serif;
	color: #666eee;
	size: portrait;
}

h3 {
   margin-left: 15px;
	font-family: verdana, arial;
	font-size: 13px;
	font-weight: bolder;
	color:#999999; 
}

hr {
   width: 96%;
   margin-left: 15px;
   border-left: none;
   border-bottom:2px solid #EEEEEE; 
   color:#999999;
   
}

.container{
	position: relative;
	left: 120px;
	width: 800px;
}

.formulario {
	font-family: sans-serif;
	color: #eee999;
}

