body {
	/* background: url('/plugins/xs4all_login/skins/larry/images/bg_lines.png') 100px 20px no-repeat #f2f3f3 !important; */
	width: 840px;
	margin: 50px auto 0;
}

.clear {
	clear: both;
}

table { margin: 0; padding: 0; }

table tr { border-bottom: none; }

#xs4all_bg_image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#login-form {
	float: left;
	margin: 10px;
	width: 410px;
	background: #fff !important;
	box-shadow: 0 0 5px #ddd;
	text-align: left !important;
}
#login-form .box-inner {
	background: #fff !important;
	border: none;
	border-radius: 0;
	margin: 5px;
	padding: 0;
	width: auto !important;
	height: 230px;
}
#login-form #logo {
	margin: 10px 0;
}
#login-form td.title {
	width: 35%;
	font-size: 1em;
	color: #555;
	text-align: left;
	text-shadow: none;
}
#login-form td.input {
	padding: 4px;
}
#login-form td.input input {
	font-size: 1.2em;
	width: 200px;
	border: 1px solid #c9cac8;
	box-shadow: none;
}
#login-form .formbuttons {
	margin: 5px 0 0 !important;
	padding: 0 49px 0 0;
	text-align: right !important;
}
#login-form #message {
	display: inline;
	padding: 0;
	min-height: 35px;
	width: 200px;
	font-size: 14px;
    color: #555;
}
#login-form #message .notice {
	color: #555;
}
#login-form #message .warning {
	color: #fc0000;
}
#login-form a {
	color: #555;
}

#login-form .bottom {
	bottom: 5px;
	margin-top: 20px;
	padding: 10px;
	background: #f8f8f8;
}

#login-form .bottom a:first-child {
	margin-right: 60px;
}

#xs4all_marketing {
	margin: 10px;
	width: 390px;
	height: 240px;
	display: inline;
	float: left;
	overflow: hidden;
	padding: 0;
	box-shadow: 0 0 5px #ddd;
}
#xs4all_marketing iframe {
	width: 390px;
	height: 240px;
	border: none;
}

#spotlight { display: none; }

#xs4all_notices #nieuws,
#xs4all_notices #storingen {
	float: left;
	margin: 10px;
	width: 400px;
	padding: 5px;
	background: #fff !important;
	box-shadow: 0 0 5px #ddd;
	text-align: left !important;
	min-height: 130px;
}

#xs4all_notices #storingen {
	display: inline;
	width: 380px;
}

#xs4all_notices #nieuws h2,
#xs4all_notices #storingen h2 {
	font-size: 18px;
	color: #272B74;
	padding: 5px;
	margin: 5px;
	border-bottom: 1px solid #F2F2F2;
}

#xs4all_notices #nieuws ul,
#xs4all_notices #storingen ul {
	margin: 0;
	padding-left: 15px;
}
#xs4all_notices #nieuws ul li,
#xs4all_notices #storingen ul li {
	list-style-type: none;
	margin: 0 0 5px -5px;
	display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 365px;
}
#xs4all_notices #nieuws a,
#xs4all_notices #storingen a {
	color: #9F0059;
	text-decoration: none;
}

#xs4all_old {
	text-align: right;
	margin-right: 10px;
}