/* ------------------------------------ comments & ratings ------------------------------------ */
#editBlogCommentsForm,
#editLocationRatingForm,
#editImageCommentsForm,
#editUserGuestbookForm {
width: 500px;
margin: 0 auto 20px auto;	
}
#editBlogCommentsForm .starbg {
margin: 5px;	
}

.star {
background: transparent url(../../images/bewegungsmelder/layout/stars_yellow.gif) no-repeat;
height:20px;
overflow:hidden;
}
.starbg {
display:block;
width:104px;
height:20px;
background: transparent url(../../images/bewegungsmelder/layout/stars_gray.gif) no-repeat;
overflow:hidden;
position: relative;
}
a.star,
a.star:link,
a.star:visited {
position:absolute;
left:0px;
top:0px;
height:20px;
background: transparent;
overflow:hidden;
}
a.star:hover,
a.star:focus,
a.star:active,
a.starselected {
position:absolute;
left:0px;
top:0px;
height:20px;
background: transparent url(../../images/bewegungsmelder/layout/stars_yellow.gif) no-repeat;
overflow:hidden;
}
.comments {
}
.comments .header {
position:relative;
height:40px;
}

.comment {
position:relative;
border-bottom:1px solid #ddd;
margin-top:5px;
min-height: 57px;
height: auto !important;
height: 57px;
}
.comment .pic {
position: absolute;
}
.comment .text .pic {
position: relative;
}
.comment .info {
position: relative;
left: 60px;
width: 600px;
}
.comment .info .time {
color: #999;
}
.comment .info .rating {
position: absolute;
right: 0;
top: 0;
}
.comment .info .text {
margin: 10px 0;
}

