/* Modal Window styling  */

#page
{
    /*background-repeat: repeat;
    background-image:url(../images/login/pagebackground.png);*/
    background-color:white;
}

@media screen and (min-width: 280px){
#wrapper
{
    /*background-repeat: no-repeat;
    background-position:center;
    background-image: url(../images/login/login320.png);*/
    width:400px;
    height:253px;
    padding:0px;
    margin:0px;
    position: absolute;
}
    
#divlogin
{
    /*border: thin outset #666666;
    background-repeat: repeat;
    background-image: url(../images/login/login2.png);*/
    width:240px;
    height:120px;
    position: absolute;
    z-index: 5;
}
#loginlogo 
{
display:none; 
position:relative!important;
}
}

@media screen and (min-width: 480px){
#wrapper
{
    /*background-repeat: no-repeat;
    background-position:center;
    background-image: url(../images/login/login480.png);*/
    width:400px;
    height:253px;
    padding:0px;
    margin:0px;
    position: absolute;
}
#divlogin
{
    /*border: thin outset #666666;
    background-repeat: repeat;
    background-image: url(../images/login/login2.png);*/
    width:320px;
    height:160px;    
    padding: 10px;
    position: absolute;
    z-index:5;
}
#loginlogo 
{
background-image: url(../images/login/azzierlogo.png);
background-repeat:no-repeat;
width:220px;
height:30px;
display:block;
position:absolute;
z-index:3;   
}
}

@media screen and (min-width: 600px){
#wrapper
{
    /*background-repeat: no-repeat;
    background-position:center;
    background-image: url(../images/login/login600.png);*/
    width:580px;
    height:367px;
    padding:0px;
    margin:0px;
    position: absolute;

}
#divlogin
{
    /*border: thin outset #666666;
    background-repeat: repeat;
    background-image: url(../images/login/login2.png);*/
    width:320px;
    height: 180px;
    position: absolute;
    z-index: 5;
}
#loginlogo 
{
background-image: url(../images/login/azzierlogo.png);
background-repeat:no-repeat;
width:220px;
height:30px;
display:block;
position:absolute;
z-index:3;   
}
}








