@charset "utf-8";

form fieldset.divForm
{
  clear: both;
  float: left;
  border: solid #f60 0px;
  border-top: solid #f60 1px;
  margin: 0;
  margin: 0px 0px 20px 0px;
  width: 100%;
}

form fieldset.hidden
{
  border: 0;
}

form fieldset legend
{
  white-space: nowrap;
  color: black;
  font-weight: bold;
  width: 10px;
  padding: 1px;
  display: block;
}

fieldset legend
{
  color: black;
  white-space: nowrap;
  font-weight: bold;
  padding: 1px;
  display: block;
}

form fieldset ol
{
  margin: 0;
  padding: 0;
}

form fieldset li
{
  display: block;
  list-style: none;
  margin: 0;
  clear: left;
}

li.yui-toolbar-groupitem
{
  clear: none;
}

form label
{
  margin: 0 0 0 5px;
}

form label.element
{
  display: block;
  float: left;
  width: 150px;
  padding: 0;
  margin: 5px 0 0 0;
  font-weight: bold;
  text-align: right;
}

form input,
form textarea,
form select
{
  width: auto;
}

form textarea
{
  overflow: auto;
}

form br
{
  clear: left;
}

form div.element
{
  display: inline;
  float: left;
  margin: 5px 0 0 10px;
  padding: 0;
}

form li.reqnote
{
  font-size: 80%;
  margin: 5px 0 0 100px;
}

form span.error, form span.required
{
  color: #f60;
}

form div.error
{
  border: 1px solid #FF3300;
  padding: 5px;
}

span.error, form span.required
{
  color: red;
}

div.errormsg
{
  width: 80%;
  padding: 5px;
  margin: 20px 0px 20px 0px;
  color: #FF3300;
}

DL.form
{

}

DL.form DT
{
  clear: both;
}

DL.form DT.float
{
  float: left;
  width: 180px;
}

DL.form DD INPUT
{
  width: 175px;
}

DL.form DD TEXTAREA
{
  width: 400px;
  border: 1px solid #CCC;
}