#notification {
	position: absolute;
	bottom: 40px;
	padding: 0;
	height: 20px;
	margin: 0;
	left:0px;
	right:0px;
	width:100%;
	background-color: #FFFF99;
	display: block;
	z-index: 110;
	text-align: center;
	font-weight: bold;
	font-size: 1.3em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 5px;
}
#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	bottom:0;
	right:0;
	width:100%;
	height:100%;
	background-color: #000;
}
#editor_screen  {
	background-color:white;
	padding:5px;
}
#editor_screen img {
	width:100%;
	height:100%;
}
#editor_panel {
	width:100%;
	height:50px;
	background-color:white;
}
#multiple_container {
	position:absolute;
	top:230px;
	width:100%;
	left:0;
	right:0;
	text-align:center;
}
#multiple_window {
	margin: 0 60%;
	background-color: white;
	border: 1px solid rgb(102,102,102);
	width: 300px;
	padding: 10px;
	
}
#multiple_itemcounter {
	font-family:Verdana;
	font-weight:bold;
	font-size:12pt;
	color:rgb(102,102,102);
}
#multiple_actionbar {
	font-family:Verdana;
	font-size: 9pt;
	color:rgb(102,102,102);
}
#upload_container {
	position:absolute;
	top:200px;
	z-index:100;
	text-align:center;
	left:0;
	width:100%;
}
#upload_panel {
	z-index:100;
	background-color:white;
	margin: 0 auto;
	width: 300px;
	text-align:left;
	padding: 1em;
}
.upload_largetext {
	width: 100%;
	text-align:left;

	padding-bottom:0.7em;

	font-family:Verdana;
	font-size: 14pt;
	font-weight: bold;

	color: rgb(102,102,102);

}
.upload_smalltext {
	width: 100%;
	text-align:left;

	padding-bottom:0.7em;

	font-family: Verdana;
	font-size: 9pt;
	font-weight: normal;

	color: rgb(102,102,102);
}
#upload_progressbarouter {
	display:block;
	width: 90%;
	position:relative;
	border:1px solid #A2A2A2;
	text-align:left;
}
#upload_progressbar {
	background-color: #C5C5C5;
	display:block;
	width:0;
	text-align:center;
	font-family:verdana;
	font-size:8pt;
	font-weight:bold;
}
#bw_window {
	position:relative;
	background-color:white;
	width:40px;
	height:40px;
	margin:0 auto;
	
	padding: 4px 4px;
	background-color:white;
}
#bw_container {
	position:absolute;
	left:0px;
	right:0px;
	width:100%;
	top:200px;
	
	text-align:center;
	z-index:100;
	display:block;
}


#qw_container {
	position:absolute;
	left:0px;
	right:0px;
	top:150px;
	width:100%;
	text-align:center;
	z-index:100;
	display:block;

}	

#qw_window {
	position:relative;
	background-color:white;
	width:350px;
	margin:0 auto;
	
	padding: 1em;
	
}

#qw_largeText {
	width: 100%;
	text-align:left;
	
	padding-bottom:0.7em;
	
	font-family:Verdana;
	font-size: 14pt;
	font-weight: bold;
	
	color: rgb(102,102,102);
}
#qw_smallText {
	width: 100%;
	text-align:left;
	
	padding-bottom:0.7em;
		
	font-family: Verdana;
	font-size: 9pt;
	font-weight: normal;
	
	color: rgb(102,102,102);

}

#qw_buttonBar {
	
	padding-bottom: 25px;
	color: rgb(102,102,102);
	cursor: default;
}
#qw_buttonBar div {
	border: 1px solid rgb(102,102,102);
	padding: 5px;
	
	font-weight: bold;
}
.qw_buttonBar_hover  {
	background-color: #E0E0E0;

}

#qw_leftButton {float: left;}
#qw_rightButton {float: right;}
#ub_upload_button {
	display: block;
	float:right;
	text-align:center;
	padding-left:20px;
	padding-right:40px;
	padding-bottom:5px;
}
#ub_browser {
	overflow:scroll;
	width:100%;
	height:100%;
	top:0px;
	
	border: 1px solid silver;
}

.ub_empty_text {
	width:100%;
	text-align:center;
	margin-top: 25px;
	z-index: -10;
}

.ub_empty_container {
margin: 0 auto;
	width: 350px;
	display: block;
	background-color: #DDDDDD;
}
.ub_empty_large {
	font-family:Verdana;
	font-size: 14pt;
	font-weight: bold;
	padding-top: 10px;
	color: rgb(102,102,102);
}
.ub_empty_small {
	font-family:Verdana;
	font-size: 8pt;
	font-weight:normal;
	padding-top: 10px;
	padding-bottom: 10px;
	color: rgb(102,102,102);
}
.ub_photo_display {
	display: inline-block;
	float: left;
	
	margin: 10px;
	padding: 10px;
	background-color:white;
}

.ub_photo_display_inner {

	border:1px solid rgb(102,102,102);

}

.ub_photo_display_image {
	width:150px;
	height:150px;
	
}
		
.ub_photo_display_image img {
	vertical-align: middle;
}
.ub_photo_display_caption {
	font-family: Verdana;
	font-size: 8pt;
	font-weight: normal;
	color: rgb(102,102,102);
	padding-bottom: 2px;
}