#maindiv {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
}
#asteriskhint {
	font-size: 12px;
	float: right;
	color: #FF0000;
	padding-bottom: 1em;
}
.question {
	clear: both;
}
.redasterisk {
	font-size: 12px;
	color: #FF0000;
}
label {
	float: left;
	width: 13em;
	display: block;
}
#wedding, #other, .tip {
	display: none;
}
.tip {
	position:absolute;
	min-width: 5em;
	max-width: 15em;
	left: 30em;
	border: solid 1px #FFCC00;
	background-color: #FFFFCC;
}

fieldset {
	border: 1px solid #CCCCCC;
	-moz-border-radius: 8px; 
	border-radius: px;
	
}
legend {
	color: #6699FF;
	font-weight: bold;
}
