﻿/*************************************************************
  Copyright (c) Microsoft Corporation.  All rights reserved.  
*************************************************************/
.icon-reg-complete {
    background: url(../images/icon-reg-complete.png) no-repeat 0 0 transparent;
    width: 48px;
    height: 50px;
    float: left;
    margin: -5px 10px 100px 0;
}

.ie6 .icon-reg-complete {
    background-image: url(../images/icon-reg-complete-ie6.png);
    margin-top: 0px;
}

.welcome-text {
    margin-bottom: 1.0em;
    width: 65%;
}

#registrationStepsDiv,
#finalizeOuterDiv {
    margin: 0 0 10px 58px;
}

#registrationStepsDiv {
    margin: 0 0 10px 0;
}

#finalizeOuterDiv ol {
    padding-left: 18px;
    margin: 0;
}

.registrationGateContainerDiv span {
    display: block;
    clear: both;
}

    .registrationGateContainerDiv span div span {
        margin-bottom: 2px;
    }

        .registrationGateContainerDiv span div span i {
            display: block;
            margin-bottom: 25px;
        }

.panelPolicyExplanation {
    margin-top: 10px;
}

/****************
Media Queries
*****************/

@media only screen and (max-width: 480px) {
    .welcome-text {
        width: 300px;
    }

    #registrationStepsDiv,
    #finalizeOuterDiv {
        margin: 0 0 10px 0;
    }

    div#chromeButtons input {
        float: left;
        margin-right: 12px;
    }

        div#chromeButtons input:last-of-type {
            margin-right: 0px;
        }

    div.icon-reg-complete {
        display: none;
    }
}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
}
