/* DESIGNED BY KEVIN MARLEY [GASKINDER.DE] */
html, body
{
background-color: #3399cc;
background-image:url('../img/habbocom1.png'); background-repeat:no-repeat;
background-attachment:fixed;
background-position: center;
}
@import url(http://fonts.googleapis.com/css?family=Ubuntu);

#logo {
	background-image:url('../img/logo.png');
	width: 124px;
	height: 49px;
	margin-left: auto;
    margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
#logbox {
	background-color: white;
	width: 340px;
	height: auto;
	margin-left: auto;
    margin-right: auto;
	margin-top: 140px;
	padding: 5px;
	background: #FFF;
	border: 1px solid #ADADAD;
	border-bottom: 2px solid #ADADAD;
	border-radius: 5px;
	margin-bottom: 7px;
	font-family: Ubuntu;
}
#logbtn {
	width: 340px;
	height: auto;
	margin-left: auto;
    margin-right: auto;
	margin-top: 10px;
	margin-bottom: 5px;
	color: white;
	font-size: 22pt;
	font-weight: bold;
	text-align: center;
	border: 1px solid #015f06;
	border-radius: 5px;
	border-bottom: 4px solid #015f06;
	background-image: -webkit-linear-gradient(#69bf01 0%, #2e8f04 100%); 
	background-image: -moz-linear-gradient(#69bf01 0%, #2e8f04 100%); 
	background-image: -o-linear-gradient(#69bf01 0%, #2e8f04 100%); 
	background-image: linear-gradient(#69bf01 0%, #2e8f04 100%);
}
#regbtn {
	height: 40px;
	margin-bottom: 5px;
	color: white;
	font-family: Ubuntu;
	font-size: 16pt;
	font-weight: Medium;
	text-align: center;
	border: 1px solid #610808;
	border-radius: 5px;
	border-bottom: 4px solid #610808;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 70px;
	padding-right: 70px;
	background-image: -webkit-linear-gradient(#d20f0a 0%, #960505 100%); 
	background-image: -moz-linear-gradient(#d20f0a 0%, #960505 100%); 
	background-image: -o-linear-gradient(#d20f0a 0%, #960505 100%); 
	background-image: linear-gradient(#d20f0a 0%, #960505 100%);
}

a {
    text-decoration: none;
    text-underline: none;
}
input
{
color: #adadad;
font-size: 12px;
border: 1px solid #adadad;
background-color: #white;
height :22px;
width: 332px;
padding:3px;
}