#bubble_tooltip {
  position:absolute;
  z-index:10000;
  width:264px;
  margin-top:12px;
}

#bubble_tooltip .bubble_top {
	background-image: url('/images/bubble/top.png');
	background-repeat:no-repeat;
	height:14px;
}
#bubble_tooltip .bubble_middle {
	background-image: url('/images/bubble/middle.png');
	background-repeat:repeat-y;
	background-position:bottom left;
	text-align:center;
}
#bubble_tooltip .bubble_middle div {
	position:relative;
	font-weight:bold;
  	text-align:left;
	padding:0px 20px 15px 20px;
}
#bubble_tooltip .bubble_bottom{
	background-image: url('/images/bubble/bottom.png');
	background-repeat:no-repeat;
	height:38px;
	position:relative;
}

#dialogCenter {
	top: 50%;
	left: 50%;
	position: fixed;
}

#dialogUpload {
	position:relative;
	width:300px;
	height:160px;
	padding:20px;
	margin-left: -155px;
	margin-top: -85px;

	background-color:#fff;
	border:1px solid black;
	box-shadow:8px 8px 8px #666;
	text-align:center;
	z-index:1000;
}
