#shoutbox {
  position: absolute;
  background: url(../images/shoutbox.png);
	background-repeat: no-repeat;
  top: 0px;
  left: 0px;
  z-index: 99999; }
  #shoutbox .content {
padding-top:30px;
    margin: 0px;
    font-size: 11px;
    width: 180px;
    color: #000; }
    #shoutbox .content #shoutboxClose {
      position: absolute;
      right: 10px;
      top: -8px; }
#shoutbox .content ul {
list-style: none;

      }
      #shoutbox .content ul li {
        border-bottom: 1px dotted #000;
        margin-bottom: 2px;
        padding-bottom: 2px; }
      #shoutbox .content ul .even {
        color: #fff; }
    #shoutbox .content form {
      margin: 5px; }
      #shoutbox .content form textarea {
        background: #AF006A;
        border: none;
        color: #fff;
        width: 170px; }
    #shoutbox .content .pagination {

      text-align: center;
      padding: 2px 0;
      

      font-size: 11px; }
      #shoutbox .content .pagination a {
        margin: 0px 0px;
        color: #fff; }
        #shoutbox .content .pagination a:hover, #shoutbox .content .pagination a:active {
          color: #000; }
      #shoutbox .content .pagination span.current {
        margin: 0 0px;
        color: #000;
        background: none; }

#shoutbox .content form #shoutBoxName {
         width: 170px;
         background: #AF006A;
         color: #fff;
         border: none;
         margin: 0 0 5px 0; }

#shoutbox .button {
    border: 1px solid #AF006A;
    background: #AF006A;
}
