form {
border:5px solid blue; 
background-color:white;
padding: 12px;}

input {color: #096; font-weight:bold}

h1,h2, p {margin-bottom:26px}

.tooltip {
	display:none;
	position:absolute;
	border:1px solid #333;
	background-color:white;
	border-radius:5px;
	padding:20px;
	color:black;
	font-size:12px Arial;
}

table, th,td {
    border: 1px solid grey;
	text-align: left;
	background-color:white;
}
.fixar { 
   position:fixed; 
   margin-top:0px;
   margin-left:0px;
   margin-right:0px;
   width: 100%; 
   height: 100px;
       
} 
#cabecalho{
position:fixed;
margin-top:0px;
margin-left:0px;
margin-right:0px;

width: 100%; 
height: 100px;

}
.highlight {
    background: yellow;
  }
 .classbutton {
	-moz-box-shadow:inset 0px 1px 0px 0px #aac7e3;
	-webkit-box-shadow:inset 0px 1px 0px 0px #aac7e3;
	box-shadow:inset 0px 1px 0px 0px #aac7e3;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #2fb5b5), color-stop(1, #3fa3a6) );
	background:-moz-linear-gradient( center top, #2fb5b5 5%, #3fa3a6 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2fb5b5', endColorstr='#3fa3a6');
	background-color:#2fb5b5;
	-webkit-border-top-left-radius:9px;
	-moz-border-radius-topleft:9px;
	border-top-left-radius:9px;
	-webkit-border-top-right-radius:9px;
	-moz-border-radius-topright:9px;
	border-top-right-radius:9px;
	-webkit-border-bottom-right-radius:9px;
	-moz-border-radius-bottomright:9px;
	border-bottom-right-radius:9px;
	-webkit-border-bottom-left-radius:9px;
	-moz-border-radius-bottomleft:9px;
	border-bottom-left-radius:9px;
	text-indent:0px;
	border:2px solid #84bbf3;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:18px;
	font-weight:bold;
	font-style:normal;
	height:43px;
	line-height:43px;
	width:108px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #528ecc;
}
.classbutton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3fa3a6), color-stop(1, #2fb5b5) );
	background:-moz-linear-gradient( center top, #3fa3a6 5%, #2fb5b5 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3fa3a6', endColorstr='#2fb5b5');
	background-color:#3fa3a6;
}.classbutton:active {
	position:relative;
	top:1px;
}
.classbuttonCancel {
	-moz-box-shadow:inset 0px 1px 0px 0px #aac7e3;
	-webkit-box-shadow:inset 0px 1px 0px 0px #aac7e3;
	box-shadow:inset 0px 1px 0px 0px #aac7e3;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ed5628), color-stop(1, #fab508) );
	background:-moz-linear-gradient( center top, #ed5628 5%, #fab508 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed5628', endColorstr='#fab508');
	background-color:#ed5628;
	-webkit-border-top-left-radius:9px;
	-moz-border-radius-topleft:9px;
	border-top-left-radius:9px;
	-webkit-border-top-right-radius:9px;
	-moz-border-radius-topright:9px;
	border-top-right-radius:9px;
	-webkit-border-bottom-right-radius:9px;
	-moz-border-radius-bottomright:9px;
	border-bottom-right-radius:9px;
	-webkit-border-bottom-left-radius:9px;
	-moz-border-radius-bottomleft:9px;
	border-bottom-left-radius:9px;
	text-indent:0px;
	border:2px solid #84bbf3;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:18px;
	font-weight:bold;
	font-style:normal;
	height:43px;
	line-height:43px;
	width:108px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #528ecc;
}
.classbuttonCancel:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fab508), color-stop(1, #ed5628) );
	background:-moz-linear-gradient( center top, #fab508 5%, #ed5628 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fab508', endColorstr='#ed5628');
	background-color:#fab508;
}.classbuttonCancel:active {
	position:relative;
	top:1px;
} 