* {margin:0px; padding:0px; } 

#principal.pb{
	width:600px;
	height:400px;
	background: url("/sped/design/eb/imagens/fundosped-pb-novo.jpg");
	margin-top:10px;
}

#principal.color{
	width:600px;
	height:400px;
	background: url("/sped/design/eb/imagens/fundosped.jpg");
	margin-top:10px;
}

#topo {
	float:left;
	width:600px;
	height:100px;
}

#left {
	float:left;
	width:315px;
	height:300px;
}
/*
#vazio {
	float:left;
	width:315px;
	height:65px;
}

#logo {
	float:left;
	width:315px;
	height:235px;
}
*/
#right {
	float:left;
	width:285px;
	height:300px;
}

table.verde {
	background-image:url(/sped/design/eb/imagens/arealogin-verde.png);
	width:187px;
	height:174px;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

table.cinza {
	background-image:url(/sped/design/eb/imagens/arealogin.png);
	width:187px;
	height:174px;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

td {
	padding-left:3px;
	padding-right:3px;
}

label {
	font-weight:bold;
}

input.caixa {
	 width:97%;
}

input.botao {
	width:70px;
}