/* 
    Document   : login_SRIR
    Created on : 2010-nov-11, 03:10:39
    Author     : matsn
    Description:
       Styles used by the login_SRIR.jsp page
       These styles are copied from the VSTB study
*/

body {
font:76%/1.6em Arial, Helvetica, Geneva, sans-serif;
margin:0;
padding:0;
background-color:#f2f2f2;
text-align: center;
color:#3b3b3b}

 
img{
border: none;
padding-top:5em; 
}

#wrap{
    position:absolute;
    width:900px;
    margin:0px auto;
    background-image:url('../images/leverlogo_ny.gif');
    background-color:#fff;
    border:0px solid #ccc;
    min-height:600px;
}

#milk{
    position:absolute;
     background-color:#eee;
     width:100%;
     min-height:600px;
     opacity: 0.6;
}   


#header
{

    height:120px;
    /*padding-top:1em;*/
    background-color:#eee;
  /*  background-image:url('../images/leverlogo.gif'); */
    background-repeat:no-repeat;
    background-position:50%;
    margin:0;
    padding:0;}


/* content backround = 5*5 pixels shadowing from gray to white  */
#content
{   position:absolute; 
    left:300px;
    top: 0px;
    z-index:10000;
 
     }

 #login{
 width:380px;
 margin:0 auto;
 padding-top:2em;
 }

#login h4{
 color:#870052}

.loginlabel{
  width:100px;
  display:block;
  text-align:right;
  font-size:14px;
  font-weight:bold;
  margin:0;
  padding:0;
  float:left;
  }


 .logintextbox{
  width:150px;
  height:20px;
  margin-right:10px;
  margin-bottom:12px;
  }


.loginbtn{
  background-image:url('../images/greenbutton.gif');
  background-repeat:no-repeat;
  width: 76px;
  height:26px;
  border:0;
  float:left;
  margin-left:15px;
  margin-bottom: 12px;
  }

 .loginbtn:hover{
   background-image:url('../images/greenbutton_hover.gif');
   background-repeat:no-repeat;
  }

  .errormsg{
    font-size: 1.5em;
    color:#aa5555;
    padding-bottom:20px;
  }


