.update_txt {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -182px 0 0 -318px;
	z-index: 11;
	width: 638px;
	height: 365px;
	background: url(../images/update_frame.png);
}
#overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
	max-width: 100%;
	width: 101.5%;
	height: 100%;
	background-color: #000;
	-moz-opacity: 0.3;
	opacity: 0.3;
}
.update_ajax_loader {
	position: relative;
	top: 50%;
	margin: -50px 0 0 -50px;
}
.update_message {
	position: absolute;
	left: 50%;
	top: 0px;
	margin: 0 0 0 -122px;
	background: #ddd;
	color: #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	font-weight: bold;
	text-align: center;
	font-size: 8pt;
	padding: 3px 10px 3px 10px;
}
.updateWrapper {
	margin: 10px;
}
.updateWrapper .topWindow {
	width: 618px;
	height: 20px;
}
.updateWrapper .middleWindow {
	width: 618px;
	height: 301px;
	text-align: right;
}
.updateWrapper .bottomWindow {
	width: 618px;
	height: 20px;
}
.updateWrapper .left {
	float: left;
}
.updateWrapper .right {
	float: right;
}
.updateWrapper .white {
	color: #fff;
}
.updateWrapper .bold {
	font-weight: bold;
}
.updateWrapper .closebutton {
	width: 13px;
	height: 13px;
	border: 0px;
}
.updateWrapper img.button {
	border: 0px;
	width: 21px;
	height: 21px;
	padding: 0px;
}
.updateWrapper img:hover.button {
	cursor: pointer;
	width: 19px;
	height: 19px;
	border: 1px solid #ccc;
}
.updateWrapper .toolbar {
	width: 618px;
	float: right;
	text-align: right;
	height: 21px;
	background: url(../images/editor/toolbar_bg.gif) repeat-x;
}
.updateWrapper #middleWindow textarea {
	width: 616px;
	border: 1px solid #fff;
}

.updateWrapper .small-font, .updateWrapper li {
	font-size: smaller;
}

.updateWrapper #img_selection {
	position: absolute;
	bottom: 50px;
	left: 168px;
	z-index: 20;
	width: 281px;
	height: 120px;
	border: 10px solid #999;
	background: #999;
	-moz-opacity: 0.9;
	opacity: 0.9;
	color: white;
	-moz-border-radius: 3px;
}

.updateWrapper #stockImages {
	width: 281px;
	height: 120px;
	overflow: auto;
	background: #fff;
	color: #000;
}

.updateWrapper .stockImagesListEntry {
	float: left;
	margin: 1px;
	height: 60px;
	cursor: pointer;
}