/* STYLES FOR COMMENT */
/*************************/
/* ROUNDED CORNER STYLES */
/*************************/


/* inner color, border color, border width */
.commentbox {
 position:relative;
 margin:0px auto;
 min-width:8em;
 max-width:580px; /* based on image dimensions - not quite consistent with drip styles yet */
 margin-left:12px; /* default, width of left corner */
 margin-bottom:0; /* spacing under commentbox */

}

.commentbox .content,
.commentbox .t,
.commentbox .b,
.commentbox .b div {
 background:transparent url(images/comment-bg.png) no-repeat top right;
 _background-image:url(images/comment-bg.png);
}

.commentbox .content {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:0px 12px 0px 0px;
}

.commentbox .t {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:12px; /* top slice width */
 margin-left:-12px;
 height:100%;
 _height:1600px; /* arbitrary long height, IE 6 */
 background-position:top left;
}

.commentbox .b {
 /* bottom */
 position:relative;
 width:100%;
}

.commentbox .b,
.commentbox .b div {
 height:20px; /* height of bottom cap/shade */
 font-size:1px;
}

.commentbox .b {
 background-position:bottom right;
}

.commentbox .b div {
 position:relative;
 width:30px; /* bottom corner width */
 margin-left:-12px;
 background-position:bottom left;
}

.commentbox .bd {
	padding-top:12px;
}

.commentbox .hd,
.commentbox .bd,
.commentbox .ft {
 position:relative;
}







.comment-thumb {
	float:left;
}

.comment-txt {
	min-height:35px;
	margin-left:45px;
	margin-bottom:-2px;
	font-size:12px;
	line-height:17px;
}

.comment-txt p {
	margin-bottom:0;
	padding-bottom:9px;
}

.comment-info {
	height:20px;
	padding:0px 10px 0 10px;
	margin-bottom:15px;
	font-size:11px;
	overflow:hidden;
	line-height:14px;
}

.comment-brk {
	height:1px;
	font-size:1px;
	line-height:1px;
}

/* surrounding margins (optional) */
.commentbox .round{
	margin-bottom:0px;
}


/* END ROUNDED CORNER */
