.right {float:right;}
.box {margin-bottom:15px;}
#form1 {overflow:hidden;}
#form1 input, #form1 select, #form1 textarea {float: right;}
#bericht {overflow: hidden;display: inline-block; width: 100%;}
.formb {background: #1ABB00;; color: #fff; font-family: 'Yanone Kaffeesatz', inherited;
font-size: 20px; font-weight:normal; height:32px;}
textarea.required {margin-top:10px;width:100%!important;}
.green {color:#029E69;}
.verzenden {
background: rgb(26, 132, 13);
color: #fff;
font-size: 17px;
font-weight: bold;
height: 40px;
padding: 0px;
margin: 10px 0;
cursor:pointer;
width: 100%;
//max-width: 287px;
border: 1px solid #000;
transition: all 0.25s ease-out; 
-webkit-transition: all 0.25s ease-out; 
-moz-transition: all 0.25s ease-out; 
-o-transition: all 0.25s ease-out; 
}
.verzenden:hover {
background: rgb(5, 105, 37);
transition: all 0.25s ease-out; 
-webkit-transition: all 0.25s ease-out; 
-moz-transition: all 0.25s ease-out; 
-o-transition: all 0.25s ease-out; 
}
	
label {font-weight: bold;}