.letter {
	font-size: 14px;
	letter-spacing: 5px;
	border: 0px solid #000;
	padding: 3px;
	padding-top: 10px;
	float: left;
	margin-top: -5px;
	margin-left: auto;
	margin-right: auto;
	width: 99%;
	text-align: center;
	background: #000;
	height: 25px;
}

.letter a {
	text-decoration: none;
	font-weight: bold;
	color: #7a9cad;
}

.letter a:hover {
	text-decoration: underline;
	color: #2d4048;
}

.bandsview {
	font-size: 13px;
	letter-spacing: 0px;
	border: 0px solid #000;
	padding: 3px;
	padding-top: 10px;
	float: left;
	margin-top: -3px;
	margin-left: auto;
	margin-right: auto;
	width: 99%;
	text-align: center;
	background: #fff;
	overflow: auto;
}

.bandsview a {
	text-decoration: none;
	font-weight: bold;
	color: #7a9cad;
}

.bandsview a:hover {
	text-decoration: underline;
	color: #2d4048;
}

.bandsongtitle {
	font-size: 18px;
}
/* * * * * * * * * * * * * * * * * * * * * * * * 
ALGEMENE OPMAAK
* * * * * * * * * * * * * * * * * * * * * * * */
.boxcontent {
	overflow: auto;
	border: 0px solid #000;
	width: 99%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	padding-bottom: 10px;
}

/* * * * * * * * * * * * * * * * * * * * * * * * 
ACHTERLATEN VAN EEN BERICHT
* * * * * * * * * * * * * * * * * * * * * * * */
.add_messageinput {
	width: 90%;
	font-size: 10px;
}

.add_messageinput_txtarea {
	width: 90%;
	font-size: 10px;
	height: 50px;
}

/* * * * * * * * * * * * * * * * * * * * * * * * 
GALLERY IMAGEBOX MOET KLEINER ZIJN 
* * * * * * * * * * * * * * * * * * * * * * * */
.gallery_thumbbox {
	margin-left: 5px;
	overflow: auto;	
	height: 150px;
	float: left;
	width: 23%;
	border: 0px solid #3ae7de;
	padding: 1px;
}