body {
	background-image: url(img/sides.jpg);
	background-repeat: repeat-y;
	background-position: center;
	margin: 0px;
}
table.index {
	background: #FFFFFF;
	text-align: right;
	font: bold 12px Arial, Helvetica, sans-serif;
	border: 1px solid #000000;
	width:770px;
	height:100%;
}
input.text {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #000000;
	background: #FFFFFF;
	border: 1px solid #000000;
	padding-right: 5px;
	padding-left: 5px;
	width: 110px;
}
input.pulsante {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #C51D17;
	text-align: center;
	padding: 1px;
	width: 110px;
	border: 1px solid #FFFFFF;
	margin-top: 10px;
}
textarea.sfondo {
	font: bold 11px Arial;
	color: #000000;
	background: #FFFFFF url(img/form_sfondo.gif);
	width: 160px;
	height: 70px;
	border: 1px solid #000000;
	padding-right: 5px;
	padding-left: 5px;
}

form.cmxform fieldset {
  margin-bottom: 10px;
}
form.cmxform legend {
  padding: 0 2px;
  font-weight: bold;
}
form.cmxform label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
}
form.cmxform fieldset ol {
  margin: 0;
  padding: 0;
}
form.cmxform fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
}
form.cmxform fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
form.cmxform fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}
form.cmxform fieldset fieldset label {
  display: block;
  width: auto;
}
form.cmxform em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
form.cmxform label {
  width: 120px; /* Width of labels */
}
form.cmxform fieldset fieldset label {
  margin-left: 123px; /* Width plus 3 (html space) */
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.gallerycontainer{
position: relative;
LINE-HEIGHT: 20px;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 0px 0px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid blue;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
padding: 0px;
left: -500px;
border: 1px solid black;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 0px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: -75;
left: 590px; /*position where enlarged image should offset horizontally */
z-index: 0;
}

A.globe:link      { text-decoration: none;  font-family:arial; color:#ffffff; font-size:11px; font-weight:normal;}
A.globe:visited   { text-decoration: none;  font-family:arial; color:#ffffff; font-size:11px;  font-weight:normal; }
A.globe:active	{ text-decoration: none;  font-family:arial; color:#ffffff; font-size:11px;  font-weight:normal; }
A.globe:hover	{ text-decoration: none;  font-family:arial; color:#ff0000; font-size:11px; font-weight:normal; }


A.email:link      { text-decoration: underline;  font-family:arial; color:#0000C8; font-size:12px; font-weight:normal;}
A.email:visited   { text-decoration: underline;  font-family:arial; color:#0000C8; font-size:12px;  font-weight:normal; }
A.email:active	{ text-decoration: underline;  font-family:arial; color:#0000C8; font-size:12px;  font-weight:normal; }
A.email:hover	{ text-decoration: underline;  font-family:arial; color:#ff0000; font-size:12px; font-weight:normal; }

