
.clear{
	clear:both;
}

#main-container{
	width: 950px;
	padding-top: 30px;
	background: url(img/dark_wood_texture.jpg) #282828;
	background-color: #000;
	height: 880px;
	z-index: 5;
}

#form-container{
	width: 500px;
	margin: 0px auto;
	background-color:#f5f5f5;
	padding:15px;
	-moz-border-radius:12px;
	-khtml-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius:12px;
}

#form-container td{
	white-space:nowrap;
}

#form-container a, a:visited {
	color:#00BBFF;
	text-decoration:none;
	outline:none;
}

#form-container a:hover{
	text-decoration:underline;
}

#form-container h1{
	color:#000;
	font-size:22px;
	font-weight:normal;
	margin-bottom:5px;
}

#form-container p{
	font-weight:normal;
	font-size:12px;
	color:#666;
	margin-bottom:15px;
	border-bottom:1px solid #eeeeee;
	margin-bottom:15px;
	padding-bottom:10px;
}

textarea{
	color:#000;
	font-size:12px;
}

td > button{
	text-indent:8px;
}

label {color: #666; }

.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;
}
