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/backform/55.jpg) #282828;
	font-family:Arial, Helvetica, sans-serif;
	background-size: cover;

}

.clear{
	clear:both;
}

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

#form-container {
    background-color: #f5f5f5;
    background: url(http://udmurt-map.ru/img/backform/15.png);
    padding: 15px;
    -moz-border-radius: 12px;
    -khtml-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
}

td{
	word-wrap: break-word;
}

a, a:visited {
	color:#00BBFF;
	text-decoration:none;
	outline:none;
}

a:hover{
	text-decoration:underline;
}

h1{
    color: #FFFFFF;
    font-size: 22px;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 5px;
    text-align: center;
}
h2 {
    font-weight: normal;
    font-size: 10px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 15px;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 15px;
    padding-bottom: 10px;
    text-align: center;
}

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


#main-cont {
    width: 900px;
    text-align: center;
    margin: 30px auto;

}

.tutor{

    background: rgba(0, 0, 0, 0.6);
    color: white;
    border: 2px solid white;
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 10px;
    padding-bottom: 10px;

}

form.jqtransformdone label {
    margin-top: 4px;
    margin-right: 8px;
    display: block;
    float: left;
    color: white;
    border: 2px solid #21D3FF;
    padding: 5px;
    border-radius: 10px;
    text-align: center;
}