body {  
   margin: 0;
   padding: 0; 
   font-family: Helvetica, Arial, sans-serif;
   font-style: italic;
   font-weight: bold;
   /*font-family: Tahoma, Arial, sans-serif;*/
   /*font-family: Verdana, Arial, sans-serif;*/
   color: #513921;
}
div {
   margin: 0;
   padding: 0; 
}
a {
   text-decoration: none;
}
img {
   border: 0;
   margin: 0;
   padding: 0; 
}


.mainContainer {
   width:100%; 
   height:900px;
   background-image: url(images/fon.jpg);
   background-size: 100%, 100%;
   /*position:fixed; */
   text-align: center;
}
/*
.shadow {
   width:    1090px; 
   height:   900px;
   background-image: url(images/fon_ten.png);
   position: relative;
}
*/
.house {
   margin: 0 auto;
   width:1000px; 
   height:900px;
   background-image: url(images/fon_House.jpg);
   position: relative;
   /*left: 50%;*/
   /*margin-left: -500px;*/
}

.menu {
   width:    100%;
   height:   45px;
   position: relative;
   left:     0px;
   top:      0px;
}

.content {
   position: relative;
   width:   1000px;
   height: 800px; 
   /*border: 1px solid white;*/
}


.formContainer {
   position: absolute;
   width:   522px;
   height: 250px; 
   left: 238px;
   top: 20px;
   /*border: 1px solid white;*/
}
.formText, .formInputs, .formButton, .caption {
   position: relative;
}
.caption {
   text-align: center;
   font-size: 15px;
   line-height: 170%;
}
.formText {
   width:   522px;
   height: 97px; 
   background-image: url(images/f_01.png);  
}
.formInputs {
    width:   522px;
	 height: 46px;
}
.inputName {
   position: absolute;
   top: 0px;
   left: 0px;
   width:   200px;
   height: 45px; 
   background-image: url(images/f_02.png);
   text-align: left;
}
.inputContact {
   position: absolute;
   top: 0px;
   left: 210px;
   width:   309px;
   height: 46px; 
   background-image: url(images/f_03.png);
   text-align: left;
}

.formButton {
   width:   99px;
   height: 34px; 
   background-image: url(images/f_04.png);
   left:50%;
   top: 10px;
   margin-left:-49px;
   cursor: pointer;
   text-align: left;
}

textarea {
   margin: 0;
   padding: 0; 
   position: absolute;
   top: 15px;
   left: 25px;
   width: 470px;
   height: 65px;
   background: none;
   border: none;
   font-family: Helvetica, Arial, sans-serif;
   font-style: italic;
   font-size: 13px;
   outline: none;
   -moz-appearance: none;
   resize: none;
   overflow: auto;
   color: #513921;
   
}
#name {
   margin: 0;
   padding: 0; 
   position: absolute;
   top: 5px;
   left: 20px;
   width: 160px;
   height: 30px;
   background: none;
   border: none;
   font-family: Helvetica, Arial, sans-serif;
   font-style: italic;
   font-size: 13px;
   outline: none;
   -moz-appearance: none;
   color: #513921;
}
#contact{
   margin: 0;
   padding: 0; 
   position: absolute;
   top: 5px;
   left: 20px;
   width: 260px;
   height: 30px;
   background: none;
   border: none;
   font-family: Helvetica, Arial, sans-serif;
   font-style: italic;
   font-size: 13px;
   outline: none;
   -moz-appearance: none;
   color: #513921;
}

.errorMessage {
   width: 100%;
   text-align: center;
   color: red;
   margin-top:20px;
}


