html, body { height: 100%; }

body{
	background-color:#FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666666;
}

h1{
	color: #FF6600;
	margin: 0px;
	padding: 0px;
	font-size: 150%;
	font-weight: normal;
	letter-spacing: 0.2em;
}


#tabela{
	height: 100%;

}

#emailop1{
position: absolute;
visibility: hidden;
}

.leftbg{
background-image:url(images/left-bg.gif);
background-position:right;
background-repeat:repeat-y;

}


.rightbg{
background-image:url(images/right-bg.gif);
background-position:left;
background-repeat:repeat-y;

}

.center{
padding-left: 4px;
padding-right: 4px;

}

#main{
	height: 100%;
	padding-top: 15px;
border-left: 1px solid #c3e085;
border-right: 1px solid #c3e085;
padding-left: 5px;
padding-right: 5px;
}

.mainright{
padding-left: 10px;
padding-right: 4px;
}

input.email{
width: 300px;
background-color: #f4f9e8;
border: 2px solid #c3e085;
font-family: Georgia, "Times New Roman", Times, serif;
padding: 4px;
}
input.file{
width: 300px;
background-color: #f4f9e8;
border: 2px solid #c3e085;
font-family: Georgia, "Times New Roman", Times, serif;
padding: 4px;
}

input.cap{
width: 100px;
background-color: #f4f9e8;
border: 2px solid #c3e085;
font-family: Georgia, "Times New Roman", Times, serif;
padding: 4px;
}

input.but{
width: 200px;
background-color: #c3e085;
border: 2px solid #a9d153;
font-family: Arial, Helvetica, sans-serif;
font-weight:bold;
padding: 2px;
}

textarea{
width: 300px;
background-color: #f4f9e8;
border: 2px solid #c3e085;
font-family: Georgia, "Times New Roman", Times, serif;
padding: 4px;
}

a:link , a:visited {
	color: #FF6600;
	text-decoration: underline;
}

a:hover{
	color: #759a2a;
		text-decoration: none;
		}	
.footer{
font-size: smaller;
padding: 25px;
}

