#tilbud {
	margin: 40px auto;
	padding:0;
	text-align:left;
	background: #e4ecf1;
	min-width:320px;
	max-width:800px;
	color:#4d4d4d;
}
.full {
	width:100%;
	float:left;
}
.onethird {
	width: 33.33%;
	float:left;
}
.twothird {
	width: 66.66%;
	float:left;
}
.forty {
	width: 40%;
	float:left;
}
.sixty {
	width: 60%;
	float:left;
}
label {
	padding-top: 8px;
	width:37%;
	margin-left:3%;
	height: 32px;
	line-height: 32px;
	display:block;
	float:left;
}
input[type=tel], input[type=text], input[type=email], select {
	margin-top: 5px;
	float: left;
	width: 56%;
	height: 38px;
	border-radius: 6px;
	outline: none;
	text-align: left;	
	display:block;
}
input[type=text].small, input[type=tel].small {
	width: 32%;
	float:left;
	/*margin-left:10%;*/
}

textarea {
	width: 92.6%;
	margin: 5px 3.6% 0 3%;
	height: 98px;
	border-radius: 6px;
	color: black;
	outline: none;
	text-align: left;	
	display:block;
	resize: none;
}
