/* CSS Document */
img {
	border: none;
}

.messageblock {
	border: 1px solid #000000;
	width: 600px;
}

.messageblock-head {
	padding: 0px 2px 0px 2px;
	width: 596px !important;
	width: 600px;
	background: #156BA0 !important; /* Achtergrond kleur van de header van het geplaatste bericht */
	border-bottom: 1px solid #000000;
	color: #FFFFFF;
}

.messageblock-head a {
	color: #FFFFFF;
	text-decoration:none;
}

.messageblock-main {
	padding: 2px;
	width: 596px !important;
	width: 600px;
	background: #88b2df !important; /* Achtergrond kleur van het geplaatse bericht */ 
	color: #000000;
	overflow-x: hidden;
}

.messageblock-main a{
	color: #000000;
	text-decoration: none;
}
