@charset "utf-8";
/* CSS Document */

#content #left {
	float: left;
}

#content #left .box3 {
	float: left;
	width: 229px;
	height: 108px;
	background-color: #999999;
	display: block;
	margin-right: 1px;
	margin-top: 1px;
}

#content #left .box5 {
	float: left;
	width: 229px;
	height: 108px;
	background-color: #999999;
	display: block;
	margin-right: 0px;
	margin-top: 1px;

}

#content #left .box4 {
	float: right;
	display: block;
	width: 176px;
	height: 173px;
	margin-right: 10px;

}


#content #left #joinlist {
	position: absolute;
	padding-right: 5px;
	padding-top: 15px;
	top: 683px;
	height: 20px;
	display: block;
	color: #000000;
	font-weight: bold;
	text-align: right;
	width:920px;

}

#content #left #joinlist .joinbutton {
	background-color: #000; /* pea soup */
	border: 0;
	color: #fff;
	margin: 0;
	padding: 2px;

}


#emaillist {
	float: right;

}






