@charset "UTF-8";
<!--

#seriescomment{
	background-color:#09f;
	background-image:url(../images/series_nocom01.jpg);
	background-position:100% 50%;
	background-repeat:no-repeat;
	height:120px;
	margin-right:10px;
	padding:20px 105px 0 20px !important;
}

#live-right > #seriescomment{
	height:auto;
	min-height:120px;
}

#seriescomment p{
	background-color:#fff;
	border:#333 solid 3px;
	color:#000 !important;
	padding:10px !important;
}

#seriescomment p a{
	color:#03c;
	text-decoration:underline;
}

-->