HTML {
	HEIGHT: 100%;
	SCROLLBAR-FACE-COLOR: #ffffff;
	SCROLLBAR-HIGHLIGHT-COLOR: #aaaaaa;
	SCROLLBAR-SHADOW-COLOR: #aaaaaa;
	SCROLLBAR-3DLIGHT-COLOR: #ffffff;
	SCROLLBAR-ARROW-COLOR: #aaaaaa;
	SCROLLBAR-DARKSHADOW-COLOR: #ffffff
}
body{
	FONT-FAMILY: 'Trebuchet ms', Aldo, Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#990000;
	background-image: url(../imagens/bg.png);
	margin: 0px;
	padding: 0px;
	height: 100%;
}
*{
	padding:0px;
	margin:0px;
	list-style:none;
	border:none;
	outline:none;
}
#left{
	background-image: url(../imagens/complemento_left.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#right{
	background-image: url(../imagens/complemento_right.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.input{
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background:#d5d7d7;
	border:1px solid #5e5e59;
	width:245px;
}