body,h1,h2,h3,p,quote,small,form,input,ul,li,ol,label{
	margin:0px;
	padding:0px;
}

body{
	color:#444;
	background-color:#FFF;
	font: 15px "Warnock Pro","Goudy Old Style","Palatino","Book Antiqua",Georgia,serif;
}

.clear{
	clear:both;
}

#main-container{
	width:500px;
	height:100%;
	margin:30px auto;
	padding:30px;
}

#form-container{
	background-color:#f5f5f5;
	padding:15px;
	border:8px solid #CDCDCD;
	-moz-border-radius:20px;
	-khtml-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius:20px;
}

td{ white-space:nowrap;}

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

a:hover{ text-decoration:underline; }

h1{
	color:#888;
	font-size:26px;
	font-weight:normal;
	margin-bottom:5px;
}

h2{ font-size:14px;
	color:#666;
	font-weight:normal;
	border-bottom:1px solid #eeeeee;
	margin-bottom:15px;
	padding-bottom:10px;
}

label { font: 12px "Lucida Grande","Gill Sans","Gill Sans MT","Helvetica Neue","Helvetica",Arial,sans-serif; }

textarea, select { color:#404040; font:13px "Lucida Grande","Gill Sans","Gill Sans MT","Helvetica Neue","Helvetica",Arial,sans-serif;}

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