

#shoutbox_form label {
    display:block;
  }


#shoutbox_form input, #shoutbox_form textarea {
    margin:0;
    width:250px;
    border:1px solid #ddd;
    padding:3px 5px 3px 25px;
  }


textarea#message {
    background-image : url('/images/note_edit.png');
    background-position : 5px 5px;
    background-repeat : no-repeat;
  }


input#sender {
    background-image : url('/images/user.png');
    background-position : 5px 4px;
    background-repeat : no-repeat;
  }


input#email {
    background-image : url('/images/email.png');
    background-position : 5px 4px;
    background-repeat : no-repeat;
  }


input#web {
    background-image : url('/images/world_link.png');
    background-position : 5px 4px;
    background-repeat : no-repeat;
  }


#shoutbox_form textarea {
    height:125px;
  }


p.comment_name {
float:left;
    width:175px;
    min-height : 20px;
    text-indent : 25px;
    padding:0 50px 0 0;
    background-image : url('/images/user.png');
    background-repeat : no-repeat;
  }


p.comment_date {
    float:left;
    margin:0;
    min-height : 20px;
    text-indent : 25px;
    padding:0 20px 0 0;
    background-image : url('/images/time.png');
    background-repeat : no-repeat;
  }


p.comment_web {
    width:300px;
    float:right;
    margin:0;
    min-height : 20px;
    text-indent : 25px;
    padding:0 20px 0 0;
    background-image : url('/images/world_link.png');
    background-repeat : no-repeat;
  }


p.comment_message {
    clear:left;
    text-indent : 25px;
    background-image : url('/images/note.png');
    background-repeat : no-repeat;
  }


button.submit {
    background-image : url('/images/email_go.png');
    background-position : 5px 4px;
    background-repeat : no-repeat;
    float:right;
    height:28px;
    line-height:28px;
    border-top:1px solid #999;
    border-left:1px solid #999;
    border-right:1px solid #333;
    border-bottom:1px solid #333;
    padding:0 10px 0 25px;
    margin:0 75px;
    color:#333;
    cursor:pointer;
    text-align:left;
    font-size:11px;
    font-weight:bold;
  }


button.back {
    background-image : url('/images/arrow_left.png');
    background-position : 5px 4px;
    background-repeat : no-repeat;
    height:28px;
    line-height:28px;
    border-top:1px solid #999;
    border-left:1px solid #999;
    border-right:1px solid #333;
    border-bottom:1px solid #333;
    padding:0 10px 0 25px;
    margin:10px 25px;
    color:#333;
    cursor:pointer;
    text-align:left;
    font-size:11px;
    font-weight:bold;
  }


div.comment_div {
    background-image : url('/images/sfondo_commento.png');
    background-position : bottom;
    background-repeat : repeat-x;
    padding:8px 0 5px 10px;;
    margin:0;
  }
div#LastShoutbox {
    width : auto;
    margin:0;
    padding-left:5px;
    padding-right:8px;
  }
div#LastShoutbox a:link, div#LastShoutbox a:visited {
    color : #000000;
    font-family : arial,sans-serif;
    text-decoration : none;
  }


div#LastShoutbox a:hover, div#LastShoutbox a:active, div#LastShoutbox a:focus {
    color : #FFFFFF;
    text-decoration : none;
  }