body {
	background: url();
	background-color: #FFFFFF;
	color: #282828;
}

#body_container {
	background-color: #CECECE;
	border: 0;
	height: 80%;
}
#top_container {
	height: 60px;
}
#bottom_container {
	height: 50px;
}
#content_container {
	padding-top: 0px;
}
#page_header {
	/*background-color: #878787;*/
	background-color: #666666;
	font-family: Univers-Light;
	height: 40px;
	padding-top: 4px;
	padding-bottom: 0px;
}

div#content, div.content {
	margin: 30px 50px 0px 50px;
	width: 600px;
}

div.form {
	width: 600px;
}
div.formError {
	color:#FF0000;
}

div.inputLabel {
	width: 200px;
}

div.submit {
	padding-left: 205px;
}
.knop {
	color: #282828;
	background-color: #E4E4E4;
}

#sForm fieldset {
    background-color: transparent !important;
    border-color: transparent;
    border-radius:0;
    border-right: 0px;
    border-style: none;
    border-width: 0;
    display: block;
    left: 0;
    margin: 0;
    padding: 0;
    position: relative;
    width: 400px;
}
div.submit {
    padding-left: 0px;
	padding-top: 20px;
}

