.popup-box *
{
    margin: 0;
}

.popup-box
{
    font-family: Helvetica, Arial, sans-serif;

    width: 230px;

    position: fixed;
    bottom: 0;
    right: -202px;
    top: 162px;

    z-index: 9999999999;
    padding: 0;

    /*display: none;*/
}

.popup-box .anchor-header
{
    position: relative;

    width: 180px;
    height: 80px;

    font-size: 13px;

    padding: 10px 10px 0 10px;

    background: transparent url(../images/anchor-body-bg.gif) repeat;
    margin-left: 30px;
    overflow: hidden;
}

.popup-box .anchor-header h1
{
    font-size: 12px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 5px;
    color: #fff;

    text-shadow: 1px 2px 2px #000000;
}

.popup-box .anchor-header .ribbon-image
{
    position: absolute;

    top: -16px;
    right: 4px;
}

.popup-box .anchor-body
{
    width: 180px;
    font-size: 13px;

    padding: 10px 10px 15px 10px;

    margin-left: 30px;

    background: transparent url(../images/anchor-body-bg.gif) repeat;
    overflow: hidden;
}

.popup-box .anchor-body p
{
    line-height: 1.2;
    padding-bottom: 10px;

    color: #fff;
    font-size: 12px;
    font-weight: normal;
}

.popup-box .anchor-body p strong
{
    font-weight: bold;
    text-shadow: 1px 2px 2px #000000;
}

.popup-box .anchor-body p a
{
    color: #ca7740;

    font-weight: bold;

    text-decoration: none;
}

.popup-box .anchor-body p a:hover
{
    text-decoration: underline;
}

.popup-box .anchor-footer
{
    width: 230px;

    position: relative;

    padding: 10px 0;

}

.popup-box .anchor-footer p
{
    color: #eee;

    font-size: 12px;
    line-height: 50px;
    font-weight: bold;

    padding-left: 10px;
}

.popup-box .anchor-footer .popup-close-image
{
    width: 39px;
    height: 32px;

    position: absolute;
    top: -235px;
    left: -6px;
    outline: 0;
    text-decoration: none;
    border: 0;
}

.custom-blue-button
{
    padding: 5px 15px;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    display: block;

    text-shadow: 1px 1px 2px #000000;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=black,direction=130,Strength=1);

    border: 1px solid #005756;



    width: 95px;

    text-align: center;

    background: #00aaa8; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYWFhOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzAwOWI5OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top,  #00aaa8 0%, #009b99 50%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00aaa8), color-stop(50%,#009b99)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #00aaa8 0%,#009b99 50%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #00aaa8 0%,#009b99 50%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #00aaa8 0%,#009b99 50%); /* IE10+ */
    background: linear-gradient(to bottom,  #00aaa8 0%,#009b99 50%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00aaa8', endColorstr='#009b99',GradientType=0 ); /* IE6-8 */

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

}

/*IE7 Fix*/
/*Safari/ chrome fix*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
 .popup-box .anchor-footer .popup-close-image  { top: -233px;  }
}

@media all and (min-width:0) {
    .popup-box .anchor-footer .popup-close-image { top: -234px \0/; }  /* IE9-IE10pp4 */
    .custom-blue-button { filter: none;}
}

