#content #secondary-content div.event-image {
	margin: 5px -5px 0px -4px;
	width: 172px;
	background-color: #333333;
	border-top: 1px solid #959595;
	border-bottom: 1px solid #959595;
}

#content #secondary-content div.event-image img {
	display: block;
	margin: auto;
}

.edit {
	margin: 8px 0px 8px 0px;
	font-size: 0.9em;
}


div#attending ul {
	height: 80px;
}

div#attending ul li {
	display: inline;
	width: 50px;
	font-size: 0.9em;
	text-align: center;
	float: left;
	overflow: hidden;

}

div#attending ul li img {
	display: block;
	margin: auto;
	width: 40px;
	border: 1px solid #CCCCCC;
	padding: 2px;
	background-color: #FFFFFF;
}


div#attending ul li.more {
	float: none;
	display: block;
	clear: both;
	width: 100%;
	text-align: right;
}


ul#attendance-list {
	margin-top: 10px;
	margin-bottom: 10px;
}

	ul#attendance-list li {
		background-image: url(/images/forum-row2.gif);
		background-repeat: repeat-x;
		float: left;
		width: 88px;
		height: 90px;
		border: 1px solid #CCCCCC;
		padding-top: 5px;
		margin: 1px;
		text-align: center;
		overflow: hidden;
	}

	ul#attendance-list li img {
		display: block;
		padding: 2px;
		border: 1px solid #CCCCCC;
		margin: 2px auto 0px auto;
	}

ul#attendance-options {
	clear: both;
}


label {
	height: 100% !important;
}

#post_body {height: 30em; width: 340px;}
fieldset.form th {font-weight: bold; text-align: center;}

