#bylectricBackground {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}


.bylectricDialog  {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	/*display:none;*/
	border: none;
	text-align:left;
	top:50%;
	left:50%;
}
* #bylectricBackground { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}



* html .bylectricDialog { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}


a.button {
  color: black;
  cursor: default;
  font-size:10pt;
  line-height: 16px;
  text-decoration: none;
  /*background: #d5effc url(/sitecore/shell/themes/standard/Images/Tree/TreeNodeNormalBackground.png) repeat-x;*/
  padding: 4px 8px 4px 6px;
  
}

a.button:hover{
  background: #e8f5fd url(/sitecore/shell/themes/standard/Images/Tree/TreeNodeActiveBackground.png) repeat-x;
  /*background: #e8f5fd url(/sitecore/shell/themes/standard/Images/Ribbon/SmallButtonActive.png) repeat-x;
  border: 1px solid #d8f0fa;  
  border: 1px solid;
  border-color: #ddcf9b #d2c08e #ccc2a3 #d2c08e;*/

  border: 1px solid #99defd;
  padding: 4px 7px 4px 5px;
}

