.popup a
{
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
    color: #397994;
}
.popup a:hover
{
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
    color: #397994;
}
.popup a:visited
{
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
    color: #397994;
}
.popup a:visited:hover
{
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
    color: #397994;
}

.popup {
  position: absolute; 
  display: none;    
  z-index: 40;
  /* for IE */
  filter: alpha(opacity=90);
  /* CSS3 standard */
  opacity: 0.9;
  /* for Mozilla */
  -moz-opacity: 0.9;
}

.subtle {
  margin: 0px;
  padding: 8px;
  border: 1px dashed #397994;
  font-size: 11px;
  background-color: #FFFFFF;
  color: #000000;
}

.desc {
  margin: 0px;
  padding: 4px;
  border: 1px dashed #397994;
  font-size: 11px;
  background-color: #FFFFFF;
  color: #000000;
}

form.small input, form.small select, form.small.textarea {
  font-size: 11px;
}