.compo {
	border: 1px solid #929292;
	border-spacing: 0px;
	margin-bottom: 20px;
	background: url('../img/bg_compo.png');
	width: 455px;
}
.compo th {
	background: url('../img/bg_gamename.png') repeat-x;
	height: 26px;
	border: 0px;
	border-bottom: 1px solid #929292;
	text-align: left;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	padding-left: 10px;
}
.compo td {
	color: #00c1f3;
	padding-left: 5px;
	padding-right: 5px;
	border: 0px;
}
.compo .imageholder {
	border-right: 1px solid #929292;
	padding: 0px;
	width: 102px;
	height: 87px;
}
.compo .image {
	position: relative;
	width: 102px;
	height: 87px;
}
.compo .image img {
	width: 102px;
	height: 87px;
}
.compo .image .imageoverlay {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 102px;
	height: 87px;
	background: url('../img/bg_image_overlay.png') no-repeat;
}
.compo .subheader {
	font-weight: bold;
	color: #fff;
}

.compo .subsubheader {
	color: #fff;
}

.participate-box {
	width: 45%;
	float: left;
	border: 1px solid #373e43;
	margin: 10px;
	
}
.participate-header {
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #373e43;
	padding: 3px;
	background: url('../img/bg_header.png') repeat-x;
}

.participate-content {
	padding: 5px;
}
	
.clanpassword {
	color: #303236;
	
}
	
	
	
	
	
	
	
	
	
	

