html, body {

	background-color: #abb3c7;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	height: 100%;

}
body {

	overflow: hidden; /* this declaration applied to html, body will lead IE on mac to hide everything */

}

form {

	margin: 0px;

}

div#pageFrame {

	position: relative;
	margin: 0px auto;
	width: 700px;
	height: 100%;
	text-align: center;

}
div#contentHeader {

	position: relative;
	background: #a50000 url(../images/authentication/corner.gif) no-repeat 0% 0%;
	margin-top: 12%;
	height: 35px;
	text-align: left;

}
div#contentArea {

	position: relative
	background: #eaeaea url(../images/authentication/menu_corner.gif) no-repeat 0% 0%;
	background-color: #eaeaea;
	background-image: url(../images/authentication/menu_corner.gif);
	background-repeat: no-repeat;
	width: 700px;
	height: 400px;
	text-align: left;

}

div.backgroundImage {

	position: absolute;
	width: 400px;
	height: 400px;
	right: 0px;

}
div.formHeader {

	position: relative;
	top: 60px;

}
div.headerText {

	position: relative;
	margin: 20px 0px 0px 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	color: #444488;

}
div.loginForm {

	position: relative;
	background: url(../images/authentication/logo_sablon.gif) no-repeat 30px 100%;
	width: 300px;
	height: 220px;
	top: 65px;

}
div.loginForm img {

	border: 1px solid #7c98ae;
	margin: 0px 0px 5px 12px;

}

label,input,select {

	float: left;
	display: block;
	width: 130px;
	margin: 0px 0px 5px 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;

}
label {

	padding: 0px 0px 4px 0px;
	width: 120px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	text-align: right;
	color: #333333;

}
select {

	width: 134px;
	margin-bottom: 26px;

}
input.login {

	float: right;
	margin: -12px 24px 0px 0px;
	width: 74px;

}

br {

	clear: left;

}

a.button {

	float: right;
	background: url(../images/authentication/login.png) no-repeat;
	margin: -12px 24px 0px 0px;
	width: 74px;
	height: 30px;

}

a.button:hover {

	background: url(../images/authentication/login-active.png) no-repeat;

}

div.error {

	position: absolute;
	border-top: 1px solid #dc241f;
	border-bottom: 1px solid #dc241f;
	padding: 2px 0px;
	width: 100%;
	top: 130px;
	left: 0px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #dc241f;

}

div.copyright {

	padding: 4px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-align: right;

}