
#contents {
  float: left;
  width: 530px;
  min-height: 400px;
  background-color:#FFFFFF;
}

label {
  margin: 3px 0;
  font-size: 83%;
  font-family:verdana, arial, helvetica, sans-serif;
  font-weight: bolder;
  display: block;
}

label.yes_no {
  display: inline;
  position: relative;
  top: -2px;
}

html label.yes_no {
  top: 1px;
}

label.yes_no {
  font-weight: normal;
}

label span.label_required {
  color: red;
}

textarea, select {
  border: 1px solid #ccc;
  padding: 3px;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 11px;
  background: white;
}

select {
  padding: 1px;
}

textarea:hover, select:hover {
  border: 1px solid green;
}

textarea:focus, select:focus {
  border: 1px solid black;
}

fieldset {
  margin: 10px 0;
  padding: 10px;
  padding-top: 5px;
  border: 1px solid #ccc;
}

fieldset legend {
  font-size: 92%;
  font-family: verdana, arial, helvetica, sans-serif;
  font-weight:500;
  color:#009999;
}
/*
input.text { width: 250px; }
input.short { width: 50px; }
input.medium { width: 150px; }
input.long { width: 400px; }
input.title { width: 530px; }
*/

input.yes_no {
  border: 0;
  width: auto;
  background: transparent;
}

textarea, textarea.long {
  width: 250px;
  height: 100px;
}

textarea.short {
  width: 400px;
  height: 70px;
}

textarea.comment {
  width: 600px;
  height: 100px;
}

textarea.editor {
  width: 530px;
  height: 300px;
}

button.submit {
  margin-top: 10px;
  font-size:10px;
  font-style:normal;
  azimuth:center;
}

input.submit {
  font-size:10px;
  font-style:normal;
  azimuth:center;
}

span.required {
  color: red;
  font-size: 90%;
}

form div.formBlock {
  margin: 5px 0 5px 2px;
  border-left: 5px solid #e8e8e8;
  padding: 0 0 0 10px;
}

form div.formBlock label {
  margin-top: 0;
  padding-top: 0;
}

#formErrors {
  background: red;
  color: white;
  padding: 5px 10px;
}

#formErrors ul li {
  font-size: 90%;
}

/** Options block, best to put it into fieldset **/

.objectOption {
  margin-top: 5px;
}

.objectOption .optionLabel {
  float: left;
  display: block;
  width: 140px;
}

.objectOption .optionLabel label {
  margin: 0;
  padding: 0;
}

.objectOption div.optionControl {
  margin-left: 140px;
}

.objectOption div.optionDesc {
  clear: left;
  font-size: 10px;
  padding: 0 5px 5px 5px;
  color: #333;
}

/**table styles **/
table {
  border: 1px solid #ccc;
  font-family:Arial, Helvetica, sans-serif;
  font-size:11px;
}

th {
  font-weight: bolder;
}

th, td {
  /*order: 1px solid #ccc;*/
  padding: 3px;
  vertical-align: top;
  text-align:left;
}

th {
  background: #e8e8e8;
  padding: 5px 5px;
}

a{
color:#000000;
text-decoration:none
}

a:hover{
text-decoration:underline;
color:#0000FF;
}

table.blank {
  border: 0;
}

table.blank th, table.blank td {
  border: 0;
}



