/* 
    Document   : ss_lpage
    Created on : Nov 4, 2014, 1:49:56 PM
    Author     : stowe
    Description:
        Purpose of the stylesheet follows.
*/

body{background: #F0F8FF;font-family:verdana, Arial, Helvetica, sans-serif; font-size: 12px; }
h1{font-family: Georgia, "Times New Roman", Times, serif; font-size: 36px; font-weight: normal; padding:5px; margin:0}
a,a:visited{
   text-decoration: none; 
   color: #000
}
.div2 select,
.div2 button{
   border-radius: 3px;
}
.div1 a,
.div2 a,
.div2 a:visited{
   color: white; 
   text-decoration: none}
.div2 select:focus,
.div2 button:focus{
   outline-color: #0066FF;
   color: #0066FF;
}
.div1 a:focus
.div2 a:focus{
   background: #0066FF;
}

img.back {
   -moz-box-shadow: 5px 5px 5px #5c5c5c;
   -webkit-box-shadow: 5px 5px 5px #5c5c5c;
   box-shadow: 5px 5px 5px #5c5c5c;
   -moz-border-radius:5px;
   -webkit-border-radius:5px;
   border-radius:5px;
}

img.back{
	width:100%;
	height: 100%;
}

div.xyc{
   text-align: center; 
   font-size: 12px; 
   font-family: Verdana; 
   width:100%;
   max-width: 600px; 
   height: 423px; 
   position: absolute; 
   top:-50px; 
   left:0; 
   right: 0; 
   bottom:0; 
   margin: auto;
}
div.div1{
   position: absolute; 
   top: 50px;
   left:0; 
   right:0; 
   bottom:0; 
   margin: auto;
   color: white; 
}
div.div2{
   position: absolute; 
   top:165px; 
   left:0; 
   right:0; 
   bottom:0; 
   margin: auto;
   width: 100%
}
p.msg{color: white; font-family: Verdana; text-align: center}
label.error{color:#FF4830; font-family: Verdana;}

.div1 div,
.div2 div{
   font-family: Arial;
}

#usr,
#pwd{
   width: 100%;
   border-radius: 2px;
}

#btn_submit{
   margin-top: 5px;
   border-radius:3px;
   background: white;
   padding: 2px 5px;
   color: #2c2c2c
}

div.div3{
   color:white;
   font-family: Arial;
   position: absolute; 
   bottom: 25px; 
   width: 100%; 
   left:0; 
   right:0; 
   margin: auto;
}
