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{
	max-width:600px;
	margin:30px auto;
}

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

fieldset {
margin-bottom: 20px; border-color: #fff; border-width: 3px 1px 1px; border-style: solid; padding: 20px;
}
legend {display: block; padding: 0 10px; font-size: 24px; line-height: 48px; color: #fff; border: 0;
}
.control-wrap {
	display: block;
}
label {
	color: #fff;
}
input {
    width: 100%;
    margin-bottom: 0;
}
textarea {width: 100%; margin-bottom: 0; margin-left: 0; overflow: hidden; word-wrap: break-word; height: 130px;}

.label7 {display: block; margin-bottom: 5px;font-size: 16px; font-weight: normal; line-height: 24px; cursor: pointer; font-size: 16px; font-weight: normal; line-height: 24px;
}
.textarea7 {width: 100%; margin-bottom: 0; margin-left: 0; overflow: hidden; word-wrap: break-word; height: 130px;
}
.btn7 {
    display: inline-block;
    padding: 12px 20px;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background: #34495e;
    border: none;
    color: #fff;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    border-radius: 2px;
}
.btn:hover, .btn:focus {background: #4e6d8d; color: #fff;width: auto;cursor: pointer;-webkit-appearance: button;
}
.pull-right7 {float: right;
}
.pull-left7 {float: left;
}



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:normal;
	font-size:10px;
	
	text-transform:uppercase;
	
	color:#aaaaaa;
	margin-bottom:15px;
	
	border-bottom:1px solid #eeeeee;
	margin-bottom:15px;
	padding-bottom:10px;
}

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

