body,h1,h2,h3,p,quote,small,form,input,ul,li,ol,label{
	margin:0px;
	padding:0px;

}

body{
	color:#555555;
	font-size:13px;
	background: url(img/cueronegro.jpg) #111;
	font-family:Arial, Helvetica, sans-serif;
}

.clear{
	clear:both;
}

#main-container{
	width:400px;
	margin:0 auto;
        
}

#form-container{

	background-color:#f5f5f5;
	padding:15px;
	-moz-box-shadow:inset 0px 1px 3px #000;
	-moz-border-radius:12px;
	-khtml-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius:12px;
        text-shadow:0px 1px 0px #fff;
        opacity:0.95;
}

td{
	white-space:nowrap;
}

a, a:visited {
	color:#00BBFF;
	text-decoration:none;
	outline:none;
}

a:hover{
	text-decoration:underline;
}

h1{
	color:#999;
	font-size:20px;
	font-weight:normal;
	text-transform:uppercase;
	margin-bottom:5px;
}

h2{
	font-weight:normal;
	font-size:10px;
	
	text-transform:uppercase;
	
	color:#aaaaaa;
	margin-bottom:15px;
	
	border-bottom:1px solid #eeeeee;
	margin-bottom:15px;
	padding-bottom:10px;
}

label{
	text-transform:uppercase;
	font-size:10px;
	font-family:Tahoma,Arial,Sans-serif;
}

textarea{
	color:#404040;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
        width:220px;
}

td > button{
	text-indent:8px;
}

.error{
	background-color:#AB0000;
	color:white;
	font-size:10px;
	font-weight:bold;
	margin-top:10px;
	padding:10px;
	text-transform:uppercase;
	width:240px;
}

#loading{
	position:relative;
	bottom:9px;
	visibility:hidden;
}

.tutorial-info{
	color:white;
	text-align:center;
	padding:10px;
	margin-top:10px;
}

.footer{
	font-size:0.92em;
        font-weight:bolder;
	text-align:center;
	margin-top: 25px;


}

#footerText{
	text-shadow: 0px -1px 0px #000;
	color:#de1;
}

#footerText:hover{
	text-shadow: 0px 1px 0px #000;
	color:#fff;
	text-decoration: none;
}

#footerText:active{
	position: relative;
	top: 1px;
}
