h1 {
	font-size: 24px;
	margin: 5px 0 10px 0;
}



div#container div#content div#tiles {
	width: 400px;
	height: 400px;
}

div#container div#content div.tile {
	width: 190px;
	height: 190px;
	float: left;
	margin: 0 10px 10px 0;
	position: relative;
}

div#container div#content div.tile div.shadow_top {
	width: 190px;
	height: 2px;
	background-image: url(/inc/img/shadow_tile_top.png);
}

div#container div#content div.tile div.tile_content {
	width: 186px;
	height: 186px;
	padding: 0 2px 0 2px;
	background-image: url(/inc/img/shadow_tile.png);
}

div#container div#content div.tile div.txt {
	width: 146px;
	height: 146px;
	padding: 20px 22px 20px 22px;
}

div#container div#content div.tile div.txt p {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 28px;
	color: #88aec0;
	margin: 10px 0 10px 0;
	line-height: 36px;
}

div#container div#content div.tile div.shadow_bottom {
	width: 190px;
	height: 2px;
	background-image: url(/inc/img/shadow_tile_bottom.png);
}

#actioncode {
background: url('/inc/img/home_vul-actiecode-in.gif') no-repeat 0 0 !important;
padding-top: 130px !important;
}
#actioncodeForm {
text-align: left;
width: 164px;
}
#actioncodeInput {
border: none;
width: 100px;
margin: 0 6px;
font-size: 14px;
float: left;
padding: 3px;
text-transform: uppercase;
}
#actioncodeSubmit {
float: right;
background-color: #DA0046;
border: medium none;
color: #FFFFFF;
cursor: pointer;
padding: 3px 8px;
font-size: 14px;
text-align: center; 
}
#actioncode a {
color: #d90045;
font-size: 11px;
clear: both;
margin-top: 10px;
display: block;
}
