#Guestbook
{
	width:775px;
	float:left;
	margin:0 10px;
	height:auto !important;
	height:180px;
	min-height:180px;	
}
#Guestbook .message
{
    
    margin:20px 0 5px 0;
	font-size:14px;
}
#Guestbook .message h3
{
    margin:0;
    font-size:14px;
    color:#E33A00;
}
#Guestbook .message h4
{
    margin:0;
    font-size:12px;
    font-weight:normal;
    border-bottom: 1px dotted #CC2105;
}
#Guestbook .message span
{
    font-size:12px;
}
#Guestbook #link
{
	display:none;
}
#Guestbook #NewMsgForm label
{
    display:block;
    font-size:12px;
    margin:8px 0 0 0;
}
#Guestbook p.ErroreDesc
{
    color:#f00;
    margin:0;
}

