/******************************************************
	Her defineres maillisteboksen på forsiden
*******************************************************/
#mailliste {
	float: left;
	clear: none;
	margin-bottom: 10px;
	}

#mailliste fieldset {
	width: auto;
	border: 1px solid white;
	}

#mailliste legend {
	font-size: 12px;
	font-variant: normal;
	color: white;
	background: inherit;
	}

#maillisteInput {
	font-size: 12px;
	}

#mailliste .knap {
	font-size: 12px;
	cursor: pointer;
	}

