﻿html { height: 100%; font-family: 'Open Sans', serif; font-size: 12px; width: 100%; margin: 0px; overflow-x:auto; overflow-y:hidden;}
input { border: 1px solid #E1E1E1; height: 20px;  background-color: #fff; -moz-border-radius: 2px;  -webkit-border-radius: 2px;  border-radius: 2px; }
textarea { border: 1px solid #E1E1E1; background-color: #fff; -moz-border-radius: 2px;  -webkit-border-radius: 2px;  border-radius: 2px;}
#logon { height: 30px; -moz-border-radius: 10px;-webkit-border-radius: 10px;
border-radius: 10px; width: 100%; padding-top:5px; font-family: Arial,Verdana; font-size:large; font-weight: bold; cursor: pointer;
background-image: url('../../img/unlock.png'); background-repeat: no-repeat; background-position: left;background-color: #fff;color:black}
#btn_busca { height: 30px; }
#btn_busca_end { height: 30px; }
#bgferrari { font-size : large; text-align: center; color: #1b4e8d; background-color: #ede5cf; width: 273px; height: 183px; }
a:link { color:#000; text-decoration: none; }       /* unvisited link */
a:visited { color:#000; text-decoration: none; }    /* visited link */
a:hover { color:#E1E1E1; text-decoration: none; }   /* mouse over link */
a:active { color:#000; text-decoration: none; }     /* selected link */