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

body{
	color:#555555;
	font-size:13px;
	background: url(img/dark_wood_texture.jpg) #282828;
	font-family:Arial, Helvetica, sans-serif;
}

.clear{
	clear:both;
}

#main-container{
	width:400px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

#form-container{
	background-color:#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:#777777;
	font-size:22px;
	font-weight:normal;
	text-transform:uppercase;
	margin-bottom:5px;
}

h2{
	font-weight:bold;
	font-size:18px;
	text-transform:uppercase;
	color:#629001;
	margin-bottom:15px;
	margin-bottom:12px;
	text-align: center;
	margin-top: 28px;
}

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;
}
#plant {
	position: absolute;
	width: 200px;
	height: 200px;
	background-image: url(img/plantleft.png);
	background-repeat: no-repeat;
	background-position: left top;
	z-index: 22;
	top: -10px;
	left: -37px;
}
#plant2 {
	position: absolute;
	width: 200px;
	height: 200px;
	background-image: url(img/plantright.png);
	background-repeat: no-repeat;
	background-position: left top;
	z-index: 22;
	top: -9px;
	left: 558px;
}
#sentframe {
	position: absolute;
	width: 400px;
	height: 100px;
	background-repeat: no-repeat;
	background-position: left top;
	z-index: 22;
	top: 61px;
	left: 161px;
	font-size: 14px;
	text-align: justify;
}
#sentframe2 {
	position: absolute;
	width: 400px;
	height: 100px;
	background-repeat: no-repeat;
	background-position: left top;
	z-index: 22;
	top: 171px;
	left: 161px;
	font-size: 14px;
	text-align: justify;
}
p {
	text-align: center;
	font-size: 16px;
	padding-top: 14px;
	padding-right: 14px;
	padding-bottom: 0px;
	padding-left: 14px;
	color: #CCCCCC;
}
#send  {
	background-image: url(img/sendhover.png);
	width: 65px;
	background-repeat: no-repeat;
	height: 33px;
	background-color: #333333;
	text-indent: -9999px;
	border: 1px solid #000000;
}
#send:hover {
	background-image: url(img/sendhover.png);
}
#send:active {
	background-image: url(img/sendhover.png);
	background-color: transparent;
}

