@charset "utf-8";
/* CSS Document */
body{ margin:0; background:url(../imagens/bg.png) repeat-x #d2d3d2;}
#tudo{ margin:0; padding:0;}
#geral{ 
		width:800px;
		margin:0 auto;
		height:850px;
}
#logo{
		width:230px;
		margin-top:30px;
}
h1{
		font-family:Trebuchet ms;
		color:#666666;
}
h1.alerta{
		font-family:Trebuchet ms;
		color:#990000;
}
h2{
		font-family:Trebuchet ms;
		color:#999999;
		top:0%;
		left:70%;
		position:fixed;
		margin:0;
}
#form{	
		margin-left:130px;
		width:255px;
		float:left;
}
#formB{	
		margin-right:130px;
		width:250px;
		float:right;
}

p{ 
	font-family:Trebuchet ms;
	font-size:14px;
	margin:0;
	color:#333333;
	}

input{
	border:#999 dashed 1px;
	font-size:18px;
}

input.size{
		width:250px;	
}
input.cidade{
		width:182px;
}
input.btn{
		width:100px;
		margin-top:10px;
		font-family:Trebuchet ms;
		font-weight:bold;
		font-size:14px;
		background:#FFFFFF;
		color:#333333;
}
input.btnLimpar{
		width:100px;
		margin-top:10px;
		font-family:Trebuchet ms;
		font-weight:bold;
		font-size:14px;
		background:#FFFFFF;
		color:#333333;
		margin-left:50px;
}
textarea.size{ 
		width:250px;
		border:#999 dashed 1px;
		font-size:18px;
		overflow:auto;
}

#UF{
	width:30px;
}

.txtUf{ 
	margin-left:145px;
}

p.ddd{ margin-top:45px;}
