body {
	margin: 0px;
	padding: 0px;
	background-color: #EBEDF2;
	background-image: url(/download/?id=bla);
}

body, div, td, span, a, p, input, textarea {
	font-family: verdana, franklin gothic book, tahoma,serif;
	font-size: 11px;
}

h1 {
	color: #8cc63f;
	border-bottom: 1px solid #8cc63f;
	font-size: 15px;
	width: 250px;
	margin-bottom: 10px;
}

h2 {
	color: #565757;
	border-bottom: 1px solid #565757;
	font-size: 13px;
	width: 150px;
	margin-bottom: 10px;
}

h3 {
	color: #000000;
	border-bottom: 1px solid #000000;
	font-size: 10px;
	width: 150px;
	margin-bottom: 10px;
}

a {
	color: #8cc63f;
	text-decoration: none;
}

a:hover {
	color: #565757;
	text-decoration: none;
}

a:active{
	color: #565757;
	text-decoration: none;
}

.boxTd {
	border-bottom: 1px solid #8cc63f;
	padding-left: 5px;
	padding-right: 0px;
	padding-top: 5px;
	padding-bottom: 10px;
}

.buttonTd {
	text-align: center;
	border-left: 1px solid #000000;
}

.boxTop {
	text-align: center;
	height: 35px;
}
ul {
	list-style-image: url("http://www.rfidea.nl/download/?id=1176244");
}

#jqModal {
	display: none;
	margin: 0px 0px 0px -250px;
	padding: 10px 10px 20px 10px;
	width: 500px;
	min-height: 300px;
	background-color: white;
	background-image: url('/download/?id=423861');
	background-repeat: no-repeat;
	position: absolute;
	top: 100px;
	left: 50%;
}
#jqModal.jqmID1 { display: block; }
	#jqmClose { position: absolute; bottom: 10px; right: 10px; }