#deepquote_quotetext {
  color: #000 !important;
  background: #FF6 !important;
  font-weight: bold !important;
}
#deepquote_ref {
  background: white !important;
  font-family: "Lucida Grande", verdana, arial, sans-serif !important;
  color: #666 !important;
  font-weight: bold !important;
  font-size: 10px !important;
  border: 1px solid #888 !important;
  padding: 4px !important;
  vertical-align: middle !important;
  position: absolute !important;
  top: 0px !important;
  left: 0px !important;
  z-index: 64000 !important;
  width:100%;
}
#deepquote_ref img {
  position: absolute;
  top: 0px;
  left: 20px;
  border: 0px none transparent !important;
  vertical-align: middle !important;
}

#deepquote_ref p {
  margin: 0px 0px 0px 170px !important;
  padding: 4px;
}

#deepquote_ref cite {
  font-style: italic;
  font-size: 10px !important;
}

#deepquote_ref a, a:visited {
  text-decoration: none !important;
  color: #008 !important;
  font-size: 10px !important;
}
#deepquote_ref a:hover {
  text-decoration: underline !important;
  background: transparent !important;
}

#deepquote_ref button {
  border: none;
  background: #fff;
  color: #C00;
  font-weight: bold;
  font-size: 10px;
  font-family: verdana, arial, sans-serif;
  float:right;
  display:inline;
  left: 0px;
  top: 0px;
  padding: 0px;
  margin: 0px;
  cursor: hand;
}

#deepquote_ref button:hover {
  text-decoration: underline;
}

