.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: #2C5A6E;
}
.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: #2C5A6E;
}

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

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

.subtle h1 {
  color: #000000;
 }

.desc {
  margin: 0px;
  padding: 4px;
  border: 1px dashed #ff8a00;
  font-size: 11px;
  background-color: #FFFFFF;
  color: #000000;
}
 
form.small input, form.small select, form.small.textarea {
  font-size: 11px;
}

.cms_append {
	margin: 0;
	width: auto;
}

#desc_text {
	color: black;
}