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