/*.editable { position:absolute; z-index:1000; background-color:#F5FAFD; padding: 10px; border:solid 1px #bdd9e9; }*/
.editable {background-color:#F5FAFD; padding: 10px; border:solid 1px #bdd9e9; }

.bow-editable:hover {
	background: url(../img/icon/pencil.png) top right no-repeat;
	/*padding-left: 20px;*/
	cursor: pointer;
	border: 0px #C9C8C8 solid;
	border-radius: 0px;

	background-color: rgb(240, 255, 0);
	background-color: rgba(240, 255, 0, .2);
}

/* stili per resettare questo div */
.js_traduzione_editable{
	/*display : inline;*/
	margin : 0;
    padding : 0;
	height : auto;
    width : auto;
	box-sizing : content-box;
	border-style : none;
    box-shadow : none;
    
    clear : none;
    color : inherit;
    float : none;
    
    position : static;
    text-align : inherit;
    visibility : visible;
    /*white-space : nowrap;*/
    word-spacing : normal;
    /*padding-right:20px; */
    vertical-align: middle;
}

.bow-underediting{
	opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
}
