/* --- Homepage (not logged in) --- */

div#home_container {
	width: 564px;
	height: 1%;
	overflow: hidden;
	margin-bottom: 15px;
}

/* --- Intro --- */
div#intro-text {
	float: left;
	height: 108px;
	width: 272px;
}

div#intro-text h2 {
	background: url(images/introtekst.jpg) top left;
	width: 234px;
	height: 42px;
	text-indent: -9999px;
	margin:9px 0 17px 0;
}

div#intro-text p {
	line-height: 17px;
	margin-bottom:3px;
}

/* --- Signup --- */

#signup {
	float: right;
	height: 384px;
	width: 272px;
	background: url(images/reg.jpg) no-repeat;
}

#signup p {
	padding: 5px 30px 5px 30px;
	color: #b10042;
	line-height:17px;
}

#signup p.beautytest {
	font-family: Arial;
	height: 91px;
	margin-top: 75px;
}

#signup p.beautytest a {
	display: block;
	padding:10px 0 0 0;
	margin:0 0 0 -8px;
}

#signup p.aanmelden {
	font-family: Arial;
	height: 98px; /* 108px; */
	margin-top: 40px;
}
#signup p.aanmelden a {
	font-family: Arial, Verdana, Sans-serif;
	color: #fff;
	text-decoration:underline;
}

#signup p.aanmelden a:hover {
	color: #ccc;
}

#signup a img {
	border: none;
}

/* --- Login --- */

#loginform td {
}

#loginmenu #process_error {
	width: 80%;
}

* html #login_errors {
	width: 600px;
}
