@charset "utf-8";
/* CSS Document */

body{
		margin:0;
		padding:0;		
}

.divGeral{
	width:700px;
	height:900px;
    font-family:sans-serif,Verdana, Geneva ;
	font-size:15px;
	color:#000;
	margin:0 auto;

}
.diviEsq{
	width:220px;
	height:115px;
	float:left;
	margin-left:10px;
	
}
.divDir{
	width:220px;
	height:115px;
	float:left;
		
}
.divCentro{
	width:225px;
	height:115px;
	float:left;	
	
	
}
.divCentral{
	width:690px;
	height:60px;
	float:left;
	margin-left:10px;
		
}
.campoTxt{
	width:200px;
	height:25px;	
	margin-left:5px;
	
}
.campoTxtP{
	width:50px;
	height:25;

	float:right;
}
.campoTxtG{
	width:300px;
	height:25px;	
	margin-left:5px;
	
}
.campoInput1{
	width:530px;
	height:30px;	
	margin-left:5px;
	
}
.campoInput2{
	width:200px;
	height:30px;	
	margin-left:5px;
	
}
.campoButton{
	width:200px;
	height:50px;
	margin:0 auto;
	
}
.divTxtNegr{
	width:680px;
	height:20px;
	float:left;
	margin-left:10px;
	padding-left:5px;
	
}
.inptutG{
	width:401px;
	border: 1px solid #999;
	padding: 4px;
    -moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 5px;
}
.inputM{
	border: 1px solid #999;
	padding: 4px;
   -moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 5px;
	width:180px;	
}
.inputP{
	border: 1px solid #999;
	padding: 4px;
    -moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 5px;
	width:140px;	
}
.inputbox:focus {
	border: 1px solid #666;
}
select {
    width:45px;
	padding: 3.5px 5px;
	border: 1px solid #999;
	border-radius: 3px;
	-moz-border-radius: 5px;
}