body {
    background: url(img/fon.png) repeat ;
    font: normal normal 14px/20px Arial, Georgia, "Times New Roman", Times, serif;
}
h1 {
    color: #39c6b9;
    font-size: 5px;
    font-weight: Verdana;
}

h2 {
	text-align: center;
    color: #ffffff;
    font-size: 30px;
    font-weight: Verdana;
}

h3 {
	text-align: center;
    color: #ffffff;
    font-size: 15px;
	font-weight: lighter;
}


.clr {
    clear: both;
}


.content {
  width: 800px;
  margin: 20px auto;
  z-index: 20;
}

.description {
  color: #0000;
  font-family: Andale Mono, monospace;
  font-size: 16px;
  line-height: 18px;
  margin-top: 10px;
}



/* Форма обратной связи */
#inline {
margin-left: 30px;
    width: 80%;
    margin: 0 auto;
    padding: 250px 20px;
}
.txt { 
    display: inline-block;
    color: #676767;
    width: 190px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    padding: 5px 9px;
    font-size: 15px!important;
    line-height: 1.4em;
	border-radius: 10px;
}
.txtarea { 
    display: inline-block;
    color: #676767;
    width: 617px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    padding: 5px 9px;
    font-size: 15px!important;
    line-height: 1.4em;
    height: 80px;
	border-radius: 10px;
}
.txt:focus, .txtarea:focus {
 border-style: solid; 
 border-color: #bababa; 
 color: #444; 
 }
input.error, textarea.error { 
    border-color: #973d3d; 
    border-style: solid; 
    background: #f0bebe; 
    color: #a35959; 
    }
input.error:focus, textarea.error:focus { 
    border-color: #973d3d; 
    color: #a35959;
     }
#send { 
    color: #FFFFFF;
    display: block;
    cursor: pointer;
    padding: 5px 11px;
    font-size: 1.2em;
    border: solid 1px #ffa500;
    border-radius: 2px;
    background: #ffa500;
    width: 210px;
    margin-bottom: 20px;
	border-radius: 50px;
	margin-left: auto;
    margin-right: auto;
}
#send:hover {
    background: #979797;
}
/* Форма обратной связи */