@import "layout.css";
@import "design.css";

#table
{
	margin: 0 auto;
	width: 95%;
}

#table .row
{
	clear: both;
	width: 800px;
}

.left_cell, .right_cell
{
	float: left;
	vertical-align: top;
	padding-top: 6px;
}

p, label, .texto_item, .titulo_item, legend
{
	font-size: 1.18em;
	color: #787878;
}

#table div.row div.left_cell
{
	width: 270px;
	-width: 265px;
}

#table div.row div.right_cell
{
	width: 500px;
	-width: 510px;
}