body {
	color:#666666;
	font-family:verdana,sans-serif;
	font-size:11px;
	border: 0px;
}

* {
	margin: 0pt;
	padding: 0pt;
}

#frame {
	width: 450px;
}

H1 {
	color: #006633;
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 14px;
}

H2 {
	color: #336699;
	font-size: 11px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 7px;
}

H3 {
	color: #336699;
	margin-bottom: 7px;
	font-size: 11px;
}

P {
	line-height: 1.2em;
	margin-bottom: 15px;
}

.login {
	font-size: 10px;
	float: right;
}

A:hover {
	background-image:url(/media/gfx/dotted-rood.gif);
	background-position:center bottom;
	background-repeat:repeat-x;
	color:#C40008;
	text-decoration:none;
}

A {
	background-image:url(/media/gfx/dotted-blauw.gif);
	background-position:center bottom;
	background-repeat:repeat-x;
	color: #2B5681;
	text-decoration:none;
}


STRONG.blue {
	color: #2B5681;
}

.info {
	color: #2B5681;
	
	background-image: url(/media/gfx/information.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	
	padding-left: 20px;
	padding-top: 4px;
	padding-bottom: 4px;
	
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	
	margin-bottom: 10px;
	
	border-top: 1px solid #2B5681;
	border-bottom: 1px solid #2B5681;
}

.error {
	color: #CC0000;
}

.error-message {
	color: #CC0000;
	
	background-image: url(/media/gfx/bullet_red.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	
	padding-left: 20px;
	padding-top: 4px;
	padding-bottom: 4px;
	
	width: 380px;
	display: block;
	
	margin-left: auto;
	margin-right: auto;
	
	margin-bottom: 10px;
	
	border-top: 1px solid #CC0000;
	border-bottom: 1px solid #CC0000;
}

.form-outer {
	background-image: url(/media/gfx/box_middle.jpg);
	margin-bottom: 12px;
}

.form-inner {
	background-image: url(/media/gfx/box_top.jpg);
	background-position: top;
}

.form-contents {
	background-image: url(/media/gfx/box_bottom.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	padding: 10px;
}

INPUT {
	font-size: 11px;
}

.form-contents .property {
	clear: both;
	margin-bottom: 5px;
}

.form-contents .label {
	float: left;
	width: 150px;
	padding-top: 1px;
}

.form-contents .label-required {
	padding-left: 18px;
	background-image: url(/media/gfx/bullet_star.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.clear {
	clear: both;
}
