div.fotoalbumBg
{
    background-image: url(/templates/default/images/jpg/meinalbum_bg1.jpg);
	background-repeat: no-repeat;
	width:155px;
	height:30px;
	background-color:#dcdcdc;
	font-size:8pt;
	border:1px solid #cdcdcd;	
	border-top:1px solid #fff;	
	text-align: center;	
}	

div.fotoalbumText 
{
    float:left;
    overflow: auto;
    width:139px;
    height:30px;
}

/*** Login ***/
#loginBox
{
    /* absolute behebt ie6 alpha bug */
    position: relative; 
    z-index:199;   
}
#loginBoxAlpha
{
	position: absolute;
	top: 50px; left: 220px;	
	width: 320px; height: 195px;
	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: 220px;	
    width: 320px; height: 195px;	    
    padding: 5px;  
    z-index:201;
}
