
/* Form Global Style */
#center-panel form {
  width: 95%;
  margin: 0 auto;
  font-family: "Lucida Grande", "Trebuchet MS", Verdana, Arial, sans-serif;
}

#center-panel fieldset{
  padding: 10px 10px;
}

fieldset legend{
  font-size: 1.2em;
}

fieldset dt {
  clear: both;
  width: 20%;
  float: left;
  text-align: right;
  font-size: 0.8em;
}

fieldset dd {
  width: 70%;
  float: left;
  margin: 0 0 0.5em 0.25em;
}

.errors li {
  color: red;
  list-style-type: none;
  font-size: 0.8em;
}

.description {
  font-size: .8em;
  color: #cc9933;
  margin-top: -3px;
}



/* fieldset-resource */
textarea {
  height: 100px;
  width: 100%;
}

input[type=text]{
  width: 100%;
}


