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

*. {
	font-family: "Lucida Sans Unicode","Lucida Grande", Verdana, sans-serif;
}

body{
	color:#555555;
}

.clear{
	clear:both;
}


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

td{
	white-space:nowrap;
}

label{
	text-transform:uppercase;
	font-size:10px;
        margin-bottom:10px;
}

textarea{
	color:#404040;
	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;
}
table {
        margin-top: 0;
        border: 1px solid #000;
}
#precontact {
        text-align: center;
        margin-top: 10px;
}