table.form-editprofile
{
  border-spacing: 0px;
  margin: 0px auto;
  width: 85%;
}

table.form-editprofile td.title
{
  color: #333;
  font-size: 16px;
  font-weight: bolder;
  font-family: Verdana;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
  padding-top: 10px;
}

table.form-editprofile td.name
{
  color: #333;
  font-size: 14px;
  font-weight: normal;
  font-family: Verdana;
  width: 200px;
  height: 35px;
}

table.form-editprofile td.input
{

}

table.form-editprofile td.input input
{
  border: 1px solid #94a66d;
  width: 98%;
  height: 20px;
  font-size: 12px;
  font-weight: normal;
  font-family: Verdana;
  line-height: 20px;
}

table.form-editprofile td.input select
{
  border: 1px solid #94a66d;
  width: 98%;
  height: 20px;
  font-size: 12px;
  font-weight: normal;
  font-family: Verdana;
}

input#submit
{
  display: block;
  margin: 5px auto;
  background-color: transparent;
  border: 1px solid #94a66d;
  padding-left: 10px;
  padding-right: 10px;
  height: 20px;
}

