/* e-golf4u specific styles */
form p label{
  width: 150px;
  display: block;
  float: left;
}

form input, form textarea{
  border: 1px #000 solid;
  padding: 1px;
  margin-bottom: 1px;
  font: 12px arial;  
}

form input.button{
  border: 1px solid #CCCCCC;
  background-color: #FFF;
  padding: 2px;
  margin-bottom: 2px;
  font: 12px arial; 
  text-transform: uppercase; 
  letter-spacing: 0.1em;
}

form input.inputButton, form input#submit {
  border: none;
}

.submit span {
  width: 150px;
  display: block;
  float: left;
}
.submit input {
 border:0px;
 
}

input[type=submit]{ 
 /*PROPERTY:VALUE; */
  color:#ffffff;
  background-color: #0d5e0a; 
  /*cursor:hand;*/
  cursor:pointer;
} 

#wachtwoord_vergeten {
    padding: 5px;
    float: left;
    margin-right: 105px;
}





/* baanstatus */ 

td.rij1 {
    width: 130px;
}

td.rij3 {
    width: 200px;
}

tr.alternatief td {
    background-color: #EDF2EB;
}

table#baanstatus {
    border: 1px #C6D3C1 solid;
}

#loginform p {
 margin-top:2px;
 margin-bottom:2px;
 
}

.overzicht {
    width: 100%;
}
.overzicht th,#naw th  {
   text-align:left;
   line-height:18px;
}
.overzicht td,#naw td {
   line-height:18px;
}

ol ol {
 list-style-type: lower-alpha;
}
