﻿.admin {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  text-decoration: none;
  font-weight: bold;
  line-height: 15px;
  color: #CC0000;
  border: 1px dashed #FF0000;
  padding: 0px 10px;
  margin: 0px 0px 3px 0px;
  background-color: #FFEAEA;
}
.admin a {
  text-decoration: none !important;
  color: #CC0000 !important;
}
.admin a:hover {
  color: #000099 !important;
}
.admin span {
  font-weight: normal;
  color: #333;
  text-decoration: none;
  margin-right: 3px;
  margin-left: 3px;
}

.corner {
  margin: 5px auto;
  padding: 10px 0px 10px 10px;
  width: 140px;
  background-color: #FFFFC1;
  line-height: 22px;
  border: solid 1px #FF0000;
  border-right: solid 4px #FF0000;
  border-bottom: solid 4px #FF0000;
}
.corner img {
  margin-right: 3px;
  vertical-align: text-bottom;
}
.corner a {
  color: #FF0000;
  font-weight: bold;
}
.corner a:hover {
  color: #006600;
}
