td {
  border: none;
  font-size: 10px;
}

input, select, textarea {
  font-size: 10px;
  font-family: Verdana;
}

.actiontable td {
  border: none;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
}

.header {
  line-height: 30px;
  background-color: #58A8C4;
  font-weight:  bold;
}

.even {
  background-color: #ead799;
  padding-top: 3px;
  padding-bottom: 3px;
}

.odd {
  background-color: #dfc365;
  padding-top: 3px;
  padding-bottom: 3px;
}

.userform .even, .userform .odd, 
.loginform .even, .loginform .odd,
.permissionform .even, .permissionform .odd,
.myprofileform .even, .myprofileform .odd,
.resetpasswordform .even, .resetpasswordform .odd,
.guestbookmanageroptionstable .even, .guestbookmanageroptionstable .odd {
  background-color: #ffffff;
}

.userform input {
  width: 150px;
}

.myprofileform td,
.guestbookmanageroptionstable td {
  padding-right: 15px;
}

.error {
  font-size: 10px;
  font-weight: bold;
}

.info {
  font-size: 10px;
}

form, .admintext {
  font-size: 10px;
}
