/* CSS Document */

p, h1, form, button{border:0; margin:0; padding:0;}

#content{
font-size:12px;
border: none;
}



#contact_text{
width:150px;
float:right;
}
#contact{
width:520px;
float:left;
margin-left:20px;
margin-right:20px;
border: none;
}
#contact p{
text-align:center;
}
#name{
width:50%;
float:left;
}
#name label{
display:block;
width:70px;
text-align:right;
float:left;
padding-right:5px;
}
#name input{
float:left;
width:150px;
font-size:12px;
margin-bottom:10px;
}
#address{
width:50%;
float:left;
}
#address label{
display:block;
width:85px;
text-align:right;
float:left;
padding-right:5px;
}
#address input{
float:left;
width:150px;
font-size:12px;
margin-bottom:10px;
}
#address select {
font-size:12px;
margin-bottom:10px;
margin-right:30px;
}
#comment{
width:100%;
clear:both;
}


form {
border: none;
} 

input[type=submit] {
clear:both;
text-align:center;
font-size:12px;
}

input[type=text], input[type=email] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
}
select {
  width: 100%;
  padding: 16px 20px;
  border: none;
  border-radius: 4px;
  background-color: #f1f1f1;
}
textarea {
  width: 100%;
  height: 150px;
  padding: 12px 20px;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 4px;
  resize: none;
}

input[type=button], input[type=submit], input[type=reset] {
  background-color: #04AA6D;
  border: none;
  color: white;
  padding: 16px 32px;
  text-decoration: none;
  margin: 4px 2px;
  cursor: pointer;
}
