.clear{
	clear:both;
}

#form-container{
	clear: right;
	float: right;
	margin: 0 25px 0 0;
	width: 375px;
	background-color: none;
	padding:15px;
	
	-moz-border-radius:12px;
	-khtml-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius:12px;
	
	color:#999;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
}

td{
	white-space:nowrap;
	vertical-align: top;
	padding: 5px;
}

a, a:visited {
	color:#fff;
	text-decoration:none;
	outline:none;
}

a:hover{
	text-decoration:underline;
}

#form-container h1{
	font-size: 13px;
	color: #999;
	line-height: 15px;
	margin-bottom:5px;
}

#form-container h2{
	font-weight:normal;
	font-size:10px;
	
	text-transform:uppercase;
	
	color:#999;
	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;
}

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;
}
