.overlay_notice {
	background-color: #FFF;
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.notice_nw {
	background: transparent url(notice/left-top.gif) no-repeat 0 0;			
  width:10px;
  height:25px;
}

.notice_n {
  background: transparent url(notice/top-middle.gif) repeat-x 0 0;			
  height:25px;
}

.notice_ne {
  background: transparent url(notice/right-top.gif) no-repeat 0 0;			
  width:10px;	  
  height:25px;
}

.notice_w {
  background: transparent url(notice/frame-left.gif) repeat-y top left;			
  width:7px;
}

.notice_e {
  background: transparent url(notice/frame-right.gif) repeat-y top right;			
  width:7px;	  
}

.notice_sw {
  background: transparent url(notice/bottom-left-c.gif) no-repeat 0 0;			
  width:7px;
  height:7px;
}

.notice_s {
  background: transparent url(notice/bottom-middle.gif) repeat-x 0 0;			
  height:7px;
}

.notice_se, .notice_sizer  {
  background: transparent url(notice/bottom-right-c.gif) no-repeat 0 0;			
  width:7px;
  height:7px;
}

.notice_sizer {
	cursor:se-resize;	
}

.notice_close {
	width: 23px;
	height: 23px;
	background: transparent url(notice/button-close-focus.gif) no-repeat 0 0;			
	position:absolute;
	top:0px;
	right:11px;
	cursor:pointer;
	z-index:1000;
}

.notice_minimize {
	width: 23px;
	height: 23px;
	background: transparent url(notice/button-min-focus.gif) no-repeat 0 0;			
	position:absolute;
	top:0px;
	right:55px;
	cursor:pointer;
	z-index:1000;
}

.notice_maximize {
	width: 23px;
	height: 23px;
	background: transparent url(notice/button-max-focus.gif) no-repeat 0 0;			
	position:absolute;
	top:0px;
	right:33px;
	cursor:pointer;
	z-index:1000;
}

.notice_title {
	float:left;
	height:14px;
	font-size:14px;
	text-align:center;
	margin-top:2px;
	width:100%;
	color:#123456;
}

.notice_content {
	overflow:auto;
	color: #000;
	font-family: Tahoma, Arial, sans-serif;
  font: 12px arial;
	background:#DFFBDF;
}

/* For alert/confirm dialog */
.notice_window {
	border:1px solid #F00;	
	background: #DFFBDF;
	padding:20px;
	margin-left:auto;
	margin-right:auto;
	width:400px;
}

.notice_message {
  font: 12px arial;
	text-align:center;
	width:100%;
	padding-bottom:10px;
}

.notice_buttons {
	text-align:center;
	width:100%;
}

.notice_buttons input {
	width:20%;
	margin:10px;
}

.notice_progress {
	float:left;
	margin:auto;
	text-align:center;
	width:100%;
	height:16px;
	background: #FFF url('alert/progress.gif') no-repeat center center
}

.notice_wired_frame {
	background: #FFF;
	-moz-opacity: 0.6;
	opacity: 0.6;	
}