  div.shoutbox {
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 5px;
    width: 160px;
    overflow: visible;
    color: #000000;
    font: normal 10px verdana,tahoma,arial }

  /* Smiley with no border and a cursor pointer */
  img.smileys { 
    border: 0;
    cursor: pointer; }

  /* Just some styling... */
  #shoutbox-message { width: 168px }
  strong {
    color: #db56b5;
    font: bold 10px verdana,tahoma,arial }

  /* Dont remove this style property or the messages wont display properly! */
  ul { 
    margin: 0;
    padding: 0;
    list-style-type: none;
    color: #000000;
    font: normal 10px verdana,tahoma,arial; }

  /* This is just to make the form looks nice */
  input {
	width: 168px;
	background-color: #ffd2f2;
    padding: 0px;
	border: 1px solid white;
	border-top: 1px solid black;
    color: #000000;
    font: normal 10px verdana,tahoma,arial; }
  textarea {
    width: 168px;
    
	background-color: #ffd2f2;
    padding: 0px;
    border: 1px solid white;
  border-top: 1px solid black;
    color: #000000;
    font: normal 10px verdana,tahoma,arial; }
	
	#shoutbox_viesti {
	position:relative;
	}
	
	hr {
	width:95%;
	color: white;
	height:1px;
	border-top:1px solid silver;
	border-left: 1px solid white;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	clear:both;
	}
	
	
