* {
	margin: 0;
	padding: 0;
}
html, body{
	background: #222;
}

div#fbFooter {
	border-bottom: 3px solid #cccccc;
}

div.skjemaet {
	width: 600px;
	margin: 0 auto;
	background: #333;
	border: 20px solid #333;
}
div.sendAlert {
	width: 600px;
	margin: 0 auto;
	background: #333;
	border: 20px solid #333;
	margin-bottom: 10px;
	font-size: 20px;
	text-align: center;
	color: #A3715C;
	font-weight: normal;
}

div.skjema {
	width: 430px;
	float: left;
}

div.front {
	width: 110px;
	margin-left: 20px;
	float: left;
}

label {
	display: block;
	margin-right: 5px;
	margin-bottom: 5px;
	width: 120px;
	text-align: right;
	float: left;
}

input {
	width: 300px;
	border: 1px solid #ccc;
	margin-bottom: 5px;
}

input.button {
	width: 150px;
	border: 1px solid #ccc;
	margin-bottom: 5px;
}
