﻿
#selectWindow {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:2;
	visibility:hidden;
}
.selectWindow_ie {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:2;
	visibility:hidden;
	filter: revealTrans(transition = 23, duration = 0.5) Alpha(Opacity = 20);
	background-color:#333;
}
#floater {
	position:absolute;
	left:120px;
	top:87px;
	overflow:visible;
	z-index:3;
	visibility: hidden;
	width: 800px;	
	background-color:#FFF;
}
.floater_ie{
	position:absolute;
	left:120px;
	top:70px;
	z-index:3;
	visibility: hidden;
	filter:revealTrans(transition=23, duration=0.5);
	width: 800px;
	filter: revealTrans(transition = 23, duration = 0.5) Alpha(Opacity = 100);
	background-color:#FFF;
}

#floater,
#floater_bottom,
#f_b_l
{
	background-image: url(Floater/l2.png);
	background-repeat: no-repeat;
	height: 15px;
	width: 15px;
}
#floater,
#floater_bottom,
#f_b_m
{
	background-image: url(Floater/b1.png);
	background-repeat: repeat-x;
}
#floater,
#floater_bottom,
#f_b_r
{
	background-image: url(Floater/r2.png);
	background-repeat: no-repeat;
	height: 15px;
	width: 15px;
}
#floater,
#floater_middle,
#f_m_l
{
	background-image: url(Floater/l1_1.png);
	background-repeat: repeat-y;
	width: 15px;
}
#floater,
#floater_middle,
#f_m_r
{
	background-image: url(Floater/r1_1.png);
	background-repeat: repeat-y;
	width: 15px;
}

#floater_top,
#f_t_l
{
	background-image: url(Floater/t1.png);
	background-repeat: no-repeat;
	width: 15px;
	height: 35px;
}
hr
{
	border: 1px solid #CCC;
	height: 1px;
}

.div_floater
{
	background-image: url(Floater/t2.png);
	background-repeat: repeat-x;
}

#floater_top,
#f_t_r
{
	background-image: url(Floater/t3.png);
	background-repeat: no-repeat;
	width: 15px;
}
#floater,
#floater_top
{
	height: 27px;
	width: 100%;
}
#floater,
#floater_bottom
{
	height: 15px;
}
#floater table,
#floater_top,
#f_t_m #sys_icon
{
	float: left;
	margin-left: 10px;
	margin-top: 3px;
}

