#draggable_div{
    position: absolute;         /*-indispensabile-*/
	/*border: 1px dotted #aaaaaa;*/
    padding:0px;
	/*background: #ffff88;*/
	color: #000000;
	/*width:250px;*/
	text-align:left;
	
    filter:alpha(opacity=80);
    -moz-opacity:0.80;
    opacity:0.80;
	}/*draggable_div*/

#draggable_div .fumetto{
	/*border:1px solid #555555;*/
	width:205px;
	height:30px;
    background: url(../imgs/layout/fumetto_top.gif) top center no-repeat;
    }

#draggable_div .contenutofumetto{
    /*background: #ffff88;*/
    /*border:1px solid #555555;*/
	width:205px;
	height:115px;
    /*background: url(../imgs/layout/fumetto_bottom.gif) top center no-repeat;*/
	background:url(../imgs/layout/fumetto_bottom.gif) top center no-repeat;
    }
	
#draggable_div .contenutofumetto p{
	margin:0px 10px 0px 10px;
    }