#inline-edit{
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.2);
	top: 0;
	left: 0;
	z-index:3;
}

#inline-edit .box{
	width: 80%;
	height: 80%;
	background: white;
	border-radius: 4px;
	display: table;
	margin: 5% auto;
	position: relative;
}

#inline-edit-close{
	position: absolute;
	bottom: 4px;
	right:4px;
}

#inline-edit-frame{
	width: 100%;
    height: 80%;
    margin-top: 5%;
}