#QAPopOut_container {
    position: fixed;
    bottom: 0;
    right: 10px;
    height: 0px;
    z-index: 1000;
    overflow: hidden;
}
#QAPopOut_container.footer_attached {
    position: absolute;
}

#QAPopOut {
    padding: 20px;
    width: 280px;
    height: 110px;
    background-color: #ffffff;
    border-top: 1px solid #eeeeee;
    border-right: 2px solid #eeeeee;
    border-bottom: none;
    border-left: 2px solid #eeeeee;
    border-top-left-radius: 1px 5px;
    border-top-right-radius: 1px 5px;
    overflow: hidden;
}

#QAPopOut div {
    padding: 15px 0 0 0;
}

#QAPopOut span.close {
    float: right;
    width: 22px;
    height: 20px;
    color: #ffffff;
    text-indent: -99999px;
    background-image: url('/images/QAPopOut-closebutton.png');
    cursor: pointer;
}

#QAPopOut h3 {
    color: #66bac0;
    margin-bottom: 2px;
    font-family: "proxima-nova-1";
    font-size: 14px;
    font-weight: 200;

}

#QAPopOut a {
    color: #008F98;
    font-family: "proxima-nova-1";
    font-weight: 600;
    line-height: 1.4;
}

#QAPopOut img.question-image {
    float: left;
    padding: 4px;
    margin-right: 10px;
    width: 100px;
    height: 73px;
    background-color: #ffffff;
    box-shadow: 0px 1px 2px #e8e8e8;
}
