.overlay_alphacube {
	filter: alpha(opacity=60); opacity: 0.6; background-color: rgb(133, 187, 239); -moz-opacity: 0.6;
}
.alphacube_nw {
	background: url("alphacube/left-top.gif") no-repeat 0px 0px; width: 10px; height: 25px;
}
.alphacube_n {
	background: url("alphacube/top-middle.gif") repeat-x 0px 0px; height: 25px;
}
.alphacube_ne {
	background: url("alphacube/right-top.gif") no-repeat 0px 0px; width: 10px; height: 25px;
}
.alphacube_w {
	background: url("alphacube/frame-left.gif") repeat-y left top; width: 7px;
}
.alphacube_e {
	background: url("alphacube/frame-right.gif") repeat-y right top; width: 7px;
}
.alphacube_sw {
	background: url("alphacube/bottom-left-c.gif") no-repeat 0px 0px; width: 7px; height: 7px;
}
.alphacube_s {
	background: url("alphacube/bottom-middle.gif") repeat-x 0px 0px; height: 7px;
}
.alphacube_se {
	background: url("alphacube/bottom-right-c.gif") no-repeat 0px 0px; width: 7px; height: 7px;
}
.alphacube_sizer {
	background: url("alphacube/bottom-right-c.gif") no-repeat 0px 0px; width: 7px; height: 7px;
}
.alphacube_sizer {
	cursor: se-resize;
}
.alphacube_close {
	background: url("alphacube/button-close-focus.gif") no-repeat 0px 0px; top: 0px; width: 23px; height: 23px; right: 11px; position: absolute; z-index: 1000; cursor: pointer;
}
.alphacube_minimize {
	background: url("alphacube/button-min-focus.gif") no-repeat 0px 0px; top: 0px; width: 23px; height: 23px; right: 55px; position: absolute; z-index: 1000; cursor: pointer;
}
.alphacube_maximize {
	background: url("alphacube/button-max-focus.gif") no-repeat 0px 0px; top: 0px; width: 23px; height: 23px; right: 33px; position: absolute; z-index: 1000; cursor: pointer;
}
.alphacube_title {
	width: 100%; height: 14px; text-align: center; color: rgb(18, 52, 86); font-size: 14px; margin-top: 2px; float: left;
}
.alphacube_content {
	background: rgb(243, 248, 252); font: 12px/normal arial; color: rgb(0, 0, 0); overflow: auto; font-size-adjust: none; font-stretch: normal;
}
.alphacube_window {
	background: rgb(255, 255, 255); padding: 20px; border: 1px solid rgb(255, 0, 0); width: 400px; margin-right: auto; margin-left: auto;
}
.alphacube_message {
	font: 12px/normal arial; width: 100%; text-align: center; padding-bottom: 10px; font-size-adjust: none; font-stretch: normal;
}
.alphacube_buttons {
	width: 100%; text-align: center;
}
.alphacube_buttons input {
	margin: 10px; width: 20%;
}
.alphacube_progress {
	background: url("alert/progress.gif") no-repeat center rgb(255, 255, 255); margin: auto; width: 100%; height: 16px; text-align: center; float: left;
}
.alphacube_wired_frame {
	background: rgb(255, 255, 255); filter: alpha(opacity=60); opacity: 0.6; -moz-opacity: 0.6;
}
