body {
	background:none;
}
#main-container{
	width: 400px;
}

#form-container{
	width: 400px;
	margin-top:10px;
}

td{
	white-space:nowrap;
}

label{
}

textarea{
	color:#404040;
}

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;
}
