.arrow {
	display: block;
	float: left;
	margin-right: 10px;
}

.comicviewer {
	display: block;
	background-color: #f4fbff;
	border: 2px solid #def2ff;
	margin-bottom: 30px;
	padding: 11px;
	width: 700px;
	height: 570px;
}

#comicviewer{
	margin-bottom: 30px;	
}

.comicmeta {
	border-bottom: 1px solid #ceeafc;
	clear: left;
	display: block;
	float: left;
	margin-bottom: 20px;
	padding: 10px 0;
	width: 710px;
}

.comicmeta * {
	display: block;
	float: left;
	font-size: 0.9em;
	line-height: 1.6em;
}

.comicmeta form{
	min-width: 250px;
}

.comicmeta .ratinglabel {
	font-weight: bold;
	padding-right: 10px;
}

.comicmeta .votes {
	font-size: 0.7em;
	margin-top: 3px;
	padding: 0 30px 0 10px;
}

.comment-alt {
	border-top: 1px solid #def2ff;
	border-bottom: 1px solid #def2ff;
	background-color: #edf8ff;
}

.comment-avatar {
	display: block;
	float: left;
	height: 32px;
	margin: 0;
	width: 32px;
}

.comment-body {
	display: block;
	font-size: 0.8em;
	line-height: 1.2em;
	margin-left: 55px;
	width: 600px;
}

#comment-form {
	margin-bottom: 40px;
}

#comment-form textarea {
	color: #000 !important;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.0em;
	line-height: 1.4em;
	margin-bottom: 10px;
	padding: 12px;
	width: 682px;
}

.comment-meta {
	margin: 0 0 20px 0;
	color: #848484;
}

.comment-meta a {
	color: #51add0;
	font-weight: bold;
}

.commentlist {
	list-style-type: none;
	margin: 20px 0;
	padding: 0;
}

.commentlist li {
	display: block;
	padding: 20px;
	width: 670px;
}

#ecomLinks a {
	margin-bottom: 5px;
}

.mf_list {
	display: none;
	font-size: 0.8em;
	list-style-type: disc;
	margin: 0;
	padding: 0 0 20px 20px;
}

.mf_list li {
	margin-bottom: 5px;
}

.more_from {
	background: url('../images/arrow-sprite.gif') no-repeat;
	color: #333;
	display: block;
	float: left;
	font-weight: bold !important;	
	margin-bottom: 18px;
	outline: none;
	padding: 2px 0 0 20px;
}

.more_from:hover {
	color: #FF006B !important;
}

.more_from_open {
	background-position: 0 -16px !important;
}

.post_comment {
	background: url('../images/post_comment.gif');
	display: block;
	float: left;
	height: 32px;
	margin: 0 0 0 20px;
	overflow: hidden;
	text-indent: -9999px;
	width: 118px;
	border: none;
}

.post_comment:hover {
	background-position: 0 -32px !important;
}

.warnings, .success{
	margin: 0.5em 0;
	width: 380px;
}

.send_btn {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(/images/send_btn.gif) repeat scroll 0 0;
	display:block;
	height:32px;
	margin:0 0 0 290px;
	overflow:hidden;
	text-indent:-9999px;
	width:108px;
	border: none;
}

label {
	display:block;
	font-size:0.8em;
	font-weight:bold;
}
