body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #DCDCDC;
	margin: 40px 0px 0px;
	background-attachment: fixed;
	background-image: url(imgs/imgFundoHtm.gif);
	background-repeat: repeat-x;
	background-position: left 40px;
	font-size: .8em;
}
a:link {
	color: #006600;
	text-decoration: none;
}
a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #009900;
	text-decoration: underline;
}
a:active {
	color: #00CC00;
	text-decoration: underline;
}

#corpo {
	float: none;
	height: 420px;
}
#conteudo {
	margin: auto;
	height: 420px;
	width: 720px;
	/*top: 50px;*/
}
#dados {
	position:absolute;
	float: left;
	width:210px;
	height:140px;
	padding:5px;
	margin-left:10px;
	margin-top:10px;
	clear: none;
	text-align: right;
	border: 1px solid #00CC33;
	background-color: #E5E5E5;
}
#dados input{
	background-color: #CDCDCD;
	border: 1px solid #666666;
	color: #333333;
}
#itens {
	position:absolute;
	float: left;
	width:460px;
	height:140px;
	padding:5px;
	margin-left:240px;
	margin-top:10px;
	clear: none;
	border: 1px solid #00CC33;
	background-color: #E5E5E5;
}
#mensagem {
	position:absolute;
	float: left;
	width:690px;
	height:140px;
	padding:5px;
	margin-left:10px;
	margin-top:170px;
	border: 1px solid #00CC33;
	background-color: #E5E5E5;
}
.campomsg{
	background-color: #CDCDCD;
	border: 1px solid #666666;
	color: #333333;
	scrollbar-base-color:#CDCDCD;
	scrollbar-arrow-color:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
.botoes{
	background-color: #CDCDCD;
	border: 1px solid #666666;
	color: #333333;
	clear:both;
	width:100px;
	margin:20px;
	}
#botoes {
	position:absolute;
	float: left;
	width:700px;
	height:80px;
	text-align:center;
	margin-left:10px;
	margin-top:330px;
	border: 1px solid #00CC33;
	background-color: #E5E5E5;
}

