/*PLACEHOLDERS */
.cb {
	margin-top: 15px;
}

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

/*fix voor IE6 en IE7*/
* html .cb {
	height: 1%;
}

*:first-child+html .cb {
	min-height: 1px;
}

/* Einde fix */

.cb1 {
	width: 10%;
	float: left;
	padding-bottom: 1em;
}

.cb2 {
	width: 90%;
	float: left;
	padding-bottom: 1em;
}

.cb1_content {
	margin-right: 10px;
	border-top: 1px solid #5cad21;
	color: #6d7d8c;	
}