.bfb-greeting{
    background-color: #FFFFFF;
    border-bottom: 1px dashed;
    color: #173A3A;
    display: inline;
    float: left;
    font-size: 1.4em;
    font-weight: normal;
    left: -1px;
    margin: 1px;
    padding: 0.3em 1em;
    width: 79%;
}
.filelisting {
	width:100%;
	float:left;
}
.file{
	float:left;
	margin-right:1.5em;
	background-image:url(../img/file16x16.png);
	width:16px;
	height:16px;
}
.dir{
	float:left;
	margin-right:1.5em;
	background-image:url(../img/folder16x16.png);
	width:16px;
	height:16px;
}

.pdf{
	background-image:url(../img/pdf16x16.png);
}

.filebrowserFileSize{float:right;}

.notRootDir .phpFilebrowserItem:first-of-type span.dir{background-image:url(../img/back16x16.png);} 
.phpFilebrowserItem:nth-child(odd){ background:#EEE;}
.phpFilebrowserItem
{
	text-decoration:none;
	float:left;
	width:80%;

}
.phpFilebrowserItem > *
{
	text-decoration:none;
}
 #bfb_login_form
{
    background-color: #FFFFFF;
    border-bottom: 1px dashed;
    color: #173A3A;
    display: inline;
    float: left;
    left: -1px;
    margin: 1px;
    margin-right:0em;
    padding: 0.3em 0 0.3em 1em;
}
#bfb_login_form p.login-username, #bfb_login_form p.login-password, #bfb_login_form label
{
	width:100%;
	float:left;
}



#bfb_login_form input[type='text'], #bfb_login_form input[type='password'], #bfb_login_form p.login-submit
{
	 width:90%;
	 float:left;
}
#bfb_login_form *
{
	float:left;
}

.bfb_widget_link{
	float:left;
	width:100%;
}