fieldset { border:1px solid green;
	margin-left: 5px;
	padding: 5px;}

legend {
  padding: 0.2em 0.5em;
  border:1px solid green;
  color:green;
  font-size:90%;
  text-align:right;
  }
/* All form elements are within the definition list for this example */
dl {
	
    position: relative;
    width: 770px;
}
dt {
    clear: both;
    float:left;
    width: 230px;
    padding: 4px 0 2px 0;
    text-align: left;
}
dd {
    float: left;
    width: 300px;
    margin: 0 0 8px 0;
    padding-left: 6px;
}


/* The hint to Hide and Show */
.hint {
   	display: none;
    position: absolute;
    right: 50px;
    width: 250px;
    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(../images/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(../images/pointer.gif) left top no-repeat;
}

#banner{
  background-image: url(../images/confirm-banner.png);
  background-repeat: no-repeat;
  background-position: center;
  margin: 10px 0 0 250px;
    height: 66px;
  width: 250px;
}

#banner h2 {

  padding-left: 80px;
  padding-top: 20px;
  font-size: 20px;
}
#title {
  padding: 2px 7px 2px 7px;
  border-top: thin dotted #D2D2D2;
  border-left: thin dotted #D2D2D2;
  border-right: thin dotted #D2D2D2;
  border-bottom: thin dotted #D2D2D2;
}

.buttonred {
  border: medium solid #FF9933;
  background-color: #FFCC00;
  color: #330000;
  width: 140px;
  text-align: center;
  font-weight: bold;
  margin-left: 30px;
  margin-top: 10px;
}

