@charset "utf-8";
/* CSS Document */

#login_form {
	background:#000000 url(../../template/image/login_form.gif) no-repeat top right;

	width:224px;
	height:145px;
	margin-left:5px;
	color:#999999;

}

#loginform, #loguitform{
	background:#000000 url(../../template/image/login_form.gif) no-repeat top right;
	height:145px;
	margin-left:5px;
	color:#999999;

	width:224px;
	margin:0;
}

legend {

}
.h2_groen {
	color:#A0BD23;
	font-size:13px;
	line-height:14px;
	margin:0 0 5px 5px;
	padding:5px 0 0 0;
}


#loginform label, #loguitform label {
	display:block;
	float:left;

	width:80px;

	height:15px; */
	height:13px;	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	vertical-align:bottom;
	text-align:left;
	font-weight:bold;
	color:#FFFFFF;

	margin:2px 5px 2px 7px; */
	margin:0px 5px 0px 5px;	

}
#loginform .input, #loguitform .input {

	width		:100px;
	height		:13px; */
	height		:15px;

	border:1px solid #000;	
	
	font-size	:10px;
	font-weight	:bold;
	color		:#A0BD23;
	margin		:2px 2px; */
	margin		:0px 2px;
}
p.nopadding{
	padding-bottom:1px;
	padding:0;
	margin:0;
	width:218px;
}
.input_error {
	width		:100px;
	height		:13px; */
	height		:15px;

	border:1px solid #FF0000;
	
	font-size	:10px;
	font-weight	:bold;
	color		:#A0BD23;
	margin		:2px 2px; */
	margin		:0px 2px;	

	}

#loginform button, #loguitform button{

	text-align:left;
	
	width		: 211px;
	height		: 20px;
	
	padding		: 0;
	border		: 0;
	margin		: 0 0 0 4px;
	
	background	: transparent url(/template/images/inlog_button.gif) no-repeat right bottom;
	
	cursor		: pointer; /* hand-shaped cursor */
	cursor		: hand; /* for IE 5.x */

	font-family	: Arial, Helvetica, sans-serif;
	font-size	: 12px;
	line-height	: 14px;
	font-weight	: bold;
	color		: #FFFFFF;
}


#loguitform .status label {
	display:block;
	float:left;
	
	width:60px;
	height:15px; */
	height:13px;	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	vertical-align:bottom;
	text-align:left;
	font-weight:bold;
	color:#FFFFFF;

	margin:2px 5px 2px 7px; */
	margin:0px 5px 0px 5px;	
}

#loguitform .status select{

	text-align:left;
	display:inline;
	
	width		: 138px;
	height		: 18px;
	
	padding		: 0;
	border		: 1px solid #666;
	margin		: 0 3px 0 0;
	
	background	: #000000 url(/template/images/inlog_button.gif) no-repeat right bottom;
	
	cursor		: pointer; /* hand-shaped cursor */
	cursor		: hand; /* for IE 5.x */

	font-family	: Arial, Helvetica, sans-serif;
	font-size	: 12px;
	line-height	: 14px;
	font-weight	: normal;
	color		: #FFFFFF;
}
	#loguitform .status select option{
		font-family:Arial, Helvetica, sans-serif;
		color:#FFFFFF;
		background:#666666; */
		background:#000000;
	}


.hr {
	border			:none;
	border-bottom	:1px solid #FFFFFF;
	line-height		:1px;
	margin			:5px 5px 2px 5px;
}



