
.textfield
{
  border: solid 1px black;
  background-color: #daebf9;
  font-family: Verdana;
  font-size: 11px;
  color: black;
  height: 18px;
}

.textfieldextraextrasmall
{
  border: solid 1px black;
  background-color: #daebf9;
  font-family: Verdana;
  font-size: 11px;
  color: black;
  width: 20px;
  height: 18px;
}

.textfieldextrasmall
{
  border: solid 1px black;
  background-color: #daebf9;
  font-family: Verdana;
  font-size: 11px;
  color: black;
  width: 50px;
  height: 18px;
}

.textfieldsmall
{
  border: solid 1px black;
  background-color: #daebf9;
  font-family: Verdana;
  font-size: 11px;
  color: black;
  width: 60px;
  height: 18px;
}

.textfieldmedium
{
  border: solid 1px black;
  background-color: #daebf9;
  font-family: Verdana;
  font-size: 11px;
  color: black;
  width: 160px;
  height: 18px;
}

.textfieldlarge
{
  border: solid 1px black;
  background-color: #daebf9;
  font-family: Verdana;
  font-size: 11px;
  color: black;
  width: 250px;
  height: 18px;
}

.textfieldextralarge
{
  border: solid 1px black;
  background-color: #daebf9;
  font-family: Verdana;
  font-size: 11px;
  color: black;
  width: 400px;
  height: 18px;
}

.textareasmall
{
  border: solid 1px black;
  background-color: #daebf9;
  font-family: Verdana;
  font-size: 11px;
  color: black;
  width: 100px;
  height: 50px;
}

.textareamedium
{
  border: solid 1px black;
  background-color: #daebf9;
  font-family: Verdana;
  font-size: 11px;
  color: black;
  width: 160px;
  height: 75px;
}

.textarealarge
{
  border: solid 1px black;
  background-color: #daebf9;
  font-family: Verdana;
  font-size: 11px;
  color: black;
  width: 250px;
  height: 100px;
}

.textareaextralarge
{
  border: solid 1px black;
  background-color: #daebf9;
  font-family: Verdana;
  font-size: 11px;
  color: black;
  width: 400px;
  height: 200px;
}

.buttonsmall
{
  border-top: solid 1px #bbbbbb;
  border-left: solid 1px #bbbbbb;
  border-bottom: solid 1px black;
  border-right: solid 1px black;
  background-color: #678fc6;
  font-family: Verdana;
  font-size: 10px;
  font-weight: bold;
  color: white;
  width: 50px;
  height: 18px;
}

.buttonmedium
{
  border-top: solid 1px #bbbbbb;
  border-left: solid 1px #bbbbbb;
  border-bottom: solid 1px black;
  border-right: solid 1px black;
  background-color: #678fc6;
  font-family: Verdana;
  font-size: 11px;
  font-weight: bold;
  color: white;
  width: 90px;
  height: 20px;
}

.buttonlarge
{
  border-top: solid 1px #bbbbbb;
  border-left: solid 1px #bbbbbb;
  border-bottom: solid 1px black;
  border-right: solid 1px black;
  background-color: #678fc6;
  font-family: Verdana;
  font-size: 11px;
  font-weight: bold;
  color: white;
  width: 150px;
  height: 20px;
}

.buttonextrasmall
{
  border: solid 1px black;
  background-color: #678fc6;
  font-family: Verdana;
  font-size: 11px;
  font-weight: bold;
  color: white;
  width: 50px;
  height: 20px;
}

