/* CSS Document */

.sel{
 width:659px;
 padding:0px;
 margin-bottom:10px;
 float:left;
 font-size:0px;
 border:none; 
 height:auto;
 min-height:50px;
 _height:35px;
}
.sel_head {
  height:26px;
  padding:0px;
  overflow-y:hidden;
  font-size:8pt;
  font-family:verdana;
  font-weight:bold;  
  float:left;
  border:0px solid blue;
}
.sel_head_l{
  background: url('pic/box-h-l.png') no-repeat;
  width:4px;
  height:100%;
  float:left;
}
.sel_head_m{
  background: url('pic/box-h-m.png') repeat-x;
  height:100%;
  min-width:35px;
  float:left;
}
h1.sel_head_content{
  font-size:8pt;
  font-family:verdana;
  font-weight:bold; 
  padding:7px 3px 0px 3px;
  margin:0px;
	display:block;  
	letter-spacing: 0px;
	text-align:left;
}
.sel_head_r{
  background: url('pic/box-h-r.png') no-repeat;
  width:4px;
  height:100%;
  float:left;
}

.sel_body {
  _height:100%;
  width:100%;
  padding:0px;
  float:left;
}

.sel_header {
  float:left;
  height:3px;
  width:100%;
  background: url('pic/box-h.png') bottom left no-repeat;
  border:0px solid red;
}

.sel_header2 {
  float:left;
  height:3px;
  width:100%;
  background: url('pic/box-h2.png') bottom left no-repeat;
  border:0px solid red;
}


.sel_body_m{
  border-left: 1px #acacac solid;
  border-right: 1px #acacac solid;
  background: url('pic/box-b-m.png') repeat-x;
  float:left;
  _height:100%;
  width:657px;
  _width:659px;
  float:left;
}
.sel_body_content{
 padding:7px 6px 5px 6px;
 font-size:8pt;
 font-family:verdana;
 font-weight:normal;  
}

.sel_body_r{
  background: url('pic/box-b-r.png') no-repeat;
  width:4px;
  height:100%;
  float:left;
}

.sel_footer {
  float:left;
  height:4px;
  width:100%;
  background: url('pic/box-f.png') top left no-repeat;
}
