@charset "utf-8";
/* CSS Document */
* {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
body {
	margin: 0px;
	background-color: #ECECEC;
	background-image: url(bg.png);
	background-repeat: repeat-x;
}
#incontri {
	width: 100%;
}
.testa {
	background-image: url(testa.png);
}
.testa_donna {
	background-image: url(testa_donna.png);
}
.testa_uomo {
	background-image: url(testa_uomo.png);
}
.testa_piccante_donna {
	background-image: url(testa_piccante_donna.png);
}
.testa_piccante_uomo {
	background-image: url(testa_piccante_uomo.png);
}
.testa_gay {	
	background-image: url(testa_gay.png);
}
.testa,.testa_donna,.testa_uomo,.testa_gay,.testa_piccante_donna,.testa_piccante_uomo  {
	background-repeat: no-repeat;
	background-position: center top;
	height: 330px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	padding-top: 20px;
	vertical-align: top;
}
.testa,.testa_donna a,.testa_uomo a,.testa_gay a.testa_piccante_donna a,testa_piccante_uomo a,{
	font-size: 12px;
	color: #69AEF4;
}
.corpo {
	background-image: url(corpo.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 300px;
	background-color: #ECECEC;
	padding: 10px;
	text-align: center;
	font-size: 12px;
}
.sotto_pagina {
	background-image: url(sotto_pagina.png);
	background-repeat: repeat-x;
	background-position: center top;
	height: 60px;
	background-color: #4365A0;
	padding-top: 10px;
	text-align: center;
	color: #ECECEC;
}
.sotto_pagina a{
	color: #CCC;
	font-size: 12px;
}
#cerca {
	padding: 4px;
	width: 940px;
	margin-bottom: 20px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #000;
}
.foto {
	text-align: center;
	vertical-align: top;
	width: 110px;
	padding: 10px;
}
.foto img{
	padding: 2px;
	height: 100px;
	width: 100px;
	border: 1px solid #333;
	background-color: #FFF;
}
.annuncio {
	text-align: left;
	vertical-align: top;
	padding: 10px;
	background-color: #FFF;
}
#modulo {
	width: 940px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #000;
	margin-bottom: 20px;
}
.iscrizione {
	width: 330px;
	text-align: left;
	vertical-align: top;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
.txt {
	text-align: left;
	vertical-align: top;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.txt h2{
	color: #36F;
	margin-top: 2px;
	margin-bottom: 2px;
	font-size: 14px;
	font-weight: bold;
}
.txt strong{
	color: #F00;
}
