.textfield300 {
	margin:2px;
}
.textfield150 {
	margin:2px;
}
.textfield300 {
        font-family: Verdana,Geneva,sans-serif;
        font-size: 12px;
	color: #000000;
	width: 270px;
	height:25px;	
  	margin:2px;
	border: 1px solid #005847;
	border-radius:3px;
}
.textfield150 {
        font-family: Verdana,Geneva,sans-serif;
        font-size: 12px;
	color: #000000;
	width: 150px;
	height:25px;
  	margin:2px;
	border: 1px solid #005847;
	border-radius:3px;
}
.textfield130 {
        font-family: Verdana,Geneva,sans-serif;
        font-size: 12px;
	color: #000000;
	width: 130px;
	height:25px;
  	margin:2px;
	border: 1px solid #005847;
	border-radius:3px;
}
.textfield200 {
        font-family: Verdana,Geneva,sans-serif;
        font-size: 12px;
	color: #000000;
	width: 200px;
	height:25px;
  	margin:2px;
	border: 1px solid #005847;
	border-radius:3px;
}
.textfield310 {
        font-family: Verdana,Geneva,sans-serif;
        font-size: 12px;
	color: #000000;
	width: 270px;
	height:75px;
  	scrollbar-arrow-color:#005847;
  	scrollbar-3dlight-color:#FFFFFF;
  	scrollbar-highlight-color:#005847;
  	scrollbar-face-color:#FFFFFF;
  	scrollbar-shadow-color:#005847;
  	scrollbar-darkshadow-color:#FFFFFF;
  	scrollbar-track-color:#FFFFFF;
  	margin:2px;
	border: 1px solid #005847;
	border-radius:3px;
}
.textfield301 {
        font-family: Verdana,Geneva,sans-serif;
        font-size: 12px;
	color: #000000;
	width: 270px;
	height:75px;
  	scrollbar-arrow-color:#005847;
  	scrollbar-3dlight-color:#FFFFFF;
  	scrollbar-highlight-color:#005847;
  	scrollbar-face-color:#FFFFFF;
  	scrollbar-shadow-color:#005847;
  	scrollbar-darkshadow-color:#FFFFFF;
  	scrollbar-track-color:#FFFFFF;
  	margin:2px;
	border: 1px solid #005847;
	border-radius:3px;
}
.textfield450 {
    font-family: Verdana,Geneva,sans-serif;
    font-size: 12px;
    color: #000000;
    width: 450px;
    height: 30px;
    border: 1px solid #005847;
    border-radius: 3px;
}

.textfieldKnop {
	width: 150px;
	height:30px;
	color: #fff;
  	margin:2px;
	border: 1px solid #005847;
	border-radius:3px;
	background: #005847;
}
.textfieldKnop:hover {
	background: #092d26;
}
@media(max-width:600px)
{
	#tables table tr td{
		display:block;	
		max-width:100% !important;
		text-align:left;
		width:auto !important;
	}

}

#contactform {
	margin-top: 30px;
}
#contactform input[type=text]{
	line-height:24px;
	height:24px;
	padding-top:0;
	padding-bottom:0;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	height: 30px;
}
#contactform textarea{
	font-size:12px;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
}
#contactform .radio-inline{
	position:relative;
	top:-5px;
}
#contactform > p {
	text-align: center;
}

.form-group label {
	margin-top: -4px;
}

.form-group img{
	margin-left: 10px;
}

#telefoon {
	width: 200px;
}

#textarea {
	margin-top: 50px;
}

#buttons {
	float:right;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
}

@media screen and (max-width: 500px) {
	#buttons {
		float: left;
		margin-left: 20%;
	}
}




.btn-default {
	color: #fff;
	border-color: rgb(210,0,82);
	background-color: rgb(221,46,46);
	height: 30px;
	line-height:25px;
	padding-top:0;
	padding-bottom:0;
	font-size:12px;
	width: 125px;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
        border-radius: 0px;
}

.btn-default:hover {
	color: #fff;
	border-color: rgb(210,0,82);
	background-color: rgb(221,46,46);
}