/* shoutbox.css */
#shoutboxMainpage p {
  border-bottom: 1px solid #ccc;
  padding: 6px 0; }
#shoutboxMainpage div.paging-complex {
  padding-top: 10px; }
#shoutboxMainpage a {}

#shoutbox {
  background: #f6f6f6 url("../../img/icons/shoutbox.png") no-repeat top right;
  padding: 0.6em 1.4em 0.3em 1.4em;
  position: relative;
  top: -0.7em; }
  #shoutbox div.head {
    border-bottom: 1px solid #ccc; }
    #shoutbox div.head h2 {
      margin-bottom: 5px; }
    #shoutbox div.head h3 {
      font-size: 14px;
      padding-bottom: 15px;
      color: #000; }
    #shoutbox div.head h3.hasErrorMsg {
      padding-bottom: 0; }
  #shoutbox div.body {
    overflow: hidden; }
    #shoutbox div.body a {
      xcolor: #B15D60;
      xfont-weight: bold;
      text-decoration: underline; }
    #shoutbox div.body p {
      border-bottom: 1px solid #ccc;
      border-top: 1px solid #fff;
      margin: 0em 0 0 0;
      padding: 0.55em 0 0.55em 0;
      line-height: 1.2em; }
  #shoutbox div.form {
    border-top: 1px solid #fff; }
    #shoutbox div.form a {}
    #shoutbox div.form #shoutbox_countsigns {
      text-align: right;
      padding: 0; }
      #shoutbox div.form #shoutbox_countsigns .countfield {
        background: transparent;
        border: none;
        color: #666;
        text-align: right;
        padding: 0 2px 0 0; }
    #shoutbox div.form .message, #shoutbox div.form .nickname, #shoutbox div.form .placeholder {
      font-weight: bold;
      padding: 0px 4px;
      color: #444; }
    #shoutbox div.form .message {
      width: 310px;
      height: 70px;
      padding-top: 2px; }
    #shoutbox div.form .nickname {
      width: 160px;
      height: 22px;
      line-height: 22px;
      border: 1px solid #ccc;
      float: left; }
    #shoutbox div.form #errorNickname {
      visibility: hidden;
      float: left;
      line-height: 24px;
      padding-left: 10px; }
    #shoutbox div.form #errorNickname.error {
      visibility: visible; }
    #shoutbox div.form .placeholder {
      line-height: 22px; }
    #shoutbox div.form button {
      margin-top: 0.4em; }

