body {
	background: url(images/bg.jpg) #000000 no-repeat;
	margin:0px;
	color:#999999;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
}
#box {
	width:770px;
	padding-left:90px;
}
#logo {
	padding-bottom:120px;
}
#nav {
	height:30px;
}
.info {
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 30px;
	float:left;
	width:710px;
}
.info_bg {
	background:url(images/info_bg.jpg) repeat-y;
}
#footer {
	font-size:10px;
	background: url(images/footer.jpg) no-repeat;
	float:left;
	height:20px;
	width:770px;
	text-align: center;
	padding-top: 40px;
}
h1 {
	font-size: 16px;
	color:#572569;
}
#info_top {
	background-image: url(images/info_top.jpg);
	background-repeat: no-repeat;
	padding-top: 40px;
	min-height:410px;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {display: inline-block;}  /* for IE/Mac */

.clearfix {
    zoom: 1;     /* triggers hasLayout */
    display: block;     /* resets display for IE/Win */
    }  /* Only IE can see inside the conditional comment
    and read this CSS rule. Don't ever use a normal HTML
    comment inside the CC or it will close prematurely. */
h2 a {
	font-size: 14px;
	text-decoration:none;
	color: #FFFFFF;
}
h2 a:hover {
	color:#666666;
	text-decoration:underline;
}
a {
	text-decoration:none;
	color: #FFFFFF;
}
a:hover {
	color:#666666;
	text-decoration:underline;
}

/* FORM */


.clear{
	clear:both;
}

#main-container{
	width:400px;
	margin:0 auto;
}

#form-container{
	background-color:#f5f5f5;
	padding:15px;
	color:#333;
	
	-moz-border-radius:12px;
	-khtml-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius:12px;
}

td{
	white-space:nowrap;
}

label{
	font-size:11px;
	font-family:Arial,Helvetica,sans-serif;
}

textarea{
	color:#333;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	vertical-align:middle;
}

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