/* Layout ******************/
html {
  background: #f5f5ef;
}

body {
  /* Цвет фона */
 position: relative; /* для задания "стакана" */
 margin: 0 300px;
}

#title {
  position: absolute;
  top: 20px; 
  height: 35px; width: 600px;

  background:#f5f5ef;  
 }

#privet {
  position: absolute;
  top: 70px; 
  height: 250px; width: 600px;

  background:#f5f5ef;  
  color: #c03f3b;
}
#privet p {
 text-align: justify; /* Выравнивание по ширине */
}

#forma 
  {
  position: absolute;
  top: 300px; 
  height: 185px; width: 350px;

  background:#f5f5ef;  
  color: #638F7B;
 }

#forma,
#forma input,
#forma button {
  display: inline;
  vertical-align: middle;
  }

#forma input {
  width: 10em;
}
#forma input,
#forma button {
  font-size: 100%;
   background:  #f4faf3;
    color: #c03f3b;
  
}



h1 {
   font-size: 150%;
  text-transform: uppercase;
  color: #638F7B;

}

#vibor 
  {
  position: absolute;
  top: 510px; 
  height: 500px; width: 600px;
  background:#f5f5ef;  

 }
 
 #vibor,
#vibor input,
#vibor button {
  display: inline;
  vertical-align: middle;
  }

#vibor input {
  width: 250px;
}
#vibor input,
#vibor button {
  font-size: 100%;
}


#vibor select {
    background:  #f4faf3;
    color: #c03f3b;
   }
#vibor textarea,input,button{
    background:  #f4faf3;
    color: #c03f3b;

}



