/*============================================================================

	全体

==============================================================================*/

.overlay_login {
	background-color: #666666;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}


/*============================================================================

	ログイン画面

==============================================================================*/

.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;
}


/* #header
---------------------------------------------------------------------------------------- */


#login * { 
	margin: 0; padding: 0;
}
#login{
	width:359px;
	height:170px;
	margin:0;
	padding:0;
	background: transparent url(../images/login_bg.png) no-repeat 0 0 ;
	position: relative;
	z-index: 20000;
}
#cms_admin_id { 
	position: absolute;
	top: 56px;
	left: 124px;
	height: 20px;
	border: 1px solid #C1C1C1;
	font-size: 14px;
	padding: 7px 0 2px 3px;
	width: 180px;
	background: transparent url(../images/input_bg.gif) repeat-x 0 0 ;
}
#cms_admin_password { 
	position: absolute;
	top: 94px;
	left: 124px;
	height: 20px;
	border: 1px solid #C1C1C1;
	font-size: 14px;
	padding: 7px 0 2px 3px;
	width: 180px;
	background: transparent url(../images/input_bg.gif) repeat-x 0 0 ;
}
#cms_login_submit { 
	position: absolute;
	top: 136px;
	left: 124px;
}
#cms_login_cancel { 
	position: absolute;
	top: 136px;
	left: 248px;
}
#login_error_msg {
	position: absolute;
	top: 40px;
	left: 124px;
	color: #F00;
	font-size:10px;
}


.overlay___invisible__ {
  background-color: #666666;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

.login_nw {
	width: 9px;
	height: 23px;
}

.login_n {
	height: 23px;
}

.login_ne {
	width: 9px;
	height: 23px;
}

.login_e {
	width: 2px;
}

.login_w {
	width: 2px;
}

.login_sw {
	width: 9px;
	height: 19px;
}

.login_s {
	height: 19px;
}

.login_se {
	width: 9px;
	height: 19px;
}

.login_sizer {
	width: 9px;
	height: 19px;
	cursor:se-resize;	
}

.login_close {
}

.login_minimize {
}

.login_maximize {
}

.login_title {
	float:left;
	height:14px;
	font-family: Tahoma, Arial, sans-serif;
	font-size:12px;
	text-align:center;
	width:100%;
	color:#000;
}

.login_content {
	overflow:auto;
	color: #000;

}

.top_draggable, .bottom_draggable {
  cursor:move;
}

.status_bar {
  font-size:12px;
}
.status_bar input{
  font-size:12px;
}

.wired_frame {
	display: block;
  position: absolute;
  border: 1px #000 dashed;
}

/* DO NOT CHANGE THESE VALUES*/





.alphacube_nw {
	background: transparent url(./alphacube/left-top.gif) no-repeat 0 0;			
  width:10px;
  height:25px;
}

.alphacube_n {
  background: transparent url(alphacube/top-middle.gif) repeat-x 0 0;			
  height:25px;
}

.alphacube_ne {
  background: transparent url(alphacube/right-top.gif) no-repeat 0 0;			
  width:10px;	  
  height:25px;
}

.alphacube_w {
  background: transparent url(alphacube/frame-left.gif) repeat-y top left;			
  width:7px;
}

.alphacube_e {
  background: transparent url(alphacube/frame-right.gif) repeat-y top right;			
  width:7px;	  
}

.alphacube_sw {
  background: transparent url(alphacube/bottom-left-c.gif) no-repeat 0 0;			
  width:7px;
  height:7px;
}

.alphacube_s {
  background: transparent url(alphacube/bottom-middle.gif) repeat-x 0 0;			
  height:7px;
}

.alphacube_se, .alphacube_sizer  {
  background: transparent url(alphacube/bottom-right-c.gif) no-repeat 0 0;			
  width:7px;
  height:7px;
}

.alphacube_sizer {
	cursor:se-resize;	
}


.alphacube_content {
	overflow:auto;
	color: #000;
	font-family: Tahoma, Arial, sans-serif;
	font: 12px arial;
}

/* For alert/confirm dialog */
.login_window {
	border:1px solid #F00;	
	background: #FFF;
	padding:20px;
	margin-left:auto;
	margin-right:auto;
	width:400px;
}

.login_message {
	font: 12px arial;
	text-align:center;
	width:100%;
	padding-bottom:10px;
}

.login_buttons {
	text-align:center;
	width:100%;
}

.login_buttons input {
	width:20%;
	margin:10px;
}
