﻿.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;
        }

        .MovedInnerContainer {
            margin-left: 275px;
            padding: 10px 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;
        }

        .MovedIcon {
            position: absolute;
            left: 10px;
            top: 20px;
        }

        .MovedOtherIcon {
            position: absolute;
            left: -30px;
            top: -5px;
        }

        .MovedFooterContainer {
            border-top: 1px solid #e4e4e4;
            padding: 10px 00px 10px 50px;
        }

        .MovedFooterSubContainer {
            width: 33.33%;
            float: left;
        }

            .MovedFooterSubContainer a {
                color: #000000;
                text-decoration: none;
            }

                .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;
            }