/* generic classes for webblock webmail  */

.webmail {
  margin: 0px 3px 0px 3px;
  padding: 0px 0px 0px 0px;
  width: 219px;
  position: relative;
  clear: both;
  }
.webmail .head {
  display: block;
  height: 23px;
  width: 219px;
  background-image: url('/filternet/sites/images/webmail-head-bg.gif');
  background-repeat: no-repeat;
  visibility: visible;
  }
.webmail .bottom {
  position: relative;
  display: block;
  height: 14px;
  width: 219px;
  background-image: url('/filternet/sites/images/webmail-bottom-bg.gif');
  background-repeat: no-repeat;
  visibility: visible;
  
  }
.webmail .body {
  display: block;
  background-image: url('/filternet/sites/images/webmail-body-bg.gif');
  background-repeat: repeat-y;
  padding-top: 0px;
  padding-right: 10px;
  padding-bottom: 0px;
  padding-left: 20px;
  margin-bottom: 0px;
  }
#container3 .webmail {
  margin: 0px 0px 0px 10px;
  padding: 0px 0px 0px 0px;
  width: 219px;
  color: #000;
  }
#container3 .webmail h1, #container3 .webmail h2 {
  display: none;
  }
.webmail .body {
  padding: 0 0 0 0;
  }
.webmail table {
  margin-top: 0px;
  padding-top: 0px;
  width: 100%;
  }
.webmail label {
  color: #fff;
  font-weight: bold;
  padding-left: 10px;
  }
.webmail input {
  border: 1px solid #000;
  margin: 3px 0px 0px 0px;
  width: 90px;
  }
.webmail input.webmailButton {
  border: none;
  width: 75px;
  height: 22px;
  float: right;
  margin: 2px 5px 0px 2px;
  }