/**
 * Styles for comments
 * @author miken
 */

#commentsarea { padding:0 0 8px 4px; background:#ffe1e1 url('../i/box/bottom_338.gif?5597') no-repeat scroll bottom left; }
#commentsarea  .entry { float:left; width:294px; margin-top:4px; overflow:hidden; }
#commentsarea .entry h4 {
	font-size:9px; color:#999; padding:8px 10px 4px 10px;
	background:#fff url('../i/bubble/top_294.gif?5597') no-repeat scroll top left;
}
#commentsarea .entry h4 b { color:#000; }
#commentsarea .entry h4 img { float:right; cursor:pointer; }
#commentsarea .entry .txt { padding:0 10px 8px 10px; overflow:hidden; background:#fff url('../i/bubble/bottom_294.gif?5597') no-repeat scroll bottom left; }
#commentsarea .avatar {
	float:left; width:36px; height:35px; margin-top:4px;
	background-image:url('../i/bubble/bubble_to_avatar.gif?5597'); background-position:0 12px; background-repeat:no-repeat;
}
#commentsarea .avatar a { display:block; width:32px; height:32px; margin-left:4px; background-position:center center; background-repeat:no-repeat; }

/* Empty guestbook */
#commentsarea .empty { padding:20px 0; text-align:center; }


#commentsform { padding:0 6px; margin-top:1px; }
#commentsform td { padding:1px 0; }
#commentsform textarea { width:148px; height:50px; }
#commentsform td div.button { float:right; }

#commentswait { position:absolute; display:none; width:100px; height:100px; }

.columns2wide .subcols2 .subcol { float:left; width:164px; margin:0; }
.columns2wide .subcols2 .subcol.left { width:338px; margin-right:4px; }
.columns2wide .col1 .subcols2 .subcol .box { background-color:#ffe1e1; background-image:url('../i/box/bottom_164.gif?5597'); }
