body {
	 FONT: 11px Verdana, Helvetica; 
	 COLOR: #000;
	 BACKGROUND: #636363 repeat-x;
	 padding: 0;
	 margin: 0;
}

textarea {
	width: 500px;
	height: 100px;
	border:1px dashed #666;
}

input {
	border:1px dashed #666;
	margin: 3px 0 3px 0;
}

a {
	color:#000;	
}

#container {
	position: relative;
	width: 770px;
	margin: auto;
	background: #fff;
	padding: 10px 10px 0 20px;
	border-left: 2px solid #193353;
	border-right: 2px solid #193353;	
}

#report {
	position: relative;
	top: 10px;
	margin-bottom: 20px;
	color: #ff0000;
}	

#caseOptions {
	
}

#countOptions {

}

#reclame, #formulier {
	position: relative;
	float: left;
}

#formulier {
	width: 600px;
}	

#reclame {
	position: absolute;
	width: 160px;
	top: 10px;
	left: 620px;
}	

h1 {
	margin-top: 0px;
	font-size: 14px;
}

h3 {
	font-size: 14px;
}

h4 {
	font-size: 12px;
}
	
.horban {
	padding: 20px 0 0 0;
	position: relative;
	float:left;	
	width: 100%;
}	
	
.horban2 {
	margin-top: 40px;
	margin-bottom: 10px;	
}

.send img {
	cursor: pointer;
}

.send {
	width: 70px;
	position: relative;
	float: left;	
	left: 320px;
}

.check {
	border: none;
	position:relative;
	top: 3px;
}

.clearfix:after { 
	clear: both;
	content: "";
	display: block;
	height: 0pt;
	visibility: hidden;
}