form fieldset
{
  border: 1px solid #000080;
  width: 520px;
}

form legend{
  color: #000080;
}

.form_field{
  clear: both;
}

.form_error{
  color: #FF0000;
  clear: both;
}


.small_error{
  float:right;
  font-size: x-small;
  width: 330px;
  margin:5px 0 0 10px;
}


.chk{
  float: left;
}

.form_controls{
  clear: both;
  padding-top: 10px;
  text-align: center;
}


.label_left{
  float: left;
  width: 160px;
  padding: 0;
  margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
  text-align: right;
}

.label_right{
  float: none;
  width: auto;
  padding: 0;
  text-align: left;
}

.chk{
  float:left;
  width: 330px;
  margin: 5px 0 0 10px;
}

.form_field input[type="text"] {
  float:left;
  width: 330px;
  margin:5px 0 0 10px;
}



.form_field textarea {
  font: inherit;
  float:left;
  height: 200px;
  width: 330px;
  margin:5px 0 0 10px;
  resize: none;
}

.form_field input[type="file"] {
  float:left;
  width: 330px;
  margin:5px 0 0 10px;
}


.form_field select {
  float:left;
  width: 330px;
  margin:5px 0 0 10px;
}

.form_field input[type="checkbox"]{
  float:none;
  margin:5px 5px 0 0;
  width:auto;
}

form .button{
  margin:5px 0 0 10px;
  color: #000080;
  width: 100px;
  height: 30px;
  font-weight: bold;
}

form .button:hover{
  color: #800000;;
}

.error{
  color: #FF0000;
  font-weight: bold;
}