#introduction
{
  height: 90px;
}

#introduction a
{
  font-weight: bold;
}

#columnarForm fieldset
{
  border: 0;
  width: 450px;
  padding:0;
  padding-left: 5px;
  margin:0;
}

#columnarForm label
{
  font-size: 70%;
}

#columnarForm label span
{
  color: red;
}

#columnarForm .form_error
{
  font-size: 70%;
  color: red;
  padding: 0 0 10px 5px;
}


#columnarForm #submit
{
  width: 70px;
  background-color: #EDDBA5;
  color:#336666;
  font-weight: bold;
  border:1px solid;
  border-top-color:#696;
  border-left-color:#696;
  border-right-color:#363;
  border-bottom-color:#363;
}

#columnarForm #submit:hover
{
  border:1px solid #ce3131;
}

/**
 *  List of messages
 */

#list_section
{
  width: 95%;
  margin-top: 20px;
  margin-bottom: 40px;
  /*  border: 1px solid red;*/ 
}

#list_section .header
{
  width: 100%;
  margin: 0;
  padding:0;
  color: #336666;
  padding-top:5px;
  background: url('../../../images/themes/default/sections/guestbook/line.jpg') no-repeat left bottom;
}

#list_section .name
{
  color: #336666;
  font-weight: bold;
  font-size: 90%;
}

#list_section .sender
{
  padding-left: 8px;
  color: #F0B657;
  font-weight: bold;
  font-size: 90%;
}

#list_section .from
{
  font-size: 80%;
  color: #6C5715;
  padding-left: 20px;
}

#list_section .data
{
  font-size: 80%;
  text-align: right;
  padding-right: 13px;
  color: #6C5715;
}

#list_section .message
{
  margin: 0;
  padding:0;
  margin-bottom: 15px;
  color: #336666;
  text-align: justify;
}

p.pagination
{
  font-size: 80%;
  text-align: center;
  height: 15px  !important;
  line-height: 15px  !important;  
}

p.pagination span
{
  padding: 2px;
  margin-left:3px;
}

p.pagination span.selected
{
  font-weight:bold;
}