﻿input[type='text'],
input[type='date'],
input[type='email'],
select,
textarea
{
  border: 1px solid #ffbd3f;
  border-radius: 4px;
  padding: 4px;
  width: 350px;
}

fieldset
{
  padding: 10px;
  border: 1px solid #ffbd3f;
}

fieldset :focus
{
  box-shadow: 0px 0px 8px #ffbd3f;
}

fieldset dt
{
  width: 200px;
  height: 24px;
  margin-right: 10px;
  float: left;
  border-bottom: 1px dotted #ffbd3f;
}

input[type='submit']
{
  border: 1px solid #ffbd3f;
  border-radius: 4px;
  padding: 10px 20px;
  box-shadow: 0px 0px 8px #ffbd3f;
  background-color: #ffbd3f;
  font-size: medium;
  color: white;
  font-weight: bold;
}