body {
	background-color: #fff;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1.3em;
	color: #696a6b;
	margin-top: 5px;
	margin-bottom: 5px;	
}
a{
	color: #696a6b;
}
#tipContent{
	margin-top: 10px;
}
#tipContent h1{
	font-size: 1.5em;
}
#registerContent h1{
	font-size: 1.5em;
}
#merklisteContent h1{
	font-size: 1.5em;
}
.row{
	clear: left;
	margin-bottom: 10px;
}
.row .left{
	float: left;
	width: 100px;
	font-weight: bold;
	color: #80b4bb;
}
.row .element select{
	width: 180px;
	height: 1.6em;
	font-size: 1em;
}
.row .element .FormField{
	width: 180px;
	height: 1.2em;
	font-size: 1em;
}
.row .element textarea{
	width: 200px;
	height: 100px;
	font-size: 1.2em;
}
.row .buttons{
	margin-left: 0px;
}
.row .checkbox{
	float: left;
}
.row .right{
	float: left;
	display: block;
	width: 320px;
	padding-top: 3px;
}
.errors{
	color: #CC0000;
	margin: 0px;
	line-height: 2em;
	list-style-type: none;
	background-image: url(../images/alert.png);
	background-repeat: no-repeat;
	background-position: 0px center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}

#fieldset-default{
	width: 270px;
	float: left;
	margin-left: 0px;
	padding-left: 0px;
	margin-right: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#fieldset-optional{
	width: 350px;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 0px;
	padding-left: 0px;
}
