*{margin: 0 auto;padding: 0;}
body{
	background-image: url('../img/layout/bg-login.gif');
	background-repeat: repeat;
	font-family: verdana;
	font-size: 12px;
	color: white;
}

#content{margin:0 auto;width: 770px;}
.botao:hover{ text-decoration: underline;}
.icon{background-image: url('../img/layout/information.png');width: 16px;height: 16px;float: left;}
.clear{	clear: both;}
form{margin:0 auto;width: 300px;margin-top: 20px;}
fieldset{width: 300px;}
label{ margin:7px 5px; float: left;}



#bg-top{
	background: transparent url('../img/layout/bg-login-top.png') repeat-x  0 0;
	background-repeat: repeat-x;
	width: 100%;
	padding: 130px 0 0 0;
}

#logo{
	width: 389px;
	margin:0 auto;
	height: 71px;
	margin-bottom:10px;
	background: transparent url('../img/layout/logo.png');
	background-repeat: no-repeat;	
}

#msg{
	margin:0 auto;
	width: 400px;
	text-align: center;
	background: #141414;
	padding: 13px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;	
}

#footer{
	margin:10px 0px;
	float: none;
	*margin-top: 60px;
	_margin-top:0px;
	line-height: 10px;
	font-family: verdana;
	font-size: 10px;	
}

input{
	width: 200px;
	padding: 5px;
	float: right;
	margin-bottom: 20px;
	border: 1px solid #d5d5d5;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;		
}

.botao{
	background-image: url('../img/layout/bg-button-green.gif');
	background-repeat: repeat-x;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	height: 23px;
	width: 80px;
	border: 0px;	
	color: white;
	padding: 0px;
}



.teclado{
	margin:0 auto;
	background-repeat: no-repeat;
	width: 655px;
	margin-top:10px;
	margin-left: 12%;
	height: 160px;
	padding: 3px;
}

.teclas{
	background-image: url('../img/layout/bg-teclas.jpg');
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	height: 27px;
	border: 0;
	width: 40px;
	color:white;
	text-align: left;
	font-size: 15px;
	padding: 0px 5px;
	float: left;
	margin: 2px;	
}

.teclas:hover{
	background-image: url('../img/layout/bg-teclashover.jpg');
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	color:black;	
}



.teclas_space{
	background-image: url('../img/layout/space.gif');
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	height: 27px;
	width: 350px;
	border: 0;
	color:white;
	text-align: left;
	font-size: 15px;
	padding: 0px 5px;
	float: left;
	margin: 2px;	
}

.teclas_space:hover{
	background-image: url('../img/layout/space-hover.gif');
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	color:black;	
}

.teclas_back{
	background-image: url('../img/layout/backspace.gif');
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	height: 27px;
	width: 114px;
	color:white;
	border:0;
	font-size: 15px;
	padding: 0px 5px;
	float: left;
	margin: 2px;	
}



.teclas_s{
	background-image: url('../img/layout/bg-teclas.jpg');
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	height: 27px;
	border: 0;
	width: 40px;
	color:white;
	text-align: left;
	font-size: 15px;
	padding: 0px 5px;
	float: left;
	margin: 2px;	
}

.teclas_back:hover{	background-image: url('../img/layout/backspacehover.gif');border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;color:black;}

.teclas_s:hover{background:#FFF;border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;	color:black;}

.linha2{margin-left:90px ;}
.linha3{margin-left:90px ;}
.linha4{margin-left:120px ;}
