div.sideBar {
	height: 410px;
}

div.footer {
	top: 448px;
}

div.main {
	left:160px;
	width:480px;
	height: 370px;
}

div.mainHeader {
	width: 480px;
	height: 25px;
	left: 0px;
	top: 7px;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	border-bottom: 2px solid #000000;
}


div.mainForm {
	width: 440px;
	height: 270px;
	left: 20px;
	top: 50px;
	font-size: 11px;
}

div.form {
	width: 378px;
	height: 220px;
	left: 31px;
	top: 30px;
	border: none;
	background: #e6e6e6;
	text-align: center;
}

div.topLeftCorner, div.topRightCorner {
	width: 11px;
	height: 10px;
	top: 20px;
}

div.topLeftCorner {
	left: 20px;
	background: #FFFFFF url(../images/canto1a.gif) no-repeat;
}

div.topRightCorner {
	left: 409px;
	background: #FFFFFF url(../images/canto2a.gif) no-repeat;
}

div.bottomLeftCorner, div.bottomRightCorner {
	width: 11px;
	height: 10px;
	top: 250px;
}

div.bottomLeftCorner {
	left: 20px;
	background: #FFFFFF url(../images/canto3a.gif) no-repeat;
}

div.bottomRightCorner {
	left: 409px;
	background: #FFFFFF url(../images/canto4a.gif) no-repeat;
}

div.topBorder, div.bottomBorder {
	width: 378px;
	height: 10px;
	left: 31px;
	background: #e6e6e6;
}

div.topBorder {
	top: 20px;
	border-top: 2px solid #cc0000;
}

div.bottomBorder {
	top: 245px;
	border-bottom: 2px solid #cc0000;
}

div.leftBorder, div.rightBorder {
	width: 11px;
	height: 220px;
	top: 30px;
	background: #e6e6e6;
}

div.leftBorder {
	left: 20px;
	border-left: 2px solid #cc0000;
}

div.rightBorder {
	left: 409px;
	border-right: 2px solid #cc0000;
}

table.form {
	width: 90%;
	border-collapse: collapse;
	font-size: 11px;
}

td.header {
	text-align: justify;
	padding-bottom: 20px;
}

td.col01 {
	width: 40%;
	text-align: right;
}

td.col02 
{
	width: 50%;
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
}

td.col03 
{
	width: 10%;
	text-align: left;
}

td.buttons {
	padding-top: 15px;
	text-align: center;
}

td.messages {
	padding-top: 15px;
	text-align: center;
}

input {
	width: 100%;
	text-align: right;
}

img.helpButton {
	cursor: help
}

div.saibaMais {
	width: 100px;
	height: 20px;
	left: 330px;
	top: 340px;
	text-align: center;
	font-weight: normal;
}

 /* main.height = sideBar.height - 40 */
 /* footer.top = sideBar.height + 78  */
