body{
    font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
    font-size: 10px;
    color: #333333;
    text-align: center;
    background: url('../images/inlog/blue_smoke.jpg') no-repeat;
    background-position: 0px -250px;
}

html{
    font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
    font-size: 10px;
    color: #333333;
    text-align: center;
}

a{
    font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
    font-size: 10px;
    color: #333333;
    text-decoration: none; 
}

a:hover{
    text-decoration: underline;
}

.inlogscherm{
    position: relative;
    margin: 150px auto 0 auto;
    width: 700px;
    height: 200px;                          
}

.inloglinks{
    float: left;
    width: 202px;
    min-height: 200px;
    padding: 10px;
    text-align: left;
    background-color: #FFFFFF;
    border-top: 1px solid #bbbbbb;
    border-bottom: 1px solid #bbbbbb;
}

.inlogdivider{
    float: left;
    width: 2px;
    margin: 0 2px 0 2px;
    min-height: 400px;
    background-color: #FFFFFF;
    background: url('../images/inlog/inlogdivider.jpg') no-repeat;
    background-position: 0px 25px;
}

.inlogrechts{
    float: left;
    position: relative;
    margin: 30px 0 0 0;
    width: 472px;
    min-height: 200px;
    background: url('../images/inlog/ruig_mms.jpg') no-repeat;
    background-position: 0px 0px;   
}

.inlogvelden{
    position: absolute;
    top: 85px;
    left: 15px;
}

.inlogveld{   
    border: 1px dotted #BBBBBB;
    font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
    font-size: 10px;
    color: #333333;
}

.inloginfo{
    position: absolute;
    top: 157px;
    left: 395px;
    width: 12px;
    height: 12px;
    background: url('../images/icon/info.gif') no-repeat;  
    background-position: 0px 0px;
    cursor: pointer;
}

.divider{
    float:left;
    width: 2px;
    height: 20px;
    background: url('../images/divider.jpg') no-repeat;
}

button{ 
    padding: 0 2px 5px 2px;
    margin: 0 0 0 0; 
    background: url('../images/knop.jpg') repeat-x; 
    height: 20px;
    font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
      font-size: 10px;
      color: #FFFFFF;
      border: 1px solid #bbbbbb;
      cursor: pointer;
      text-decoration: none;
      float: left;
}

button:hover{ 
    background: url('../images/knop_over.jpg') repeat-x;
    color: #656e73;
    cursor:pointer; 
    text-decoration: none;
}

  