body {
	background-color:#FFFFFF;
}

div#menutopo {
	width: 100%;
	height: 30px;
        background-color: #75A1D0;
}
div#simbolo {
	float:left;
	height: 60px;
	margin-left: 80px;
	padding: 20px;
}

div#titulo {
	height: 60px;
	margin-left: 270px;
	padding: 20px;
}
div#menutopo ol{
	padding: 4px 2px;
	margin: 0px;
	float: left;
	list-style:none;
        background-color: #75A1D0;
        font-family:Verdana, sans-serif;
        font-size: 12px;
        font-weight: bold;
}

div#menutopo ol li{
	display: inline;
}

div#menutopo ol li a{
	padding: 4px 4px;
	float:left;
	text-decoration: none;
}

div#menutopo ol li a:hover {
	background-color:#F0FFE6;
	color: #6D6D6D;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}

div#conteudo{
	padding: 30px;
}

fieldset {
	border:1px dashed #75A1D0;
}

fieldset#formu {
	border:1px dashed #75A1D0;
	width: 60%;
	padding:30px;
	margin: 0 auto 0 auto;
}

fieldset#result {
	border:1px dashed #75A1D0;
	width: 60%;
	padding:5px;
	margin: 0 auto 0 auto;
}

div#bloco-form {
	height: 35px;
	width: 100%;
}

input.inputoff, input.inputoff:hover, input.inputoff:focus{
	color: #000000;
	background-color: #d6d6d6;
}
input.passwordoff, input.passwordoff:hover, input.passwordoff:focus{
	color: #000000;
	background-color: #d6d6d6;
}


input.submit {
	width: 100px;
}
input {
	width:340px;
	font:normal 16px Arial;
	color: #000000;
	padding:3px 5px 3px 19px;
}

input:focus, input:hover {
	background-color:#F0FFE6;
}


select {
	width:340px;
	float:left;
	font:normal 14px Arial;
	color:#003399;
	padding:1px 1px 1px 1px;
}

table#result{
  text-align: center;
}

table#result td{
  text-align: center;
  padding: 3px;
}

legend {
	font-family:Verdana, sans-serif;
	font-size: 14px;
	letter-spacing: 0px;
	font-weight: bold;
	line-height: 1.1;
	color:#000000;
	background:#75A1D0;
	border: 1px solid #333;
	padding: 2px 6px;
}

h1 {
	font-family:Verdana, sans-serif;
	font-size: 175%;
	font-weight:bold;
	line-height: 1.1;
	color:#000000;
}

h2 {
	font-family:Verdana, sans-serif;
	font-size: 23px;
	letter-spacing: 1px;
	font-weight:blod;
	line-height: 1.1;
	color:#000000;
	text-align: center;
}

label {
	width:170px;
	height:25px;
	float:left;
	margin-top: 4px;
	display: block;
	font-family:Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.1;
	color:#000000;
}

label#resultado {
        width:300px;
        height:25px;
}
label#user {
        width:200px;
        height:25px;
        float:left;
        display: block;
        font-family:Verdana, sans-serif;
        font-size: 12px;
        font-weight: bold;
        line-height: 1.1;
        color:#000000;
}
label#mail {
        width:80px;
        height:25px;
        display: block;
        font-family:Verdana, sans-serif;
        font-size: 12px;
        font-weight: bold;
        line-height: 1.1;
        color:#000000;
}
.form {
	margin:0px;
	padding:0px;
}


#top {
	height:100px;
	background-color:#FFFFFF;
	background-image: url(../imagens/topoback.png);
	background-repeat: repeat;
}

.textbox {
	width:340px;
	font:normal 18px Arial;
	color: #999999;
	padding:3px 5px 3px 19px;
}

.textbox:focus, .textbox:hover {
	background-color:#F0FFE6;
}
.email {
	width:230px;
	float:left;
	font:normal 16px Arial;
	color: #000000;
	padding:3px 5px 3px 19px;
}

.email:focus, .email:hover {
	background-color:#F0FFE6;
}
.button_div {
	width:150px;
	float:right;
	text-align:right;
	height:30px;
	margin-top:10px;
	margin-right:20px;
	padding:2px 2px 2px;
}

.buttons {
	background: #e3e3db;
	font-size:12px;
	color: #989070;
	width:150px;
	padding: 6px;
	margin-right:155px;
	border-width: 2px;
	border-style: solid;
	border-color: #fff #d8d8d0 #d8d8d0 #fff;
	text-decoration: none;
	text-transform:uppercase;
	font-weight:bold;
}
