/* TOASTIE */

.toastie {
  position: absolute;
  left: 160px;
  top: 100px;
  width: 266px;
  height: 80px;
  float: left;
  clear: both;
  min-height: 145px;
}

.toastie .ttop {
  height: 30px;
  text-align: right;
  font-size: 1.4em;
  padding-top: 23px;
  padding-right: 64px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}

.toastie .tctr {
  min-height: 74px;
  margin-bottom: 18px;
  width: 263px;
}

.toastie .roundframe {
  background: transparent url('/images/frame64_1.png') no-repeat 0 0;
  position: relative;
  top: -7px;
  left: 5px;
}

.toastie .tcontent {
  padding-right: 7px;
  padding-top: 8px;
  width: 150px;
  float: right;
  margin-right: 10px;
}

.toastie .tcontent nobr img {
  cursor: pointer;
  margin-top: 10px;
}

.tchat {
  background: transparent url('/images/toastie/chatbot.png') no-repeat left bottom;
}

.tchat .ttop {
  background: transparent url('/images/toastie/chattop.png') no-repeat left top;
  color: #764c05;
}

.tchat .tctr {
  background: #fff1c5 url('/images/toastie/chatctr.png') no-repeat left bottom;
}

.tprofile {
  background: transparent url('/images/toastie/prflbot.png') no-repeat left bottom;
}

.tprofile .ttop {
  background: transparent url('/images/toastie/prfltop.png') no-repeat left top;
  color: #398204;
}

.tprofile .tctr {
  background: #d8ffb9 url('/images/toastie/prflctr.png') no-repeat left bottom;
}

.tblink {
  background: transparent url('/images/toastie/blinkbot.png') no-repeat left bottom;
}

.tblink .ttop {
  background: transparent url('/images/toastie/blinktop.png') no-repeat left top;
  color: #b0280a;
  padding-right: 74px;
}

.tblink .tctr {
  background: #fbffb4 url('/images/toastie/blinkctr.png') no-repeat left bottom;
}

.tmail {
  background: transparent url('/images/toastie/mailbot.png') no-repeat left bottom;
}

.tmail .ttop {
  background: transparent url('/images/toastie/mailtop.png') no-repeat left top;
  color: #333399;
  padding-right: 74px;
}

.tmail .tctr {
  background: #fbffb4 url('/images/toastie/mailctr.png') no-repeat left bottom;
}
