/* Table of contents
末末末末末末末末末末末末末末末末末末末末末末末末末*/
html {
	height: 100%;
}

body {
	    background-color: #e9e9e9;
    background-image: -webkit-linear-gradient(top, #fff 0%, #e9e9e9 100%);
    background-image: -moz-linear-gradient(top, #fff 0%, #e9e9e9 100%);
    background-image: -ms-linear-gradient(top, #fff 0%, #e9e9e9 100%);
    background-image: -o-linear-gradient(top, #fff 0%, #e9e9e9 100%);
    background-image: linear-gradient(to bottom, #fff 0%, #e9e9e9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='white', EndColorStr='#e9e9e9');
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;

	font: 12px 'Lucida Sans Unicode', 'Trebuchet MS', Arial, Helvetica;
	margin: 0;
}

h1 {
	text-shadow: 0 1px 0 rgba(255, 255, 255, .7), 0px 2px 0
		rgba(0, 0, 0, .5);
	text-transform: uppercase;
	text-align: center;
	color: #525252;
	margin: 0 0 5px 0;
	letter-spacing: 4px;
	font: normal 26px/1 Verdana, Helvetica;
	position: relative;
}

h1.fpw {
	font: normal 18px/1 Verdana, Helvetica;
}

h1.fpw:after, h1.fpw:before {
	background-color: #777;
	content: "";
	height: 1px;
	position: absolute;
	top: 9px;
	width: 20px;
}

h1:after, h1:before {
	background-color: #777;
	content: "";
	height: 1px;
	position: absolute;
	top: 15px;
	width: 15%;
}

h1:after {
	background-image: -webkit-gradient(linear, left top, right top, from(#777),
		to(#fff));
	background-image: -webkit-linear-gradient(left, #777, #fff);
	background-image: -moz-linear-gradient(left, #777, #fff);
	background-image: -ms-linear-gradient(left, #777, #fff);
	background-image: -o-linear-gradient(left, #777, #fff);
	background-image: linear-gradient(left, #777, #fff);
	right: 0;
}

h1:before {
	background-image: -webkit-gradient(linear, right top, left top, from(#777),
		to(#fff));
	background-image: -webkit-linear-gradient(right, #777, #fff);
	background-image: -moz-linear-gradient(right, #777, #fff);
	background-image: -ms-linear-gradient(right, #777, #fff);
	background-image: -o-linear-gradient(right, #777, #fff);
	background-image: linear-gradient(right, #777, #fff);
	left: 0;
}

/*--------------------*/
fieldset {
	border: 0;
	padding: 0;
	margin: 0;
}
#loginbox::after {
    content: '';
    position: absolute;
    z-index: -1; /* hide shadow behind image */
    -webkit-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.3);
    box-shadow: 0 15px 20px rgba(0, 0, 0, 0.3);                
    width: 70%; 
    left: 15%; /* one half of the remaining 30% */
    height: 100px;
    bottom: 0;
}
div.message {
	min-height: 30px;
}

div.message span {
	/*width: 300px;*/
	display: block;
	color:#ff2b2b;
	padding: 2px 2px 2px 2px;
	    margin: 20px 10px 20px 10px;
	/*height: 16px;*/
	border: 1px solid #C0C0C0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
	-webkit-box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
	box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
}

/*--------------------*/
#inputemail input {
	background-color: #f1f1f1;
	padding: 10px 10px 10px 30px;
	margin: 20px 0 0 0;
	width: 253px; /* 353 + 2 + 45 = 400 */
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
	-webkit-box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
	box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
	height: 30px;
}

#inputemail input:focus {
	background-color: #f1f1f1;
	border-color: #525252;
	outline: none;
	-moz-box-shadow: 0 0 0 1px #525252 inset;
	-webkit-box-shadow: 0 0 0 1px #525252 inset;
	box-shadow: 0 0 0 1px #525252 inset;
}

#emailadres {
	background-position: 5px -10px !important;
}

#inputs input {
	background: #f1f1f1 url(../images/login-sprite.png) no-repeat;
	padding: 10px 10px 10px 30px;
	margin: 20px 0 0 0;
	width: 253px; /* 353 + 2 + 45 = 400 */
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
	-webkit-box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
	box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
	height: 30px;
}

#username {
	background-position: 5px -10px !important;
}

#password {
	background-position: 5px -60px !important;
}

#inputs input:focus {
	background-color: #fff;
	border-color: #525252;
	outline: none;
	-moz-box-shadow: 0 0 0 1px #525252 inset;
	-webkit-box-shadow: 0 0 0 1px #525252 inset;
	box-shadow: 0 0 0 1px #525252 inset;
}

/*--------------------*/
#actions {
	margin: 10px 0 0 0;
}

#submit {
	background-color: #c0c0c0;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1),
		to(#c0c0c0));
	background-image: -webkit-linear-gradient(top, #f1f1f1, #c0c0c0);
	background-image: -moz-linear-gradient(top, #f1f1f1, #c0c0c0);
	background-image: -ms-linear-gradient(top, #f1f1f1, #c0c0c0);
	background-image: -o-linear-gradient(top, #f1f1f1, #c0c0c0);
	background-image: linear-gradient(top, #f1f1f1, #c0c0c0);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	-moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0
		rgba(255, 255, 255, 0.3) inset;
	-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0
		rgba(255, 255, 255, 0.3) inset;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3)
		inset;
	border-width: 1px;
	border-style: solid;
	border-color: #525252;
	height: 25px;
	padding: 0;
	width: 120px;
	cursor: pointer;
	font: bold 15px Arial, Helvetica;
	color: #525252;
}

#submit:hover, #submit:focus {
	background-color: #f1f1f1;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#c0c0c0),
		to(#f1f1f1));
	background-image: -webkit-linear-gradient(top, #c0c0c0, #f1f1f1);
	background-image: -moz-linear-gradient(top, #c0c0c0, #f1f1f1);
	background-image: -ms-linear-gradient(top, #c0c0c0, #f1f1f1);
	background-image: -o-linear-gradient(top, #c0c0c0, #f1f1f1);
	background-image: linear-gradient(top, #c0c0c0, #f1f1f1);
}

#submit:active {
	outline: none;
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
}

#submit::-moz-focus-inner {
	border: none;
}

#actions a {
	color: #525252;
	line-height: 35px;
	margin-left: 10px;
}

/*--------------------*/
.footlogo {
	position: absolute;
	bottom: 5px;
	right: 2px;
	height: 25px;
	width: 105px;
	visibility: visible;
	opacity: 1.0;
	filter: alpha(opacity = 100);
}