/*#loveComments { position: fixed; z-index: 280; right: 0; top: 160px; width: 26px; height: 147px; background: url('extensions/bluejava/feedback/static/fb-tab.png') -26px 0; opacity: .5; cursor: pointer; }*/
#loveComments { position: fixed; z-index: 280; right: 0; top: 160px; width: 26px; height: 27px; background: url('extensions/bluejava/feedback/static/commentsIcon2.png') -26px 0; opacity: .5; cursor: pointer; }
#loveCommentsBox { position: fixed; z-index: 280; top: 160px; right: -400px; width: 400px; background-color: #f0f0f0; box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5); }
#loveComments.open { right: 400px; }
#loveCommentsBox.open { right: 0; }

#lcin { background-color: #D3EDF4; margin: 10px; padding: 10px 20px; position: relative;  min-height: 200px; color: #666666; }
#lcin img { display: block; margin: auto; margin-bottom: 10px; }
#lcin { font-family: "lucida grande", arial, sans-serif; font-size: 12px; text-align: center; }
#lcfb { width: 90%;  padding: 4px; border-radius: 4px; }
#lcButtons { text-align: center; height: 20px; padding-top: 10px; position: relative; }
#lcButtons input { border: 0; }
#lcform textarea#lcfb,#lcform textarea#lcfb:focus { height: 81px; border: 0px; background-color: white; border: 0; margin: 0; overflow: auto; }
#lcButtons #lcsend { position: absolute; right: -23px; bottom: -16px; }

.alltrans {  -moz-transition: right 1s, top 1s;  -webkit-transition: right 1s, top 1s;   -ms-transition: right 1s, top 1s;   -o-transition: right 1s, top 1s;   transition: right 1s, top 1s; }

@media (max-width: 500px)
{
	#loveComments { top: -124px; }
	#loveComments.open { right: 300px; }
	#loveCommentsBox { top: 0px; width: 300px; right: -300px; }
	#loveCommentsBox img { max-width: 100%; }
}

