@import url("formularios.css");

* {
	margin:0;
	padding:0;
	}
	
html {
	font-size: 100%;
	font-family:"trebuchet MS", Verdana, Arial, sans-serif;
	}

a {
	text-decoration:none;
	color:#272727;
	}

a img {
	border:0;
	}

.left {
	float:left;
	}

.right {
	float:right;
	}
	
.clear {
	clear:both;
	}

.clearFix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
	
body {
	font-size: 62.5%;
	padding-bottom:25px;
	padding-top:100px;
	background:#fff;
	}

div#geral { 
	width:40em;
	padding:0;
	margin:0 auto;
	background:#fff;
	}

div#topo {
	height:45px;
	background:url(../imagens/bg.gif) 0 0 repeat-x;
	}
	
	div#topo img {
		margin:0 10px 0 25px;
		float:left;
		}
	
	div#topo h1 {
		line-height:45px;
		color:#fff;
		font-size:1.8em;
		}
		
div#content {
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:12px;
	}
	
	div#aviso {
		width:350px;
		height:auto;
		padding:10px;
		display:none;
		margin:10px auto;
		background:#FFFF66;
		border:1px solid #FFCC00;
		line-height:22px;
		}
		
		div#aviso img {
			float:left;
			margin:0 5px 0 0;
			}

div#rodape {
	line-height:30px;
	text-align:center;
	font-size:1.1em;
	clear:both;
	}