#SiteMailTitle
{
  position: relative;
  top: 0;
  left: -125px;
  width: 250px;
  margin: 0 0 0 50%;
  border: 2px solid #FFFFFF;
  border-bottom-style: none;
  
  color: #FFFFFF;
  background-color: #000000;
  font-weight: 700;
  font-size: 16pt;
}

#SiteMail
{
  position: relative;
  top: 0;
  left: -125px;
  width: 250px;
  height: 400px;
  margin: 0 0 0 50%;
  border: 2px solid #FFFFFF;
  border-top-style: none;
  color: #FFFFFF;
  background-color: #000000;
  font-weight: 700;
}

#SiteMail div
{
  position: absolute;
  left: 25px;
  width: 200px;
}

#SiteMail input
{
  width: 170px;
  color: #000000;
}

#SMmailTo
{
  top: 10px;
}

#SMmailFrom
{
  top: 60px;
}

#SMmailSub
{
  top: 110px;
}

#SMmailBody
{
  top: 160px;
}

#SiteMail textarea
{
  width: 200px;
  height: 160px;
  color: #000080;
}

#SMmailButtons
{
  top: 360px;
  width: 180px;
  text-align: right;
}

#SMmailButtons input
{
  width: 90px;
  height: 25px;
  background-color: #DDDDDD;
  font-weight: 700;
}
