/* Styles for use with the fbTips module in tips.js */

.fbTip_instruction {
    position: relative;
    top: -23px;
    left: 0px;
    width: 155px;
    margin: 0px 0px 3px;
    padding: 3px 7px 5px 7px;
    border: solid 1px #3b5998;
    background: #f7f7f7; 
}

.fbTip_arrow {
    color: blue;
    font-weight: bold;
}

