html, body {
	height: 100%;
	width: 100%;
}
body, td, input {
	font-family: Verdana;
	font-size: 11px;
	color: #ffffff;
}
input, textarea {
	color: #002635;
	font-size: 10px;
	}
body {
	background-color: #002635;
	background-image: url(../images/zintuigen_main_bg.jpg);
	margin: 0;
}
a {
	text-decoration: none;
	color: #ffffff;
}
a:hover {
	color: #006c7a;
}
b {
	font-size: 13px;
}
input[type="radio"], input[type="checkbox"] {
    position: relative;
    margin-left: 0;
    border: none;
}
form {
    padding: 0;
    margin: 0;
}
label {
    float: left;
    width: 160px;
    margin-top: 3px;
    height: 18px;
}
br {
    clear: left;
}
hr {
	height: 0;
	width: 100%;
	border: 0;
	border-top: solid 1px #ffffff;
}
.hint {
    color: #f32f41;
    font-family: Verdana;
    font-size: 9px;
    width: 245px;
    margin-top: 0;
    margin-left: 7px;
    text-align: left;
}
.error {
	color: #f32f41;
	font-family: Verdana;
	font-size: 9px;
	text-align: left;
}
#container {
	position: relative;
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}
#center {
	width: 100%; 
	height: 772px; 
	position: absolute; 
	top: 50%; 
	margin: -386px auto auto auto; 
	border-bottom: solid 1px #ffffff;
	text-align: center;
	background-color: #ffffff;
	background-image: url(../images/zintuigen_green_bg.jpg);
}
#logo_container {
	width: 100%;
	height: 142px;
	border-bottom: solid 1px #ffffff;
	background-image: url(../images/zintuigen_lgreen_bg.jpg);
}
#logo {
	width: 616px;
	height: 142px;
	background-image: url(../images/zintuigen_logo.jpg);
	margin-left: auto;
	margin-right: auto;
}
#main {
	/* background-image: url(../images/zintuigen_bg.jpg); */
	background-repeat: no-repeat;
	width: 900px;
	height: 629px;
	border-bottom: solid 1px #ffffff;
	margin-left: auto;
	margin-right: auto;
}
#content {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}
#menu {
	width: 900px;
	padding-top: 25px;
	height: 22px;
	border-bottom: solid 1px #ffffff;
	font-size: 10px;
	font-weight: bold;
}
#text {
	width: 900px;
	height: 415px;
	text-align: left;
	padding-top: 26px;
}
#footer {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 4px;
	font-size: 10px;
	text-align: left;
}

