#imagebrowsercontainer {
	position: absolute;
	z-index: 9900;
	background: #ffffff;
	border:1px solid #003399;
	width: 500px;
	height: 340px;
	display: none;
}

#imagebrowserheader
{
	height: 22px;
	width: 500px;
	background: #003399;
	
}

a.imgbrowser_folder {
	background:transparent url(/images/icons/folder.gif) no-repeat scroll 0 0;
	font-size:11px;
	padding-bottom:3px;
	padding-left:18px;
}

a.imgbrowser_file {
	background:transparent url(/images/icons/file.gif) no-repeat scroll 0 0;
	font-size:11px;
	padding-bottom:3px;
	padding-left:18px;
}

a.imgbrowser_filelocked {
	background:transparent url(/images/icons/lock.gif) no-repeat scroll 0 0;
	font-size:11px;
	padding-bottom:3px;
	padding-left:18px;
}


a.imagebrowser_close
{
	color: #ffffff;
	float: right;
	margin-right: 10px;
}
