#upload {
	background-image : url('/images/header_bg_small.jpg');
  background-repeat : repeat-x;
	display : none;
  position : absolute;
  margin-left : 110px; /* work with margins ... z-index problem for mask */
  margin-top : 0px; /* work with margins ... z-index problem for mask */
	border : 1px solid #CCCCCC;
  width : 470px;
  background-color : white;
  float: left;
}

#upload .title {
	background-image : url('/images/header_bg_small.jpg');
  background-repeat : repeat-x;
	float:left;
  width:90%;
  color:white;
  padding-left:5px;
  text-align:left;
  font-size: 12px;
  line-height:20px;
}

#upload .close {
	background-image : url('/images/header_bg_small.jpg');
  background-repeat : repeat-x;
	padding-top:2px;
  height:20px;
  line-height:20px;
  text-align:right;
}
