dl {
	font: normal 12px/15px Verdana, Arial;    
	position: relative;
    width: 350px;
	margin-left: 210px;
}

dt {
    clear: both;
    float:left;
    width: 100px;
    padding: 4px 0 2px 0;
    text-align: left;
}

dd {
    float: left;
    width: 200px;
    margin: 0 0 8px 0;
    padding-left: 6px;
}

.formTitle {
  font-size: 15px;
  font-weight: bold;
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  text-align: left;
  padding-left: 3px;
  margin-bottom: 20px;
}

.formSubtitle {
  font-size: 12px;
  font-weight: bold;
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  text-align: left;
  padding-left: 3px;
  margin-bottom: 20px;
}



/* The hint to Hide and Show */
.hint {
   	display: none;
    position: absolute;
    right: -180px;
    width: 200px;
    margin-top: -4px;
    border: 1px solid #c93;
    padding: 10px 12px;
    /* to fix IE6, I can't just declare a background-color,
    I must do a bg image, too!  So I'm duplicating the pointer.gif
    image, and positioning it so that it doesn't show up
    within the box */
    background: #ffc url(pointer.gif) no-repeat -10px 5px;
}

/* The pointer image is hadded by using another span */
.hint .hint-pointer {
    position: absolute;
    left: -10px;
    top: 5px;
    width: 10px;
    height: 19px;
    background: url(pointer.gif) left top no-repeat;
}

.tr_back {
  background: #fff url(../common/images/buttonbar.gif) repeat-x top;
}
.headers {
  font-size: 12px;
  font-weight: bold;
  font-family: Verdana, Arial, Helvetica, sans-serif; 
}
.borderline {
  border-top: 1px solid #003399;
  border-bottom: 1px solid #003399;
  border-left: 2px dotted #003399;
}
.smallText {
  font-size: 9px;
  font-weight: normal;
  font-family: Verdana, Arial, Helvetica, sans-serif; 
}
.fauxbutton {
  font: 11px Verdana, Tahoma, Arial, Trebuchet MS, Sans-Serif, Georgia, Courier, Times New Roman, Serif;
  border: 1px solid #003399;
  background-color: #F7CC76;
  padding: 2px;
  color: #000000;
  position: absolute;
  left: 640px;
  top: 3px;
  text-decoration: none;
  cursor: pointer;
}

.formText {
  font-size: 10px;
  font-weight: normal;
  font-family: Verdana, Arial, Helvetica, sans-serif; 
}

