html, body{
  font-size: 11px;
  font-family: verdana, tahoma, arial, sans-serif;
  color: #000;
  margin: 0;
  padding: 0;
  line-height: 1.4;
}

a, #shoutbox .shoutboxMess .tools span {
  text-decoration: none;
  cursor: pointer;
  _cursor: hand;
  color: #006;
}

a:hover, #shoutbox .shoutboxMess .tools span:hover{
  text-decoration: underline;
}

a img{
  border: none;
}

#shoutbox{
  font-size: 10px;
  border-top: solid 1px #cacaca;
  border-right: solid 1px #cacaca;
  background: #fff;
  overflow: hidden;
}

#shoutbox .shoutboxMess div.komunikat{
  background: #fcc;
  color: #777;
  padding: 3px 5px;
}

#shoutbox .shoutboxMess {
  height: 200px;
  overflow: auto;
  padding: 0;
}

#shoutbox .shoutboxMess div{
  padding: 3px 5px;
  border-bottom: dotted 1px #e5e5e5;
  margin: 5px;
}

#shoutbox .shoutboxMess div div{
  border-bottom: none;
  background: transparent;
}

#shoutbox .shoutboxMess div p.autor{
  margin: 0;
  padding: 0 0 3px 0;
  border-bottom: solid 1px #ddd;
  font-style: italic;
}

#shoutbox .sb0{
  background: #e5e5e5;
  position: relative;
}

#shoutbox .sb1{
  background: #f0f0f0;
  position: relative;
}

#shoutbox .sb2{
  background: #efd1d1;
  position: relative;
}

#shoutbox img{
  vertical-align: middle;
}

#shoutbox .shoutboxForm{
  margin: 0;
  padding: 5px;
  border-top: solid 1px #c9c9c9;
  background: #efefef;
  overflow: hidden;
}

#shoutbox form textarea{
  border: solid 1px #aaa;
  padding: 5px;
  font-size: 10px;
  font-family: verdana, tahoma, arial, sans-serif;
  height: 38px;
  width: 630px;
  float: left;
}

#shoutbox form .downbts{
  padding: 1px 0 0 0;
  text-align: right;
  background: transparent;
}

#shoutbox form .downbts input{
  border: none;
  padding: 3px 5px;
  background: #fff;
  border: solid 1px #aaa;
  font-weight: bold;
  font-size: 11px;
  color: #333;
}

#shoutbox .shoutboxMess .tools{
/*  display: none;
  position: absolute;*/
  float: right; 
  border-top: none;
  border-left: none;
  padding: 0px 5px;
  margin: 0;
  left: 0;
}

#sbopenhide{
  float: right;
  padding: 7px 10px 0 0;
  font-weight: bold;
  color: #000;
  font-size: 12px;
  cursor: pointer;
  _cursor: hand;
}

.sbox{
  width: 728px;
  overflow: hidden;
  margin: 0 0 10px 0;
  border-bottom: solid 1px #cacaca;
}

.shoutboxIframe{
  border: none;
  width: 100%;
  height: 300px;
  overflow: hidden;
}