.header {
	width: 760px;
	height: 200px;
	padding: 0 20px;
	background: no-repeat url(images/head2-800x200.jpg);
}
.main {
	width: 760px;
	padding: 20px;
	background-color: white;
}

.header, .main {
	margin-left: auto ;
	margin-right: auto ;
	border: 2px solid #681100;
	-moz-border-radius: 20px;
}

h1, h2, h3 {
	font-family: Verdana, Helvetica, sans-serif;
	color: #681100;
}

dd {
	margin: 0 0 1em 2em;
}
dt {
	font-weight: bold;
}
li {
	margin-bottom: 1em;
}

label {
  width: 8em;
  float: left;
  text-align: right;
  margin-right: 0.5em;
  display: block
}
input {
  color: #781351;
  background: #fee3ad;
}
.submit input {
  color: #900;
  background: #fee3ad;
  border: 2px outset #d9bb75;
  margin-left: 4.5em;
} 
fieldset {
  background-color: #ffffff;
  border: 1px solid #681100;
  width: 20em;
}
legend {
  color: #681100;
  background: #f1e7cd;
  border: 1px solid #681100;
  padding: 2px 6px
} 
.disclaimer {
  font-size: smaller;
  font-style: italic;
}

a {
	color: #681100;
}

a.info {
	position:relative; /*this is the key*/
	text-decoration:none
}

a.info:hover {
	z-index:25; 
}

a.info span {
	display: none
}

a.info:hover span { /*the span will display just on :hover state*/
	display:block;
	position:absolute;
	top:2em; 
	left:-15em; 
	width:15em;
	padding: 5px;
	border:1px solid #681100;
	background-color:#f1f1f1; 
	color:#000000;
	text-align: center
}
