/* DIV CONTENENTE L'ESTENSIONE DEL GUESTBOOK */
div.tx-veguestbook-pi1 {
font-size:0.8em;
border: 1px solid #CCC;
padding:10px;
background-color:#FFF;
}


/*DIV contenitore di ogni singolo messaggio*/
div#tx-guestbook-list-container{
border: 1px solid #ccc;
font-family:Verdana;
clear:both; /*per Gecko*/
height:1%; /*per IE*/
}


/* per bug firefox div contenenti div (float left) */
div#tx-guestbook-list-header:after{
display:block;
visibility:hidden;
content:".";
height:0;
clear:both;
}
/*HEADER di ogni singolo messaggio*/
div#tx-guestbook-list-header{
margin:5px;
margin-bottom:0px;
padding:3px;
color:#000;
background-color:#99CCFF;
clear:both; /*per Gecko*/
height:1%; /*per IE*/
}
/*AUTORE del messaggio*/
span.tx-guestbook-list-author{
float:left;
font-weight:bold;
margin-left:10px;
font-size:0.9em;
}
/*DATA del messaggio*/
span.tx-guestbook-list-date{
float:right;
margin-right:10px;
margin-top:1px;
font-size:0.7em;
}


/**/
div#tx-guestbook-list-message{
background-color:#FFF;
margin-left:5px;
margin-right:5px;
margin-bottom:0px;
}
/**/
p.tx-guestbook-list-comment {
margin-top:0px;
padding-top:5px;
margin-left:10px;
margin-bottom:5px;
font-size:1em !important;

}
/**/
p.tx-guestbook-list-contacts {
font-size:0.8em !important;
margin-bottom:5px;
margin-top:0px;
margin-left:10px;
}



/**/
div#tx-guestbook-form{
font-family:Verdana;
font-size:0.9em;
}
/**/
div.tx-guestbook-form-riga{
margin-bottom:10px;
}
/**/
div.tx-guestbook-form-label{
width:200px;
background-color:violet;
float:left;
}
/**/
div.tx-guestbook-form-labels{ 
width:100px;
float:left;
clear:both;
}
/* RIQUADRI DI INSERIMENTO MEDIA DIMENSIONE*/ 
.tx-guestbook-form-inputfield-med { 
border-style: solid; 
border-width: 1pt; 
border-color:#CCC; 
color:#333333; 
width:100px; 
margin-left:10px;
}
/* RIQUADRI DI INSERIMENTO GRANDE DIMENSIONE */
.tx-guestbook-form-inputfield-big { 
border-style: solid; 
border-width: 1pt; 
border-color:#CCC; 
color:#333333; 
width:150px; 
margin-left:10px;
}
/* RIQUADRO DELLA TEXT AREA DEL MESSAGGIO */
.tx-guestbook-form-textarea { 
border-style: solid; 
border-width: 1pt; 
border-color:#CCC; 
color:#333333; 
width:200px; 
margin-left:10px;
}
/**/
.tx-guestbook-form-obligationfield { 
color: #CC0000; 
}
/**/
.tx-guestbook-form-error { 
color: #CC0000; 
}





/*STILE CAPTCHA*/

div#form-captcha-container:after{
display:block;
visibility:hidden;
content:".";
height:0;
clear:both;
}
/*div contenete tutto il captcha*/
div#form-captcha-container{
clear:both;
height:1%;
margin-top:30px;
margin-bottom:30px;
}
/*testo del captcha*/
div#form-captcha-text{
width:90%;
margin-right:10px;
margin-bottom:15px;
}
/*immagine del captcha*/
span.captcha-image img{
margin-left:0px;
margin-bottom:10px;
border: solid 1px #666;
}
/*testo guida per la casella di testo*/
span.captcha-text-field{
clear:both;
margin-top:20px;
}
/*casella di testo del captcha*/
div#form-captcha-img-field .tx-guestbook-form-inputfield-med{
margin-left:10px;
}

/*Scritta se non riesci a leggere l'immagine*/
span.tx-srfreecap-pi2-cant-read{
color:#000;
font-weight:bold;
font-size:1em;
}

span.tx-srfreecap-pi2-cant-read a{
color:#00F;
}

span.tx-srfreecap-pi2-cant-read a:hover{
color:#FFF;
background-color:#00F;
}