.filebrowser {
font-family: arial, sans-serif;
font-size: 10pt;
}

.filebrowser a {
color: #000;
text-decoration: none;
}
.filebrowser a img {
border: none;
}

.dateinfo, 
.filesize, .downloads, .preview {
float: right;
}

.preview {width: 20px;}

.icon {
width: 20px;
text-align: center;
}
.filesize {
width: 6em;
text-align: right;
}
.downloads{
    width: 4em;
    text-align: right;
}
.filebrowser form fieldset {
border: 1px solid #b8daee;
background: #eee;
width: 45%;
float: left;
margin: 10px 5px;
position: relative;
}
.filebrowser form fieldset legend {
background: #fff;
border: 1px solid #b8daee;
padding: 2px 4px;
}
.filebrowser input {
display: block;
border: solid 1px black;
padding: 2px 4px;
margin: 5px 0px;
}
.filebrowser #MB_content dd input {
	width: 140px;
}

.fileinfo {
background: #f8f8f8;
padding: 4px;
margin: 2px;
}
	
#userinfo .button {
float: right;
}
#userinfo p {
margin: 0px;
padding: 0px;
}
#userinfo {
border: 1px solid #b8daee;
padding: 4px;
margin: 10px 0px;
}

#filebrowser-foot {
clear: both;
}

#uploadtarget {position: absolute;}

