div.pc-input_elem {
  font-size:           14px;
  font-weight:         bold;
  background-color:    #e8e8e8;
  padding:             5px;
  margin-top:          10px;
  margin-right:        5px;
  text-align:          left;
  border-radius:       10px;
  -moz-border-radius:  10px;
}
div.pc-advanceddiv {
  display:              none;
  margin:               5px;
  padding:              3px;
  background-color:     white;
  border:               1px solid #e0e0e0;
}
div.pc-describediv {
  display:              none;
  background-color:     white;
  border:               2px solid #909090;
  position:             absolute;
  width:                235px;
  box-shadow:           0.2em 0.2em #e0e0e0;
  -moz-box-shadow:      0.2em 0.2em #e0e0e0;
  -webkit-box-shadow:   0.2em 0.2em #e0e0e0;
}
div.pc-closebar {
  text-align:           right;
  background-color:     #6a6a6a;
  margin-left:          0px;
  margin-right:         0px;
  margin-top:           0px;
}
div.pc-descriptiondiv {
  padding:              0px 5px 5px 5px;
  font-size:            9pt;
}
span.pc-closebar {
  text-decoration:     none;
  font-size:           10pt;
  color:               white;
}
div.pc-stephelpdiv {
  display:              none;
  background-color:     white;
  border:               1px solid #e0e0e0;
  position:             absolute;
  width:                300px;
  box-shadow:           3px 3px 3px 4px #b0b0a0;
  -moz-box-shadow:      3px 3px 3px 4px #b0b0a0;
  -webkit-box-shadow:   3px 3px 3px 4px #b0b0a0;
}
div.pc-datasetdiv {
  background-color:     white;
  border:               1px solid #e0e0e0;
  padding:              3px;
  font-size:            10pt;
}
div.pc-helpdiv {
  display:              none;
  background-color:     white;
  border:               1px solid #e0e0e0;
  position:             absolute;
  padding:              3px;
  width:                300px;
  font-size:            10pt;
  box-shadow:           3px 3px 3px 4px #b0b0a0;
  -moz-box-shadow:      3px 3px 3px 4px #b0b0a0;
  -webkit-box-shadow:   3px 3px 3px 4px #b0b0a0;
}
div.pc-outputhelpdiv {
  display:              none;
  background-color:     white;
  border:               2px solid #909090;
  box-shadow:           3px 3px 3px 4px #b0b0a0;
  -moz-box-shadow:      3px 3px 3px 4px #b0b0a0;
  -webkit-box-shadow:   3px 3px 3px 4px #b0b0a0;
  position:             absolute;
  padding:              3px;
  width:                230px;
  font-size:            10pt;
}
div.pc-hsp_detail {
   border:              1px solid #7d4e1e;
}