body{
  margin:0;
  background:#ccc;
  font-size:0;
}

.wrapper{
  background:white;
  width:1024px;
  margin:0 auto;
  overflow:hidden;
}

#iframe-head, #iframe-foot, #iframe-top-third, #iframe-bottom{
  border:none;
  margin: auto;
  display: block;
}

.container{
  width: 1024px;
  padding: 0;
  margin: 0 auto;
}

.content{
  height:950px;
}

.main h1{
  position: relative;
  padding: 5px;
  border-left: 10px solid #778899;
  font-size:40px;
  margin:10px 0 0 20px;
  border-bottom: 5px solid #7ed1e;
}

.main h1:before {
  position: absolute;
  left: -10px;
  bottom: 0;
  content: '';
  width: 10px;
  height: 50%;
  background-color: lightblue;
}

.main h1:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 90%;
  height: 0;
  border-bottom: 3px solid #778899;
}

label{
  font-size:24px;
  font-weight:bold;
  color:black;
}

input{
  font-size:20px;
  font-weight:normal;
  color:black;
  padding-left:20px;
}

.name, .adress, .message{
  margin:20px 10px 10px 30px;
}

.name input{
  width:320px;
  height:30px;
  margin:0 0 0 10px;
}

.adress input{
  width:500px;
  height:30px;
  margin:0 0 0 10px;
}

.message textarea{
  font-size:20px;
  font-weight:normal;
  color:black;
  padding-left:20px;
}

p{
  font-size:20px;
  font-weight:bold;
  color:black;
  margin:20px 0 0 20px;
}

#button{
  position:absolute;
  margin:15px 0 0 420px;
  padding:10px 48px;
  font-size:30px;
  background:#000099;
  color:white;
  border-radius:4px;
  opacity:0.8;
}

#button:hover{
  opacity:1;
}
