img {border: none;}
body {
	text-align: center;
	width: 400px;
	margin: auto;
	background-color: #FFFFFF;
	position: relative;
	top: 50px;
	font-family: ubuntu, Calibri, Arial;
	border: grey solid 2px;
	-moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
}
#logo{
	height: 50px;
}
#mved{
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 100;
}
div {
	border-bottom: 1px solid grey;
	margin-top: 3px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 90%;
	height: 25px;
	position: relative;
	left: 5%;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}
.l {
	position:absolute;
	left: 10px;
}
.txt {
	border:none;
	border-left: 2px solid grey;
	background-color: white;
	position: absolute;
	right: 2px;
	top: 12.5%;
	width: 50%;
	height: 75%;
	padding-left: 2px;
}
#statusbar {
	color: black;
	position: fixed;
	bottom: -3px;
	left: 0px;
	right: 0px;
	width: auto;
	height: 35px;
	-moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    border-radius: 0px;
	font-size: 9px;
}
#loading {
	border: none;
	-moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    border-radius: 0px;
	position: fixed;
	color: red;
	top: 0px;
	left: 0px;
	margin-top: 0;
	height: 28px;
	width: 100%;
	font-size: 15px;
}
#bttn {
	background-color:#0099FF;
	border: 1px grey solid;
	height: 35px;
	width: 90.5%;
	position: relative;
	left: 1px;
	color: white;
	margin-top: 5px;
	margin-bottom: 15px;
	-moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
}
#registrar {
	background-color:#66CCFF;
	border: 1px grey solid;
	height: 27px;
	width: 90%;
	position: relative;
	left: 20px;
	color: white;
	margin-top: 0px;
	margin-bottom: 15px;
	-moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
    color: white !important;
    font-family: arial;
    font-size: 12px;
}
#registrar p{
	margin-top: 5px;
}
#reglink{
	text-decoration: none;
}
.mafa {
	position: relative;
	top: -3px;
}
#loading{
	font-weight: bold;
	color: #85006F;
}
