#toll_free {
    position: absolute;
    color: #002c53;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 15px;
    top: 200px;
    left: 600px;
    font-style: italic;
    font-weight: bold;
    background-color: #D6DBCE;
    box-shadow: 3px 3px 5px 1px #ccc;
    behavior: url(./PIE.htc);
}

#toll_free div {
    width: 115px;
    margin: 0px auto;
    font-style: normal;
}

