#comic_info_left {
	vertical-align: top;
	width: 160px;
	text-align: center;
}
#comic_info_centre {
	vertical-align: top;
	width: 650px;
	padding: 0px 10px;
}
#comic_info_right {
	vertical-align: top;
	width: 160px;
}

#comic_info_left .left_link {
	text-align: left;
	margin: 2px 0px 2px 20px;
}
#comic_info_left .left_box {
	font-size: 10px;
	margin-bottom: 1em;
	padding: 5px 0px;
	border: 1px solid #000;
}
#comic_info_left hr {
	width: 90%;
	height: 1px;
	color: #000;
	background-color: #000;
}

#comic_info_centre {
	margin-left: 160px;
	padding: 0px;
}
#comic_info_centre .info_title {
	margin: 5px 0px;
}

#actions {
	font-size: 10px;
	position: fixed;
	right: 8px;
	bottom: 7px;
}
#tags {
	font-size: 10px;
	position: fixed;
	right: 8px;
	bottom: 20px;
	width: 150px;
	height: 150px;
	display: none;
	text-align: right;
}
textarea#tag_text, table#tag_text {
	font-size: 10px;
	width: 100%;
	height: 130px;
	background-color: #fff;
	border: 1px solid #000;
}
table#tag_text td {
	font-size: 10px;
	vertical-align: top;
}
#tags a {
	border: 1px solid #888;
	background-color: #eee;
	padding: 0px 2px 2px 2px;
}

form { margin-top: 1em; }

.midbox.highlight {
	border: solid 2px #f00;
}
