div, header, h1, label, input  {
	margin: 0;
	padding: 0;
}
#mainwrap {
	width: 96%;
	min-width: 320px;
	max-width: 24%;
	margin: 80px auto 30px auto;
	padding: 12px 2%;
	box-sizing: border-box;
	border: 1px solid red;
	background: white;
}
header, label, #contactname, #email, #subject, #message, #svar {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: black;
	line-height: 1.2;
}
header   {
	display: block;
	margin-bottom: 6px;
	border: 1px solid green;
}
header h1  {
	font-size: 16px;
}
label {
	height: 14px;
	font-size: 13px;
	border: 1px solid red;
	visibility: visible;
}
#svar {
	width: 100%;
	height: 14px;
	margin-bottom: 6px;
	border: 1px solid green;
	visibility: visible;
}
/*placeholder {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #900;
	line-height: 1.2;
}*/

#contactname, #email, #subject, #message {
	height: 22px;
	width: 100%;
	margin: 6px 0 12px 0;
	box-sizing: border-box;
	padding: 0 6px;
	background: #FCF0C0;
}
#message {
	height: auto;
	margin: 6px 0 12px 0;
}



