body,td {font-size: 12px}
BODY {scrollbar-Track-Color:#ffffff; scrollbar-Face-Color:#ffffff; 
scrollbar-Shadow-Color:#0099ff; scrollbar-DarkShadow-Color:#ffffff; 
scrollbar-Highlight-Color:#ffffff; scrollbar-3dLight-Color:#0099ff; 
scrollbar-Arrow-Color:#0099ff}

.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 {
	display: block;
	position: absolute;
}
.dialog_close {
	position: absolute;
	right: 11px;
	width: 23px;
	height: 23px;
	cursor: pointer;
	z-index: 2000;
	background: url(../images/w_close.gif) no-repeat;
}
.dialog_maximize {
	position: absolute;
	right: 33px;
	width: 23px;
	height: 23px;
	cursor: pointer;
	z-index: 2000;
	background: url(../images/w_max.gif) no-repeat;			
}
.dialog_minimize {
	position: absolute;
	right: 55px;
	width: 23px;
	height: 23px;
	cursor: pointer;
	z-index: 2000;
	background: url(../images/w_mini.gif) no-repeat;
}
.dialog_down {
	position: absolute;
	right: 77px;
	width: 23px;
	height: 23px;
	cursor: pointer;
	z-index: 2000;
	background: url(../images/w_dl.gif) no-repeat;
}
/*
.dialog_hqdl {
	position: absolute;
	right: 99px;
	width: 23px;
	height: 23px;
	cursor: pointer;
	z-index: 2000;
	background: url(../images/w_hqdl.gif) no-repeat;
}
*/
.dialog_url {
	position: absolute;
	right: 99px;
	width: 23px;
	height: 23px;
	cursor: pointer;
	z-index: 2000;
	background: url(../images/w_url.gif) no-repeat;
}
.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_nw {
	width: 10px;
	height: 25px;
	background: url(../images/w_title_l.gif) no-repeat;
}
.dialog_n {
	height: 25px;
	background: url(../images/w_title.gif) repeat-x;
}
.dialog_ne {
	width: 10px;
	height: 25px;
	background: url(../images/w_title_r.gif) no-repeat;
}
.dialog_w {
	width: 10px;
	background: url(../images/w_contents_l.gif) repeat-y;
}
.dialog_content {
	background-color: #ffffff;
	padding-top: 10px;
}
.dialog_e {
	width: 10px;
	background: url(../images/w_contents_r.gif) repeat-y;
}
.dialog_sw {
	width: 10px;
	height: 20px;
	border-left:1px solid #adadad;
	background: url(../images/w_bottom.gif) repeat-x;
}
.dialog_s {
	height: 20px;
	background: url(../images/w_bottom.gif) repeat-x;
}
.dialog_sizer {
	width: 15px;
	height: 20px;
	background: url(../images/w_resizer.gif) no-repeat;
	cursor:se-resize;	
}
.dialog_title {
	width:100%;
	color:#000000;
	padding: 4px 0px 0px 5px;
	font-size: 14px;
	text-align: left;
}
.top_draggable, .bottom_draggable {
  cursor:move;
}
.status_bar {
	text-align:right;
  font-size:12px;
}
.status_bar input{
  font-size:12px;
}
.status_bar a{
	text-decoration:none;
}
.wired_frame {
	display: block;
  position: absolute;
  border: 1px #000 dashed;
}
.dialog .title_window {
  -moz-user-select:none;
}                                                    
.w_pr_none{
	display:none;
}
.w_pr {
	font-size:12px;
	padding:3px;
	text-align:left;
	background-color:#ffffe1;
	border-left: 1px solid #adadad;
	border-right: 1px solid #adadad;
	border-bottom: 1px solid #a0a0a0;
}
.w_pr a:link, .w_pr a:visited {
	color:#000;
}
.w_pr:hover , .w_pr a:hover {
	background-color:#3399ff;
	color:#fff;
}

#movie {
	width:223px;
	height:240px;
	border: 1px solid #0000FF;
	overflow-y: scroll;
}
#movie img {
	margin:4px 0 0 4px;
}
