body {
	margin-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(imagens/fundo_uai_arara.gif);
	background-repeat: no-repeat;
	background-position:center top;
}
a.menu:link,a.menu:visited,a.menu:active {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #666666;
	text-decoration:none;
	font-weight: bold;
}
a.menu:hover {
	color: #999999;
}
a.confirmar:link,a.confirmar:visited,a.confirmar:active {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #039;
	text-decoration:none;
}
a.confirmar:hover {
	color: #4F4FFF;
}

.input {
			border: 1px solid #00A9E1;
			width: 300px;
			background: #F9FBFB;
			font: 11px verdana, sans-serif;
			color:#443;
			padding:3px;
			margin-bottom:4px;
			outline:none;
		}
		.input:focus {
			border:2px solid #00A9E1;
			background: #fff;
		}
		.submit-btn {
			width: 54px;
			height: 20px;
			background: #743 url(imagens/enviar.gif) no-repeat;
			outline: none;
		}
		.submit-btn:hover {
			background: #069 url(imagens/enviar.gif) no-repeat 0 -20px;
		}
		div#container {
			border:1px solid #F0F0F0;
			padding:1px;
			
			width:100%;
		}
		#log_res {
			height:auto;
			padding:1px;
			margin: 0px auto 0px auto;
			width:100%;
		}
		#log_res p {
			margin:0;
			padding:4px 0 4px 0;
		}
		#log_res.ajax-loading {
			background: url(imagens/loading.gif) no-repeat center;
			height:50px;
		}
		.error {
			color:red;
			margin:0;
			padding:0;
		}