body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	margin:0;
	background-color: #fff;
}

#maquina {
	position:absolute;
	width:433px;
	height:513px;
	top:50%;
	left:50%;
	margin:-256px 0 0 -216px;
	background:url("../images/maq-ponto.png") no-repeat center;
}

#maquina-bg {
	background-color: #293E53;
	position:absolute;
	top:200px;
	left:50px;
	width:285px;
	height:275px;
	border-radius: 10px;
}

#marca img {
	padding: 10px;
}

#form {
	margin:10px 0 0 23px;
}

input.textfield {
	width:150px;
	background:#fff;
	border:1px solid #aaa;
	padding:2px;
	margin-bottom:10px;
}

label {
	width:70px;
	float:left;
	margin-top:4px;
	text-align:right;
	padding-right:5px;
	font-weight:bold;
	color:#fff;
}

.submit {
	margin:10px 0 0 195px;
}

#relogio {
	position:absolute;
	top:85px;
	left:90px;
	color:#fff;
	text-align:center;
	font-weight:bold;
	width:230px;
}

#mensagem {
	position:absolute;
	top:88px;
	left:90px;
	color:#fff;
	width:230px;
	text-align:center;
}

.buttonbox {
	margin:25px 0 0 72px;
}

button {
	height: 16px;
    width: 17px;
    border: 0;
    background-image: url('../images/go.png');
    margin-top: -1px;
    margin-left: 0px;
	background-color: transparent;
}

.visualizar {
    margin-bottom: 20px;
}

.visualizar label {
    width: 150px;
    border: 0;
    margin-left: 24px;
}

#i_senha {
    clear: both;
    width: 60px;
    height: 14px;
    border: 0;
	border-radius: 10px;
	text-align: center;
}

.senha {
    width: 50px;
    margin: 0px;
    float: left;
    margin-left: 80px;
}

.enviar {

    width: 50px;
    margin: 0px;
    float: left;
}
