boxcontainer {
	width: 260px;
	margin: 0 auto;
	}

.titlebox {
	width: 250px;
	border: solid 1px #2b2b2b;
	height: 55px;
	padding: 10px 0 10px 10px; 
	background-color: #eee; 
	color: #000; 
	display: block;
	}

.titlebox2 {
	width: 254px;
	_width: 254px;
	border: solid 1px #2b2b2b;
	height: 23px;
	padding: 10px 0 10px 10px;
	background-color: #eee; 
	color: #000; 
	display: block;
	}


.expand {
	color: #ccc; 
	float: right; 
	text-decoration: none;
	padding: 0 0 0 5px;
	font-size: 10px;
	text-align: right;
	}

.expand:hover {
	text-decoration: none;
	font-size: 10px;
	}

.collapse {
	font-size: 10px;
	color: #ccc; 
	float: right; 
	text-decoration: none;
	padding: 0 0 0 5px;
	}

.collapse:hover {
	text-decoration: none;
	}

.contentbox {
	width: 250px;
	_width: 252px;
	padding: 5px 10px 5px 10px;
	background-color: #ffffff;
	border-left: solid 1px #2b2b2b;
	border-right: solid 1px #2b2b2b;
	border-bottom: solid 1px #2b2b2b;
	clear: both;
	display: block;
	}

#votebox {
	width: 250px;
	_width: 252px;
	height: 15px;
	padding: 5px 10px 10px 10px; 
	background-color: #fff; 
	border: solid 1px #2b2b2b;
	color: #000; 
	display: block;
	}


