.drop-zone
{
-moz-border-radius:5px 5px 5px 5px;
border:1px solid gray;
min-height:100px;
position:relative;
}
.drop-zone .caption
{
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-60px;
	margin-top:-13px;
}
.drop-zone.dragover
{
	background-color:#ccc;
}

.file-list1
{
-moz-border-radius:5px 5px 5px 5px;
border:1px solid #CCCCCC;
margin-top:20px;
min-height:200px;
}
.file-list1 .b-file
{
	padding-bottom:10px;
	padding-left:10px;
	padding-top:10px;
	border-bottom:1px solid #ccc;
	position:relative;
}
.file-list1 .b-file .link
{
	min-width:200px;
	display:inline-block;
}

.file-list1 .b-file:hover .del
{
	display:block;
}

.file-list1 .b-file .url
{
	display:inline-block;
	margin-left:20px;
	cursor:text;
	
}
.file-list1 .b-file .loader
{
	display:inline-block;
	position:relative;
	top:3px;
	width:150px;
	height:12px;
	margin-left:20px;
	border-radius:5px;
	border:1px solid rgb(79, 99, 99);
	
}
.file-list1 .b-file .del
{
	background-image:url("g_icons.png");
	background-position:-125px 3px;
	height:24px;
	width:16px;
	display:none;
	cursor:pointer;
	position:absolute;
	right:10px;
	top:3px;
}
.file-list1 .b-file .loader div
{
	height:12px;
	width:0px;
	background-image: -webkit-gradient(linear, 0% 100%, 0% 0%, 
									   color-stop(0.1, rgb(54, 44, 54)), 
									   color-stop(0.51, rgb(79, 99, 99))); 
									   
	background-image: -moz-linear-gradient(
    center bottom,
    rgb(54,44,54) 10%,
    rgb(79,99,99) 51%
	);
}
.drop-zone {
  border-bottom-color:gray;
  border-bottom-left-radius:5px 5px;
  border-bottom-right-radius:5px 5px;
  border-bottom-style:solid;
  border-bottom-width:1px;
  border-left-color:gray;
  border-left-style:solid;
  border-left-width:1px;
  border-right-color:gray;
  border-right-style:solid;
  border-right-width:1px;
  border-top-color:gray;
  border-top-left-radius:5px 5px;
  border-top-right-radius:5px 5px;
  border-top-style:solid;
  border-top-width:1px;
  min-height:100px;
  position:relative;
}
.file-list1 {
  border-bottom-color:#CCCCCC;
  border-bottom-left-radius:5px 5px;
  border-bottom-right-radius:5px 5px;
  border-bottom-style:solid;
  border-bottom-width:1px;
  border-left-color:#CCCCCC;
  border-left-style:solid;
  border-left-width:1px;
  border-right-color:#CCCCCC;
  border-right-style:solid;
  border-right-width:1px;
  border-top-color:#CCCCCC;
  border-top-left-radius:5px 5px;
  border-top-right-radius:5px 5px;
  border-top-style:solid;
  border-top-width:1px;
  margin-top:20px;
  min-height:200px;
}
