.comment{
	padding: 12px;
	position: relative;
}

.commentUser{
    float: left;
}

.commentUser img{
    border: 1px solid #dcdcdc;
}

.commentBody{
    margin-left: 62px;
}

.commentInfo{
    font-size: 12px;
}

.commentInfo a{
	font-weight: bold;
	text-decoration: none;
}

.commentInfo a:hover{
    text-decoration: underline;
}

.commentContent{
    margin-top: 5px;
}

 /* Hide from IE5-mac. Only IE-win sees this. \*/
* html .commentContent {
    height: 1%;
}
/* End hide from IE5/mac */

