div#dwlogodiv {
  position: fixed;
  text-align: center;
  vertical-align: bottom;

  bottom: 10px;
  right: 10px;
  
  width: 35px;
  height: 35px;

  z-index: 2;
}

div#dwcopyright-text {
  position: fixed;
  visibility: hidden;

  bottom: 10px;
  right: 10px;

  font-family: Verdana, Arial, "Trebuchet MS", Helvetica, Sans-Serif, Verdana;
  font-size: 9px;
  font-weight: bold;
  text-decoration: none;
  font-style: normal;
  color: #777777;
  text-align: center;
  
  padding-top: 5px;
  
  background-color: #FFFFFF;
  
  background-position: top left;
  background-repeat: no-repeat;
  background-image: url(img/dwback.jpg);
  
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  opacity: 0.9;
  
  width: 180px;
  height: 67px;

  z-index: 3;
  
  cursor: default;  
}

a.dwlink:link, a.dwlink:active, a.dwlink:visited, a.dwlink:hover {
  text-decoration: none;
  font-size: 11px;
  color: #555555;  
}

a.dwlink:hover {
  text-decoration: underline;
}

div#previewtag {
  position: fixed;
  background-color: #FF0000;
  color: #FFFFFF;
  filter: alpha(opacity=40);
  -moz-opacity: 0.4;
  opacity: 0.4;
  text-align: center;
  vertical-align: bottom;

  font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif, Verdana;
  font-size: 12pt;
  font-weight: bold;
  text-decoration: none;
  font-style: normal;
  
  top: 0px;
  left: 0px;
  width: 100%;
  height: 25px;
  
  margin-bottom: -40px;
  padding: 0px;

  z-index: 1;
}
