/* shared: Comune a tutte le pagine */

body{
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #FFF;
	background:url(../img/shared/bg.png) top left #FFFFFF repeat-x;
}

button{
  font-size:10px;
  border:1px solid #000;
  background:url(../img/shared/form/bgButton.png);
  cursor:pointer;
}

button img{
	vertical-align:middle;
}

#shadow{
	display:none;
	background:#000;
	opacity:0.5;
	filter: alpha(opacity=50);
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	position:fixed;
	z-index:10;
}
a {
  text-decoration:none; cursor:pointer;}
a:hover{
  text-decoration:underline;}

button table{
  font-size:13px;}
  
textarea{
  width:350px;
}

form{
margin:0;
}

input{
	border:1px solid #EEE;
}
input:hover{
	border:1px solid #000;
}

input.noborder{
	border:none;
}

input.submit{
	font-size:12px;
  	border:1px solid #000;
	background: url(../img/shared/form/bgButton.png);
}

input.submit:hover{
	border:1px solid #AAA;
}

.copy{
  font-size:10px;
  color:#000000;
}

.text{
	font-size:13px;
}
a img{
border:0px;
}

div.banner{
  width:198;
  opacity:0.5;
}

div.banner:hover{
  opacity:1.0;
}

#fbButton{
	cursor:pointer;
	position:relative;
	text-align: right;
	background: url(../img/shared/bgFbButton.png);
	width:195px;
	height:50px;
}
#fbButton div{
	position:absolute;
	top:6px;
	right:4px;
}

#ebrogallery{
  text-align:center;
  height:100px;
}

img.absmiddle {
vertical-align: middle;
}
