﻿.MovedPopupContainer {
    width: 700px;
    background-color: #ffffff;
    background-image: url(/images/moving/image_moving.gif);
    background-repeat: no-repeat;
    background-position: top left;
    margin: auto;
    font-family: Lato;
    font-size: 14px;
    font-weight: 300;
    position: relative;
    margin-top: 0px;
}

.MovedInnerContainer {
    margin-left: 275px;
    padding: 20px 30px 20px 20px;
}

.MovedPopupContainer h1 {
    font-family: Lato;
    font-size: 30px;
    font-weight: 300;
}

.MovedPopupContainer h2 {
    font-family: Lato;
    font-size: 18px;
    font-weight: 300;
}

.NewAddressContainer {
    background-color: #eeeeee;
    padding: 20px;
    padding-left: 50px;
    position: relative;
    line-height: 20px;
    margin-top: 10px;
}

.MovedIcon {
    position: absolute;
    left: 10px;
    top: 20px;
}

.MovedOtherIcon {
    position: absolute;
    left: -30px;
    top: -5px;
}

.MovedFooterContainer {
    border-top: 1px solid #e4e4e4;
    padding: 20px 0px 10px 50px;
}

.MovedFooterSubContainer {
    width: 33.33%;
    float: left;
}

    .MovedFooterSubContainer a {
        color: #000000;
        text-decoration: none;
        font-weight:300;
    }

        .MovedFooterSubContainer a:hover {
            color: #000000;
            text-decoration: underline;
        }

    .MovedFooterSubContainer p {
        margin-left: 30px;
        position: relative;
        line-height: 20px;
    }

.Clear {
    clear: both;
}

.MovedCloseButton {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 30px;
    height: 30px;
    background: #bf311a;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    color: #ffffff;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
}

    .MovedCloseButton:hover {
        background-color: #A12612;
    }
