  #flyinElement {
    box-shadow: 0 0 20px -5px #bbb;
    border-radius: 6px 0 0 6px;
    color: #666;
    background: #fff;
    display: block;
    position: fixed;
    bottom: 40px;
    padding: 0;
    right: -420px;
    width: 400px;
    z-index: 1;
  }
  #flyinElement p {
    font-size: 12px;
    margin: 0 0 10px;
    line-height: 1.4em;
  }
  #flyinElement h3 {
    font-size: 18px;
    font-weight: normal;
    margin: 0 0 10px;
  }
  #flyinElement a {
    font-size: 12px;
  }
  #flyinElement .top {
    border-radius: 6px 0 0 0;
    border: 1px solid #bcd7e8;
    background: #eaf7ff;
    background: -moz-linear-gradient(top,  #eaf7ff 0%, #b4def7 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eaf7ff), color-stop(100%,#b4def7));
    background: -webkit-linear-gradient(top,  #eaf7ff 0%,#b4def7 100%);
    background: -o-linear-gradient(top,  #eaf7ff 0%,#b4def7 100%);
    background: -ms-linear-gradient(top,  #eaf7ff 0%,#b4def7 100%);
    background: linear-gradient(to bottom,  #eaf7ff 0%,#b4def7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaf7ff', endColorstr='#b4def7',GradientType=0 );
    height: 27px;
    padding: 11px 0 0 17px;
    width: 385px;
  }
  #flyinElement .middle {
    background: #fff;
    border-left: 1px solid #dedede;
    padding: 17px;
    width: 368px;
  }
  #flyinElement .middle h4 {
    background: #fff;
    font-size: 16px;
    font-weight: bold;
    color: #80a723;
    text-transform: uppercase;
    margin: 0 0 4px;
  }
  #flyinElement .middle a.arrow_bg_link {
    background: url("http://css.webmd.com/dtmcms/live/webmd/consumer_assets/site_images/modules/answers3_promo/blue_circle_arrow.png") no-repeat scroll right top transparent;
    display: inline-block;
    font-weight: bold;
    height: 14px;
    margin-right: 20px;
    padding: 1px 20px 0 0;
    text-align: right;
    text-decoration: none;
  }
  #flyinElement .bottom {
    border-radius: 0 0 0 6px;
    border: 1px solid #dedede;
    clear: both;
    height: 26px;
    padding: 9px 0 0 17px;
    width: 385px;
  }
  #flyinElement .bottom a {
    background: url("http://css.webmd.com/dtmcms/live/webmd/consumer_assets/site_images/modules/hc_redesign_2011/arrow_blue.jpg") no-repeat scroll right center transparent;
    display: inline;
    font-weight: bold;
    padding: 0 12px 0 0;
  }
  #flyinElement .close {
    height: 34px;
    width: 32px;
    position: absolute;
    top: -15px;
    left: -14px;
  }
  #flyinElement .close a {
    background: url('http://css.webmd.com/dtmcms/live/webmd/consumer_assets/site_images/modules/webmd_overlay_close_x.png') no-repeat top left transparent;
    height: 34px;
    display: block;
    text-indent: -9000em;
    font-size: 1px;
    width: 32px;
  }