﻿table.modulo_guestbook{
    width:320px;
    margin:20px auto 50px auto;
}
table.modulo_guestbook th{
    font-weight:normal;
    text-align:left;
    white-space:nowrap;
    margin-bottom:10px;
}
table.modulo_guestbook td{
    text-align:left;
    padding-bottom:10px;
}
table.modulo_guestbook td input.text{
    width:200px;
}
table.modulo_guestbook td textarea{
    width:200px;
    height:200px;
}
table.modulo_guestbook td input.but
{
	background:none;
	border:0;
	width:130px;
	height:20px!important;
	margin-right:20px;
	font-size:1px;
    line-height:20px;
    margin-top:20px;
    float:left;
}
table.modulo_guestbook td input.but2
{
	background:none;
	height:20px!important;
	border:0;
	width:55px;
	font-size:1px;
    line-height:18px;
    margin-top:20px;
}
table.modulo_guestbook select{
    width:160px;
}
table.modulo_guestbook tfoot td.note{
    font-size:10px;
    font-style:italic;
}
