@charset "UTF-8";
/* CSS Document */

#claim_container {
/*	background-color:#CCCCCC;*/
	position:fixed;
	margin: 0 auto;
/*	padding: 180px 0 0 300px; */
	z-index:5;
	top: 180px;
	left:300px; 	
/*	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5; */
	}

#claim { 
    width: 450px;
    height: auto;
	background-color:#CCCCCC;
	font-size: 10px;
    font-family: Verdana;
	z-index:5; 
	border: solid 1px #000000;
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	}
#claim img {
	border:none;}

#claim div.chiudi {
    text-align: right;
	background-color:#555555;
	color: #FFFFFF;
}

#claim #bottone {
	width:118px;
	height:27px;
	margin:253px 0 0 140px;
	text-align:center;
	font-size:12px;
	}

#claim #bottone a {
	text-decoration:none;
	background:url(images/bt_leggi.jpg) no-repeat top center;
	width:118px;
	height:27px;
	color: #002f43;
	display:block;
	padding:5px 0;}

#claim #bottone a:hover {
	color: #C30;}

#claim a.sponsor {
	color: #FFFFFF;
	padding: 0 5px;
}

#claim a.sponsor:hover {
    color: #FFFFFF;
    text-decoration: none;
}

#bg_claim {
	background: transparent url(images/img_resp_gest_imm.jpg) no-repeat scroll top;
	width:450px;
	height:300px;
	margin:0;
	padding:0;
	border: 1px solid #AAAAAA;
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;	
	}

#claim #bg_claim .dx .title {
	text-align:left;}

#claim #bg_claim h1 {
	font-size:24px;
	color:#e2001a;
	line-height:120%;}

#claim #bg_claim span {
	font-size:14px;
	color:#555555;
	line-height:100%;}

#claim #bg_claim img {
	padding: 3px 0;
	border:none;}

#claim #bg_claim .dx p {
	padding: 20px 0 0 20px;}