.content_standard .module_infoBox {
	background: #eaf2f7;
	overflow: hidden;
	margin-bottom: 8px;
}
.module_infoBox .infoHeader {
	padding: 10px 0 0 10px;
	/*background: url(/images/layout/shadow.gif) bottom left no-repeat;*/ /*Changed by Lasse*/
}

.module_infoBox .infoDivider {
	background: url(/images/layout/shadow.gif) bottom left no-repeat;
	clear: both;
	height: 11px;
}/*Added by Lasse*/

.module_infoBox h5 {
	padding: 0 10px 20px 0; /*Changed by Lasse from 0 10px 30px 0;*/
	font-size: 1.5em;
	line-height: 1.1em;
	font-weight: normal;
}
.module_infoBox .infoboxImg {
	float: right;
	padding: 5px 25px;
}

.module_infoBox .infoWrap {
	clear: both;
}
.module_infoBox .infoContent {
	float: left;
	padding-left: 10px;
	padding-bottom: 8px;
	width: 250px;
}
.module_infoBox .infoDescription {
	padding-bottom: 8px;
}
.module_infoBox .infoContent img {
	float: left;
	padding-right: 10px;
}
.module_infoBox .infoLinks {
	padding-bottom: 8px;
}
.module_infoBox h5 a:link,
.module_infoBox h5 a:visited {
	text-decoration: none;
}
.module_infoBox h5 a:hover,
.module_infoBox h5 a:active {
	text-decoration: underline;
}
.module_infoBox .infoContent h4 a:link,
.module_infoBox .infoContent h4 a:visited {
	text-decoration: none;
}
.module_infoBox .infoContent h4 a:hover,
.module_infoBox .infoContent h4 a:active {
	text-decoration: underline;
}
.module_infoBox .infoLinks a,
.module_infoBox .infoLogin a {
	color: #004e83;
	text-decoration: underline;
}
.module_infoBox .infoLinks a:hover,
.module_infoBox .infoLogin a:hover {
	color: #0099ff;
	text-decoration: underline;
}

.module_infoBox .buttonLink {
	margin-bottom: 10px;	
}

