.HtmlBlock_editContentWindow
{
	border: solid 1px #000000;
	top: 100; 
	left: 250; 
	width: 600px; 
	height: 443px; 
	padding: 0;
	position: absolute;
	background:#EFEFEF;
}

.HtmlBlock_titleBar
{
	background: #153F85;
	height:13px;
	padding:2px;
}

.HtmlBlock_lblTitle
{
	font-family: Verdana, Tahoma, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;	
	display:inline;
	float:left;
}

.HtmlBlock_btnCancel
{
	background: #153F85;
	display:inline;
	float:right;
}

.ctrl-htmlblock-btnEdit
{	
	border: #000000 1px solid;
	display: inline; 
	background: #ffffff; 
	position: absolute;
	z-index:1000;
}

.HtmlBlock_pnlAction
{
	background: #EFEFEF;
	text-align:center; 
}

.HtmlBlock_ShareNameContainer
{
    width:98%;
    padding:3px;
    border:solid 1px #EBE5C1;
	background: #FFFFD4;
}

.HtmlBlock_SelectShareContent
{
    width:98%;
    padding:3px;
    border:solid 1px #EBE5C1;
	background: #FFFFD4;
}

.HtmlBlock_ReadOnlyContent
{
    Width:100%;
    Height:400px;
    background:#FFFFFF;
    border:solid 1px #00000;
    overflow:auto;
}