* {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
}
body {
/*  color: #a0a0a0;*/
  background-color: #fff;
  background-image:url('../images/bg.gif');
}
img {
  border: 0;
}
#wrapper {
  width:380px; 
/*  height:500px; */
  position:absolute; 
  top:50%; 
  left:50%; 
  margin:-300px auto auto -230px; 
  padding: 40px;
  text-align:left;
  background-color: white;
}

h1 {
  color: #007dc3;
  font: 22px/18px Georgia, serif;
  font-weight: normal;
  margin: 0px;
  padding: 0px;
  text-transform: lowercase;
  font-style: italic;
  padding-bottom:4px;
  border-bottom:1px dotted #ccc;
  clear: left;
}
h2, .small-heading {
  color: #007dc3;
  font-size: 12px;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
  clear: left;
}
#wrapper div {
  padding-top: 20px;
  clear: both;
}
a {
  text-decoration: none;
}
a:link, a:visited, a:active {
  text-decoration: none;
  color: #007dc3;
}
a:hover {
  text-decoration: underline;
  color: #007dc3;
}
p, label, a, span, em {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #666666;
}
span.bold {
  font-weight: bold;
}

