﻿.headercell
{
  text-align: left;
  width: 150px;
  font-weight: normal;
}
.Title
{
  color: #00aeef;
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 8px;
}
.leftdetail
{
  width: 330px;
}

.divtable
{
  float: left;
}
.divtableleft
{
  float: left;
  width: 400px;
}

.divtabletiger
{
  float: right;
}

.DetailsView
{
  border: 0px solid #000;
}

.DetailsView td
{
  width: 165px;
  height: 25px;
}

.DetailsView input[type=text]
{
  width: 150px;
}

.DetailsView select
{
  width: 156px;
}

.headercells
{
  text-align: left;
  height: 25px;
}
.picturesize
{
  height: 23px;
  width: 109px;
}
.account_wijzigen, .account_opslaan
{
  display: block;
  height: 23px;
  width: 109px;
  background-repeat: no-repeat;
  margin-top: 10px;
  margin-bottom: 10px;
}

.account_wijzigen
{
  background-image: url('../images/wijzigen.png');
}
.account_opslaan
{
  background-image: url('../images/opslaan.png');
}
.invalidfield
{
  color: Red;
}

