.shoutbox{
background: #FFFFFF;
	background: url('/images/assets/switch-service/background.png') no-repeat;
	background-image: url('images/assets/switch-service/background.png'), -webkit-gradient(linear, left top, left bottom, from(#F5F5F5), to(#FFFFFF)); /* Saf4+, Chrome */
	background-image: url('/images/assets/switch-service/background.png'), -webkit-linear-gradient(top, #F5F5F5, #FFFFFF); /* Chrome 10+, Saf5.1+ */
	background-image: url('/images/assets/switch-service/background.png'),    -moz-linear-gradient(top, #F5F5F5, #FFFFFF); /* FF3.6+ */
	background-image: url('/images/assets/switch-service/background.png'),     -ms-linear-gradient(top, #F5F5F5, #FFFFFF); /* IE10 */
	background-image: url('/images/assets/switch-service/background.png'),      -o-linear-gradient(top, #F5F5F5, #FFFFFF); /* Opera 11.10+ */
	background-image: url('/images/assets/switch-service/background.png'),         linear-gradient(top, #F5F5F5, #FFFFFF);
			width: 740px;
height: 700px;
padding: 15px;
background-size: 710px 500px;
		}
		
		.shoutbox h3{
	float:left;
			color: #B1B1B1;
			font-size: 1.2em;
			font-style: italic;
		}
		
		.shoutbox ul{
	
			list-style: none;
			padding: 0px;
			margin: 0px;
float:left;
width: 380px !important;
		}
		.shoutbox ul li{
			background: url('/images/assets/ledenwerving/voordeel-tick-small.png') no-repeat !important;
			line-height: 20px;
			padding-left: 40px !important;
			padding-top: 6px;
			width: 300px;
			color: #5B9A3C;
			font-weight: bold;

float:left;
		}
		
		.shoutbox ul li hr{
			color: #F3F3F3;
			border: 1px solid #F3F3F3;
			height: 1px;
		}
		
		.shoutbox div#maandbedrag-switch-service{
	
			background: url('/images/assets/switch-service/maanbedrag.png') no-repeat;
			width: 381px;
			height: 168px;
float:left;
		}
		
		#sarah{
			background: url('/images/assets/switch-service/sarah.png') no-repeat;
			width: 329px;
			height: 519px;
			float: right;
		}
		
		.shoutbox div.aanmelden-button{
			border-left: 3px solid #C6C6C6;
			border-radius: 8px;
			padding:12px 0px;
			float: right;
			margin-top: -75px;
			margin-right: 55px;
		}
		
		.shoutbox div.aanmelden-button a{
			border-left: 3px solid white;
			border-top: 3px solid white;
			border-right: 1px solid white;
			border-bottom: 1px solid white;
			background-color: #1CAAE2;
			color: white;
			border-radius: 8px;
			padding: 12px 24px;
			font-style: italic;
			font-weight: bold;
			text-decoration: none;	
			
		}
		/* hover aanmelden button */
		.shoutbox div.aanmelden-button a:hover{
			color: #C1C1C1;
}

		.shoutbox div.meer-informatie-button{
			background: #3D67AC; /* Old browsers */
			background: -moz-linear-gradient(top, #3D67AC 0%, #5080CE 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3D67AC), color-stop(100%,#5080CE)); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top, #3D67AC 0%,#5080CE 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top, #3D67AC 0%,#5080CE 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top, #3D67AC 0%,#5080CE 100%); /* IE10+ */
			background: linear-gradient(to bottom, #3D67AC 0%,#5080CE 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3D67AC', endColorstr='#5080CE',GradientType=0 ); /* IE6-9 */
			float: right;
			border-radius: 8px;
			padding: 6px 10px;
			margin-top: -24px;
			margin-right: 78px;
		}
		/* meer informatie button */
		.shoutbox div.meer-informatie-button a{
			color: white;
			font-weight: bold;
			text-decoration: none;
			font-size: 0.9em;
			
		}
		/* hover meer informatie button */
		.shoutbox div.meer-informatie-button a:hover{
			color: #C1C1C1;
			font-weight: bold;
			text-decoration: none;
			font-size: 0.9em;
			
		}
		
		div.waarom-aanmelden{
			float: left;
			margin-left: 220px;
			margin-top: -20px;
			text-align: center;
			font-weight: bold;
			font-size: 0.9em;
		}
		.waarom-aanmelden div.dark-blue{
			color: #4681AF;
			font-style: italic;
		}
		
		.waarom-aanmelden div.blue{
			color: #6FACDB;
			font-style: italic;
		}
		.waarom-aanmelden div.grey{
			color: #C1C1C1;
		}