h1,h2,h3,p,quote,small,form,input,ul,li,ol,label {
	margin:0px;
	padding:0px;
}
body{
    background: url("img/dark_wood_texture.jpg") repeat scroll 0 0 #282828;
    margin:0px;
    padding: 32px;
}
.clear{
	clear:both;
}
#main-container{
    margin: 50px auto;
    width: 500px;
}
#form-container{
    background: url("http://media.cabotages.fr/picto-Marin-1.png") no-repeat scroll 95% 4% #F5F5F5;
    padding: 15px;
	-moz-border-radius:12px;
	-khtml-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius:12px;
}
td{
	white-space:nowrap;
}
a, a:visited {
	color:#00BBFF;
	text-decoration:none;
	outline:none;
}
a:hover{
	text-decoration:underline;
}
h1{
    color: inherit;
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 5px;
    text-transform: uppercase;
}
h2{
    border-bottom: 1px solid #EEEEEE;
    color: #A0A0A0;
    font-size: 10px;
    font-weight: normal;
    margin-bottom: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
}
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;
}