span#showdate {
	position: relative;
}
span#showdate span#today {
	position: absolute;
	top: 0px;
	left: -75%;
	width: 120px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background-color: #777777;
	border: 2px solid white;
	color: white;
	display: none;
}

span#showdate:hover span#today {
	display: block;
}

input#title {
	display: block;
	width: 100%;
	background-color: #333333;
	border: 1px solid white;
	color: white;
}

div#latest {
	width: 330px;
}

div#latest h2 {
	margin: 0px;
	padding: 0px;
	background-color: #777777;
}

div#latest div.row {
	height: 2.7em;
	position: relative;
	margin-bottom: 5px;
}

div#latest div.row0 {
	background-color: #333333;
}

div#latest div.row1 {
	background-color: #222222;
}

div#latest span.latest_title {
	padding-left: 5px;
	display:block;
	height: 1.5em;
	line-height: 1.5em;
	overflow: hidden;
}

div#latest span.latest_time {
	height: 1em;
	line-height: 1em;
	position: absolute;
	display:block;
	font-size:.8em;
	color: #666666;
	padding-left: 25px;
}

div#latest span.latest_count {
	height: 1em;
	line-height: 1em;
	position: absolute;
	display:block;
	font-size:.8em;
	color: #888888;
	padding-left: 25px;
	right: 20px;
}

div#left {
	width: 630px;
	float: left;
}

div#right {
	float: left;
	width: 330px;
}

