
	div.suggest-box {
      position: absolute; 
      top: 3ex;
      width: 24em;
	}

    div.suggest-box iframe {
      position: absolute; 
      top: 0;
      left: 0;
      background-color: transparent;
    }

	.suggest-lines-box{
      background-color: #CFD7E6;
	  border: 2px solid #6E7E9D;
	}
	
	.suggest-lines-box p {
      margin: 0;
      padding: .1ex .3em;
      cursor: pointer;
      _cursor: hand;
	}
    
    .suggest-lines-box p.suggest-line-highlight {
      color: #fff;
      background-color: #6E7E9D;
    }

