/*
ul.buttonList .azure a span {
    padding-left: 45px;
    background: url('images/azure-login.png') no-repeat 6px 7px;
}
ul.buttonList .azure a:after {
    position: absolute;
    left: 35px;
    top: 0;
    height: 100%;
    width: 0;
    content: "";
    border-left: 1px solid rgba(0,0,0,0.2);
    border-right: 1px solid rgba(255,255,255,0.3);
}
*/

/*AZURE*/
/*
ul.buttonList li.azure a {
    background: #00abec url(images/azure-bg.png) repeat-x;
}
ul.buttonList .azure a {
    color: #fff;
    text-shadow: 0px -1px 0px rgba(0,0,0,0.4);
    border-color: #3d82a0; 
    background-position: 0;
    background-color: #00abec;
}
ul.buttonList .azure a:hover {
    color: #fff;
    border-color: #3d82a0; 
    text-shadow: 0px -1px 0px rgba(0,0,0,0.4);
    background-position: 0 -50px;
    background-color: #00baff;
}
ul.buttonList .azure a:active {
    background-position: 0 -100px;
    border-color: #3d82a0; 
    background-color: #2680a9;
}
*/

ul.buttonList li.azure { /*NEW*/
    width: 420px;
}
    /*5*/
    ul.buttonList li.azure a {
        background: #0078D4; /*WAS CHANGED image removed*/
    }
/*1*/
ul.buttonList .azure a {
    color: #fff;
    text-shadow: none; /*TEXT SHADOW NOW IS NONE*/
    border-color: none; /*border color NOW IS NONE*/
    box-shadow: 4px 4px 0px 0px #AAA; /*CHANGED*/
    font-size: 20px; /*MA CHANGED before: 12px*/
    border: none; /*CHANGED before: 1px solid #c9c9c9*/
}
    /*4*/
    ul.buttonList .azure a:after {
        position: absolute;
        left: 35px;
        top: 0;
        height: 100%;
        width: 0;
        content: "";
        /*border-left: 1px solid rgba(0,0,0,0.2);*/ /*MA REMOVED*/
        /*border-right: 1px solid rgba(255,255,255,0.3);*/ /*MA REMOVED*/
    }

} /*6*/
ul.buttonList .azure a:active {
    background-position: 0 -100px;
    border-color: #3d82a0;
    background-color: #2680a9;
}
/*2*/
ul.buttonList .azure a:hover {
    color: #fff;
    border-color: #128FEF;
    background-position: 0px;
    text-shadow: none; /*before: 0px -1px 0px rgba(0,0,0,0.4);*/
    background-color: #128FEF; /*CHANGED before:00baff*/
    box-shadow: 0px 0px 0px 0px #999999; /*CHANGED*/    
    top: 2px; /* START MA CHANGED to move to the right and down*/
    left: 2px; /**/
    position: relative; /*END*/
}
/*3*/
ul.buttonList .azure a span {
    padding-left: 40px; /*CHANGED REMOVED*/
    background: url("Images/outlook36px.png") no-repeat 19px 10px; /*CHANGED IMAGE and position before:6px 7px*/
    background-size: 36px 36px; /*NEW*/
    padding: 20px 0px 20px 71px
}
