body {
	margin: 0;
	padding: 0;
	background-color: black; 
	background-image: url('../img/breakout-back.jpg');  
	background-position: 0px 0px; 
	background-repeat: no-repeat; 
	overflow: auto;	
}

.float-left{float: left;display: inline;}
.float-right{float: right;display: inline;}

.titulo-revista{border-bottom: 1px solid black;}

.radius-box{border-radius:6px; -webkit-border-radius:6px; -moz-border-radius:6px;}

.formulario{ margin-left:5px; border:0px; border-bottom: 1px solid gray; }
input{border: 0px; color: gray; background-color: black;}

.btnregistro{background-image: url("../img/registro.jpg"); width: 140px; height: 25px; cursor: pointer;}
.btnregistro:HOVER{background-image: url("../img/registro_over.jpg");}

.btnonline{background-image: url("../img/bot_online.jpg"); width: 140px; height: 25px; cursor: pointer;}
.btnonline:HOVER{background-image: url("../img/bot_online_over.jpg");}

.linkfooter{text-decoration:none; ; font-weight:normal;color:white; letter-spacing:0pt;word-spacing:0pt;font-size:11px;text-align:left;font-family:helvetica, sans-serif;line-height:1;}
.linkfooter:HOVER {text-decoration: underline; color: #00fff2;}


.messages-ok{
	color:rgb(130, 150, 12);
	font-weight:bold;
}
.messages-nook{
	color:red;
	font-weight:bold;
}
.error{
	color:red;
	border-bottom: 1px solid gray; 
}	
label.error{
	background-color:transparent;
}
