.bordo {
	border: 2px solid #FFFFFF;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 2px;

}
.titoloVerde {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #006600;
}
a:link {
	color: #000000;
	text-decoration: none;
}

a:active {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
form {
	margin: 0px;
	padding: 0px;
}
.bottone {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #009933;
	border: 1px solid #FFFFFF;
	padding: 1px 5px;
	margin: 1px;
	cursor: hand;

}
.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}
.menu a:link {
	color: #FF0000;
	text-decoration: none;
}

.menu a:active {
	color: #FF0000;
	text-decoration: none;
}
.menu a:visited {
	color: #FF0000;
	text-decoration: none;
}
.menu a:hover {
	color: #FF0000;
	text-decoration: underline;
}
.menu2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}
.menu2 a:link {
	color: #ffffff;
	text-decoration: none;
}

.menu2 a:active {
	color: #ffffff;
	text-decoration: none;
}
.menu2 a:visited {
	color: #ffffff;
	text-decoration: none;
}
.menu2 a:hover {
	color: #ffffff;
	text-decoration: underline;
}
.menu3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;

}
.menu3 a:link {
	color: #000000;
	text-decoration: none;
}

.menu3 a:active {
	color: #000000;
	text-decoration: none;
}
.menu3 a:visited {
	color: #000000;
	text-decoration: none;
}
.menu3 a:hover {
	color: #FF0000;
	text-decoration: underline;
}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #666666;
	padding: 3px;
	line-height: 12px;



}
.bordo2 {
	border: 2px solid #98CB3F;
}
.bordo3 {
	border: 2px solid #FFCC00;
}
.bordoGiu {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #009933;
}
.testoRosso {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	font-weight: bold;
	margin-left: 3px;


}
.testoRosso a:link {
	color: #FF0000;
	text-decoration: none;
}
.testoRosso a:active {
	color: #FF0000;
	text-decoration: none;
}
.testoRosso a:visited {
	color: #FF0000;
	text-decoration: none;
}
.testoRosso a:hover {
	color: #FF0000;
	text-decoration: underline;
}
li {
	line-height: 22px;
	vertical-align: top;
	list-style-type: none;
	list-style-image: url(../img_comuni/filmet.gif);
	margin-left: 15px;
}
ul {
	margin-left: 5px;
}
.immagine {
	padding: 0px;
	float: right;
	margin: 0px 0px 0px 10px;
	clear: right;

}
.arrivi {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 13px;
	color: #000000;
}
cssform p{
	width: 300px;
	clear: left;
	margin: 0;
	padding: 5px 0 8px 0;
	padding-left: 155px; /*width of left column containing the label elements*/
	border-top: 1px dashed gray;
	height: 1%;
}

.cssform label{
	font-weight: bold;
	float: left;
	width: 180px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"], .cssform textarea, .cssform select{ /*width of text boxes. IE6 does not understand this attribute*/
	width: 180px;
}

.cssform input[type="checkbox"]{ /*width of text boxes. IE6 does not understand this attribute*/
	margin: 0;
}

.cssform input[type="radio"]{ /*width of text boxes. IE6 does not understand this attribute*/
	margin: 0;
}

.cssform input[type="textarea"]{
	width: 180px;
	height: 50px;
}
.cssform label.error {
    font-weight: normal;
    font-size: 10px;
}
.modal { 
    background-color:#fff; 
    display:none; 
    width:350px; 
    padding:15px; 
    text-align:left; 
    border:2px solid #333; 
    font-size: 12px;
    color: #455560;
}

.modalInput {
   /* margin-top: 5px;*/
}
 
.modal h2 { 
    margin:0px; 
    padding:10px 0 10px 45px; 
    border-bottom:1px solid #333; 
    font-size:20px; 
}
a#modal-trigger{
	display:block;
	background-color:#009933;
	padding:5px;
	color: #FFFFFF;
	width:150px;
}
