.webblocktext
{
	border: 2px #3F6B8A dashed;
	min-height: 30px;
	min-width: 30px;
	padding: 3px;
	margin: 2px;
	position: relative;
}

.edit
{
	/* opacity: .8;
	filter: alpha(opacity=80); */
	
	border-bottom: 2px #3F6B8A dashed;
	border-right: 2px #3F6B8A dashed;
	position: absolute;	
	background-color: white;
	padding: 3px 8px 3px 8px;
	top: 0px;
	left: 0px;
}

.edit img
{
	border: 0;	
}

.wbEditDiv
{
	background-color: transparent;
	position: absolute;
	z-index: 9000;
	top: 200px;
	border:0;
	text-align: center;
	width: 100%;
}

.wbBlackoutDiv
{
    position: absolute;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: white;
    z-index:1001;
    -moz-opacity: 0.6;
    opacity:.6;
    filter: alpha(opacity=60);
}

.wbEditFrame
{
	text-align: center;
	width: 725px;
	height: 430px;	
	border: 4px gray solid;
	background-color: White;
}
