#contactform {

}
#contactform input[type=text]{
	line-height:24px;
	height:24px;
	padding-top:0;
	padding-bottom:0;
	font-size:11px;
	font-size: 14px;
	font-family: "calibri, PT Sans Narrow", arial,helvetica;
	max-width: 400px;
}
#contactform textarea{
	font-size:11px;
	line-height:24px;
	font-size: 14px;
	font-family: "calibri, PT Sans Narrow", arial,helvetica;
	max-width: 400px;
}
#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;
}

@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:25px;
	line-height:25px;
	padding-top:0;
	padding-bottom:0;
	font-size:11px;
	width: 100px;
	font-size: 14px;
	font-family: "calibri, PT Sans Narrow", arial,helvetica;
}

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