#formular {
  background: #f3f6f3;
  float:left;
  height: 320px;
  width: 300px;
  border-right: 3px solid #558a62;
  text-align: justify;
  border: 1px solid #558a62;
  margin: 0px 0px 0 50px;
}
#formular h1 {
  color: white;
  padding: 0px 20px;
  margin: 0px 0px;
  background: #558a62;
  font-size: 12px;
  text-align: center;
}
#formular p {
	padding: 0px 20px;
	color: black;
}
input {
	width: 200px;
	float:right;
}
textarea {
	width: 255px;
	float:right;
}
input.btn { 
	margin: 0px 20px;;
  color:#050; 
  font: bold 84% 'trebuchet ms',helvetica,sans-serif; 
  background-color:#ddead9; 
  border-right: 3px solid #558a62;
  text-align: center;
  border: 1px solid #558a62;
  width: 260px;
} 
h1 {
	padding: 10px 30px;
  color:black;
}
