#shoutbox {
  position: absolute;
  background: url(../dsg/box_b.gif);
  top: 20px;
  left: 980px;
  z-index: 99999; }
  #shoutbox .content {
    margin: 10px;
    font-size: 11px;
    width: 180px;
    background: #000;
    color: #fff; }
    #shoutbox .content #shoutboxClose {
      position: absolute;
      right: 10px;
      top: -8px; }
    #shoutbox .content ul {
      padding: 10px; }
      #shoutbox .content ul li {
        border-bottom: 1px dotted #333;
        margin-bottom: 2px;
        padding-bottom: 2px; }
      #shoutbox .content ul .even {
        color: #fff; }
    #shoutbox .content form {
      margin: 10px; }
      #shoutbox .content form textarea {
        background: #333;
        border: none;
        color: #fff;
        width: 160px; }
    #shoutbox .content .pagination {
      background: #000;
      text-align: center;
      padding: 2px 0;
      border-top: 1px dotted #000;
      border-bottom: 1px dotted #000;
      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: 160px;
         background: #333;
         color: #fff;
         border: none;
         margin: 0 0 5px 0; }

#shoutbox .submit
	{ 
	  color:#000; 

	  background-color:#fff; 
	  border:none;  
	} 

#shoutbox em
	{ 
	  color:#333; 
font-size: 9px;
padding-left:15px; 
font-style:normal;
 
	} 