@charset "utf-8";
/* CSS Document */

.roundcont {
	width: 380px;
	background-color: #0098fe;
	color: #ffffff;
	list-style-type: none;
	font-size: 10px;
	text-align: center;
	padding-top: 6px;
}

.roundcont p {
	margin: 0 10px;
}

.roundtop { 
	background: url(img/feed_li_top.png) no-repeat top right; 
	height: 5px; width: 380px;
}

.roundbottom {
	background: url(img/feed_li_btm.png) no-repeat top right; 
	height: 5px; width: 380px;

}

img.corner {
   width: 5px;
   height: 5px;
   border: none;
   display: none !important;
}
