.just-hand:hover {
   cursor: pointer;
}

.button-title {
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
  color: #939598; 
}

.pop-button {
  border-bottom: 1px solid #ddd;
  width:190px;
  cursor: pointer;
  font-size: 0.9em;
  line-height: 14px;
  margin-bottom:5px;
  padding-bottom: 5px;
  /*background: url(images/quick-view.gif) 50% 100% no-repeat;*/
  background: #fff url(images/quick-view2.gif) right top no-repeat;
  color: #666;
}

.pop-button:hover {
  /*background: url(images/quick-view-hover.gif) 50% 100% no-repeat;*/
  background: #fff url(images/quick-view2-hover.gif) right top no-repeat;
  color: #444; 
}

.pop-button h3{
  /*color: #4778a5;*/
  /*border-top: 1px solid #00adef;*/
  font-family: Helvetica,Arial,Tahoma,Verdana;
  font-weight: normal;
  font-size: 12px;
  margin: 0;
  padding: 0px 0 2px;
  color: #BC6926;  
}

.pop-button:hover h3 {
  /*border-top: 1px solid #000;*/
  color: #1aaae1; 
}


.drag {
  position:absolute;
  cursor: move;
  margin:0;
  padding: 0; 
  border: 1px solid #999;
  background: white !important; 
  z-index: 9999;
}

.frameClass {
 background: #fff;
 border: 1px solid blue;
}

.controls-pad{

  background: url(images/click-to-move.gif) 20px 20px no-repeat;
  padding: 10px;
  padding-bottom:0;
  /*border:1px solid #ccc;*/
  border-bottom:none;
}

.controls-border {
  clear:both;
  float: left;
  padding: 15px;
  padding-bottom: 0;
}

.controls-wrap{

  /*background:white;*/
  padding: 10px;
  /*border:1px solid #ccc;*/
  border-bottom:none;
}

.controls {

  text-align: right;
  border-bottom: 1px solid #ccc;
  width:400px;
}

.div-controls a{
  color: #888;
}

.div-controls a:hover{
  color: #000;
  text-decoration: none;
}

.drag-pad {    
  cursor: auto;
  /*background:#efefef;*/
  margin: 0;
  padding: 10px;
  padding-top:0;
  /*border:1px solid #ccc;*/
  border-top:none;
}

.box-border {
  clear:both;
  float: left;
  border: 1px solid #999;
  padding: 15px;
  padding-top:0;
  background: url(images/box-white.gif);
}

.box-pad{
  clear:both;
  float:left;
  background:white;
  padding: 10px;
  padding-top:0;
  /*border:1px solid #ccc;*/
  border-top:none;
}

.drag-box {
  clear:both;
  float:left;
  cursor: auto;
  width:400px;   
}

/*
<div id="drag1" class="drag" onClick="ShowHide('drag1');" style="display:nonex;">
  <div class="div-controls">
    <div class="controls-pad">
      <a href="javascript:styledPopupClose('drag1');">CLOSE</a>
    </div>
  </div>
  <div class="drag-pad">
    
    <div class="drag-box">    
    <?php include(TEMPLATEPATH."/includes/frames/f5842_v10.php");?>
    </div>
  </div>
</div>
*/