.overlay_dialog {
	background-color: #666666;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.overlay___invisible__ {
  background-color: #666666;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

.dialog_nw {
	width: 11px;
	height: 24px;
	background: transparent url(/img/alphacube/left-top.gif) no-repeat 0 0;		
}

.dialog_n {
	background: #46aa47 repeat-x;	
	height: 23px;
}

.dialog_ne {
	width: 11px;
	height: 24px;
	background: transparent url(/img/alphacube/right-top-message.gif) no-repeat 0 0;		
}

.dialog_e {
	width: 7px;
	background: transparent url(/img/alphacube/frame-right.gif) repeat-y 0 0;	
}

.dialog_w {
	width: 7px;
	background: transparent url(/img/alphacube/frame-left.gif) repeat-y 0 0;		
}

.dialog_sw {
	width: 7px;
	height: 7px;
	background: transparent url(/img/alphacube/bottom-left-c.gif) no-repeat 0 0;			
}

.dialog_s {
	background: transparent url(/img/alphacube/bottom-middle.gif) repeat-x 0 0;		
	height: 7px;
	width: 756px;
}

.dialog_se {
	width: 7px;
	height: 7px;
	background: transparent url(/img/alphacube/bottom-right-c.gif) no-repeat 0 0;			
}

.dialog_sizer {
	width: 7px;
	height: 7px;
	background: transparent url(/img/alphacube/bottom-right-c.gif) no-repeat 0 0;	
	cursor:se-resize;	
}

.dialog_close {
	width: 12px;
	height: 12px;
	background: transparent url(/img/alphacube/close.gif) no-repeat 0 0;			
	position:absolute;
	top:5px;
	left:96%;
	cursor:pointer;
	z-index:2000;
}

.dialog_minimize {
	width: 14px;
	height: 15px;
	background: transparent url(default/minimize.gif) no-repeat 0 0;			
	position:absolute;
	top:5px;
	left:28px;
	cursor:pointer;
	z-index:2000;
}

.dialog_maximize {
	width: 14px;
	height: 15px;
	background: transparent url(default/maximize.gif) no-repeat 0 0;			
	position:absolute;
	top:5px;
	left:49px;
	cursor:pointer;
	z-index:2000;
}

.dialog_title {
	float:left;
	height:14px;
	font-family: Arial, sans-serif;
	font-size:12px;
	text-transform: uppercase;
	text-align:center;
	width:100%;
	color:#FFF;
}

.dialog_content {
	overflow:auto;
	color: #000;
	font-family: Arial, sans-serif;
	font-size: 12px;
	background-color:#FFF;
}

.top_draggable, .bottom_draggable {
  cursor:move;
}

.status_bar {
  font-size:12px;
  display: none; width: 0; height: 0;
}
.status_bar input{
  font-size:12px;
}

.wired_frame {
	display: block;
  position: absolute;
  border: 1px #000 dashed;
}

/* DO NOT CHANGE THESE VALUES*/
.dialog {
	display: block;
	position: absolute;
}

.dialog table.table_window  { 
  border-collapse: collapse; 
  border-spacing: 0; 
  width: 100%;
	margin: 0px;
	padding:0px;
}

.dialog table.table_window td , .dialog table.table_window th { 
  padding: 0; 
}

.dialog .title_window {
  -moz-user-select:none;
}                                                    


.login_label, .login_input, .login_error  {
  text-align:left;
  width:100px;
  font-size:11px;
  color:#000;
  font-weight:bold;
}
.login_label {
	padding-left: 0;
	font-size: 12px;
	margin-bottom: 5px;
	
}
.login_input {
  width:200px;
}

.login_error {
	margin-top: -15px;
  width:300px;
  color:#F00;
}
@media all and (-webkit-min-device-pixel-ratio:10000),

not all and (-webkit-min-device-pixel-ratio:0) {

.login_error {margin-top: 0} /* только для Opera */

}

*html .login_error {
	margin-top: 0;
}
*+html .login_error {
	margin-top: 0;
}

.login_input input {
  width:100%;
}
#login, #login_comments {
  background:#123;
}
#login_form label, #login_form_comments label {
	float: left; width: 80px;
}
#login_form input, #login_form_comments input {
	width: 200px;
}
.login_registration {
	padding-left: 80px;
}


#message_wrapper {
	width: 450px;
}
#message_wrapper p{
	margin-bottom: 10px;
}
#message_wrapper label {
	float: left;
	width: 150px;
}
#message_wrapper input {
	width: 200px;
}
#message_wrapper input.submit {
	width: 80px;
}
#message_wrapper textarea {
	width: 250px;
	height: 100px;
}