div.thumbBox 
{
    position: relative;
    text-align: left;
}
div.thumbBox div.comment
{
    position: absolute;
    left: 4px;
    height: 17px;
    width: 25px;
    background-image: url(/templates/default/images/gif/msgicon3.gif);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

/*** Login ***/
#loginBox
{
    /* absolute behebt ie6 alpha bug */
    position: relative; 
    z-index:199;   
}
#loginBoxAlpha
{
	position: absolute;
	top: 50px; left: 240px;	
	width: 300px; height: 175px;
	background-color: #fff;
	border-right: 2px solid #4f4f4f;
	border-bottom: 2px solid #4f4f4f;
	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
	z-index:200;
}
#loginBoxClip
{
    text-align: left;
    position: absolute;
    top: 50px; left: 240px;	
    width: 300px; height: 175px;	    
    padding: 5px;  
    z-index:201;
}
