/* CSS Document */

img.comment-arrow{
	background-repeat: no-repeat;
	width: 14px;
	height: 14px;
	margin-bottom: -2px;
}

div.box{
	border: solid 2px #bcbcbc;
	padding:10px;
	color:#000;
	background:#fff;
}

div.shadow_box{
	padding-bottom: 3px;
	background-image: url(../../../images/comment-shadow.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}