#tudo {
	position:absolute;
	border: thin solid #349;
	top: 30px;
	left: 4%;
	height:110px;
	width: 94%;
}

#logo {
	position:relative;
	background-image: url(../img/logo.jpg);
	background-repeat: no-repeat;
	left: 10px;
	top: 5px;
	height: 103px;
	width: 86px;
}

#data {
	position:absolute;
	left:200px;
	top:25px;
	height: 40px;
	width: 180px;
	font-family: Verdana;
	font-size: 10px;
	color: #349;
}

#btok {
	position:absolute;
	left:380px;
	top:35px;
	height: 19px;
	width: 31px;
	font-family: Verdana;
	font-size: 10px;
	color: #349;
	background-image: url(../img/btn_OK.jpg);
	background-repeat: no-repeat;
	cursor: pointer;
}


input {
	font-family: Verdana;
	font-size: 10px;
	color: #349;
	margin: 0px;
	padding: 0px;
	border: thin solid #349;
}



