html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	background: #0b6f87 url(../../../../images/beheer/login_body_top.gif) repeat-x;
	font-family: Tahoma;
	font-size: 11px;
	color: #585858;
}

a:link,
a:visited,
a:hover,
a:active {
	font-size: 11px;
	color: #59818a;
	text-decoration: none;
}

#wrapper {
	height: 100%;
	min-height: 500px;
	background:url(../../../../images/beheer/login_body_bottom.gif) repeat-x left bottom;
	position: relative;
	top: 0;
	left: 0;
}

#login_wrapper {
	width: 332px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -166px;
	margin-top: -98px;
}

h1 {
	margin: 0;
	padding: 0;
	font-size: 28px;
	font-weight: normal;
	color: #bbdbe3;
	position: relative;
	top: 0;
	left: 0;
	
} 

.ico {
	background:url(../../../../images/beheer/h1_login.png) no-repeat;
	width: 41px;
	height: 33px;
	position: absolute;
	left: 290px;
	bottom: 0;
}

#login_wrapper form {
	margin: 0 0 4px;
	padding: 0;
	border: 1px solid #195f71;
}

.error {
	border: 1px solid #195f71;
}

.error strong {
	color: #a30000;
	padding: 0 0 0 18px;
	background:url(../../../../images/beheer/error_ico.gif) no-repeat left 2px;
}

#login_wrapper fieldset {
	border: 3px solid #ababab;
	margin: 0;
	padding: 18px 15px;
	background: #cccccc;
	width: 294px;
	overflow: hidden;
}

.error_inner {
	border: 3px solid #ababab;
	background: #cccccc;
	padding: 4px 6px;
}

#login_wrapper label {
	display: block;
	padding: 0 0 11px;
	width: 100%;
	float: left;
}

label strong {
	font-size: 14px;
	display: block;
	font-weight: normal;
	width: 100px;
	text-align: right;
	padding-top:3px;
	float: left;
}

.input_wrapper {
	float: right;
	display: block;
	border: 1px solid #f2f2f2;
	background: #cacaca;
	width: 185px;
	padding: 1px;
	
}
.input_wrapper input {
	display: block;
	border: 0;
	width: 100%;
	padding: 2px 5px;
	width: 175px;
	background: #dcdcdc;
	font-size: 12px;
	color: #737373;
	margin: 0;
	
}
select{
	width:185px;
	color: #737373;
	background: #dcdcdc;


}

#login_wrapper p {
	margin: 0;
	padding: 0;
	float: right;
	width: 190px;
}

.lost_pass {
	float: left;
	white-space: nowrap;
	display: block;
	line-height: 21px;
	background:url(../../../../images/beheer/lost_pass_bg.gif) repeat-x 0 19px;
}




.button {
	display: block;
	color: #fff;
	background:url(../../../../images/beheer/forms/send_form_middle.gif) repeat-x;
	
	font-size: 12px;
	overflow: hidden;
	position: relative;
	top: 0;
	left: 0;
	float: left;
	
	font-weight: bold;
	text-decoration: none;
	float: right;
	
}

a.button:link, a.button:visited,  a.button:active {
	cursor: pointer;
	color: #fff;
	text-decoration: none;
}

a.button:hover *, .button:hover * {
	text-decoration: underline;
}

.button span {
	background:url(../../../../images/beheer/forms/send_form_left.gif) no-repeat;
	display: block;
	float: left;
	white-space: nowrap;
}


.button span span {
	background:url(../../../../images/beheer/forms/send_form_right.gif) no-repeat right 0;
	display: block;
	padding: 0 7px;
	height: 21px;
	line-height: 20px;
}

.button input {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
	height: 1000px;
	width: 1000px;
	filter: alpha(opacity=0);
	opacity: 0;
	position: absolute;
	top: -100px;
	left: -100px;
	cursor: pointer;
}









