
/* ----------------------------------- GIOCHINI SU SPECIFICHE CSS3 -----------------------------------*/

/*a[href^="mailto:"]{padding-right: 20px;background: url(../pix/icon_mailto.gif) no-repeat center right}*/
/*FACASINO*a[href^="http"]{padding-right: 20px;background: url(../pix/icon_external.gif) no-repeat center right} */
/*a[href$=".pdf"]{padding-right: 20px;background: url(../pix/icon_pdf.gif) no-repeat center right}*/

/*--------------------CATALOGO CONTEST-------------------------*/
#piede_newsletter {font-size: 0.7em; text-align: justify; font-style: italic;}

/*--------------------CATALOGO CONTEST-------------------------*/
#contest_pictures {margin: 5px;}

#contest_name {text-align: center; font-size: 14px; font-weight: bold; border: 1px dotted gray;}

#contest_pic

/*--------------------TABELLE-------------------------*/

table.giuria
{
  font-size: 12px;
  background-color: none;
}
table.giuria caption {
	padding: 3px 5px 3px 5px;
	background-color: #3f1c1b;
        color: #FFF;
        text-align: center;
        font-size: 12px;
        letter-spacing: 5px;
        font-weight: bold;
        margin-bottom: 10px;
}
table.giuria th {
	padding: 3px 5px 3px 5px;
	background-color: #3f1c1b;
        color: #FFF;
        text-align: center;
        font-size: 12px;
        letter-spacing: 0px;
}
table.giuria td {
	padding: 1px 3px 1px 3px;
	background-color: #FFF;
        font-size: 11px;
        color: #000;
}


/*------------FORUM-------------*/

.faq
{
  margin: 15px 2px 15px -30px;
  padding: 0px;
  font-size: 1em;
  background-color: none;
}

.faq li
{
  padding: 4px 2px 2px 2px;
  margin: 5px 0px 5px 0px; 
  list-style: none;
  border: 1px outset #09074C;
}

.faq li a, .faq li a:visited {text-decoration: none; color: #09074C; font-weight: normal;}
.faq li a:hover {text-decoration: none; color: #E1E1C1}

/*------------FORM CONTEST-------------*/
.contest_field {padding: 2px; margin-bottom: 5px; margin-right: 5px;}
label {font-size: 14px;}
input {font-size: 14px;background-color:#fff;color:#000;border-color:#264B99;}
textarea {font-size: 14px;background-color:#fff;color:#000;border-color:#264B99;}
fieldset {text-align:left;margin:auto;padding:4px;}