form.join tr.error input, input.error{
	background:#f00;
	color:#fff;
	border-color:#000;
}
ul.navi {
	list-style:none;
	padding:0;
	margin:0;
	overflow:hidden;
}
ul.navi li{
	float:left;
}
ul.navi a{
	display:block;
	padding:5px 10px;
}
ul.profile li.profile a,
ul.write li.write a,
ul.list li.list a,
ul.login li.login a, 
ul.join li.join a{
	background:#03a;
	color:#fff;
}
ul.addCommentImage {
	list-style:none;
	padding:0;
	margin:0;
}
ul.addCommentImage li{
	position:relative;
	background:url('greed.png') top left no-repeat;
	padding:20px 0 0 20px;
	display:block;
	border:2px solid #f00;
	margin:10px;
}
ul.addCommentImage li img{
	opacity:.3;
	border:none;
}
ul.addCommentImage a{
	padding:0;
	margin:0;
}

ul.addCommentImage ul{
	padding:0;
	margin:5px;
	list-style:none;
	border:2px solid #000;
	background:#fff;
	width:500px;
	opacity:.5;
}
ul.addCommentImage ul:hover {
    z-index:100;
	opacity:.8;
}

ul.addCommentImage ul li,
ul.addCommentImage li.title{
	background:none;
	border:none;
	padding:0;
	position:static;
}
ul.addCommentImage ul input{
	width:60px;
}
ul.addCommentImage ul input.comment {
	width:100%;
}

ul.artistINFO , ul.artistINFO ul{
	background:top left no-repeat;
	list-style:none;
	padding:0;
}
ul.artistINFO img{
	max-height:100px;
}
ul.comicsView {
	list-style:none;
	padding:0;
	margin:0;
}
ul.comicsView li{
	padding:0;
	margin:0;
	position:relative;
}
ul.comicsView ul.comments{
	list-style:none;
	padding:0;
	margin:0;
}
ul.comicsView ul.comments li{
	position:absolute;
}

ul.comicsView ul.comments a.bookmark{
	font-size:12px;
	display:none;
}
ul.comicsView ul.comments li:hover a.bookmark{
	display:inline;
}
ol.comicslist {
	min-height:300px;
	padding:0;
	margin:0;
}
ol.comicslist >li{
	border:1px solid #000;
	overflow:hidden;
	padding:10px;
	margin:5px 0;
}
ol.comicslist >li:hover {
	border-color:#f00;

}
ol.comicslist li.now {
	background:#ffe;
}
ol.comicslist ul.artistINFO {
	border:2px solid #000;
	padding:10px;
	margin:0;
	background:#fff;
	float:right;
}
ol.comicslist ul.artistINFO:hover {
	border-color:#f00;
}
ul.artistINFO ul{
	display:none;
}
ul.artistINFO:hover ul{
	display:block;
}
tr.error td {
	background:#600;
	color:#fff;
}
tr.error strong{
	color:#ff0;
}
form.reply table{
	width:100%;
}
form.reply textarea{
	width:100%;
}

ol.reply{
	padding:0;
	margin:0;
}
ol.reply a.bookmark{
	position:absolute;
	top:0;
	right:0;
}
ol.reply > li{
	border:2px solid #eee;
	padding:5px;
	margin:5px;
	overflow:hidden;
	position:relative;
}
ol.reply > li:hover {
	border-color:#f00;
}
ol.reply ul.artistINFO, ol.reply ul.guestInfo{
	list-style:none;
	padding:5px;
	margin:5px;
	border:3px solid #aaa;
	float:right;
}
blockquote{
	position:relative;
}
blockquote p.cite{
	display:none;
}
blockquote:hover p.cite{
	display:block;
	position:absolute;
	border:1px solid #000;
	background:#fff;
	margin:0;
	padding:5px;
	text-align:left;
}
blockquote:hover p.cite a{
	display:inline;
}

