﻿#loginHookRight
{
	position: absolute;
	left: 0px;
	width: 250px;
	height: 99px;
	border-bottom: 1px solid gray;
	z-index: 4;
}

#loginBackground
{
	position: relative;
	width: 41px;
	background-color: #EEEEEE;
	height: 100%;
	z-index: 1;
}

#contentCatalogus
{
	position: absolute;
	width: 100%;
	text-align: center;
	top: 0px;
	background-image: url(Images/Login/logo_right.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	height: 99px;
	border-bottom: 1px solid gray;
	padding: 0px;
	margin: 0px;
}

#loginBottom
{
	position: absolute;
	bottom: 0px;
	background-image: url(Images/Login/login-bottom.gif);
	height: 111px;
	width: 100%;
	z-index: 0;
}

#login, #login_mobile
{
	position: absolute;
	width: 100%;
	text-align: center;
	z-index: 3;
}

#login
{
	top: 200px;
}

#activationText
{
	position: absolute;
	width: 100%;
	text-align: left;
	z-index: 3;
	top: 200px;
	padding-left: 15px;
}

#login_mobile
{
	top: 80px;
}

#loginUser
{
	margin: auto;
}

.buttonLogin
{
	background-image: url(Images/Login/button_login.gif);
	background-repeat: no-repeat;
	border: 0px;
	font-weight: bold;
	font-size: 11px;
	font-family: Trebuchet MS, Arial, Verdana;
	color: #000000;
	height: 25px;
	width: 65px;
}

.radiobuttons
{
	font-weight: bold;
	font-size: 10x;
	font-family: Trebuchet MS, Arial, Verdana;
	color: #222F55;
}

#demoAccountPanel
{
	width: 600px;
	text-align: center;
	margin: auto;
}

#demoAccountPanel h3
{
	color: #F47A1E;
	font-family: Trebuchet MS, Arial, Verdana;
	margin-top: 0px;
	margin-bottom: -5px;
}

#demoAccountPanel h1
{
	color: #141d70;
	font-family: Trebuchet MS, Arial, Verdana;
	margin-top: 0px;
	margin-bottom: -5px;
}

#demoAccountPanel p
{
	width: 600px;
	text-align: left;
}
