
.startEditButton
{
	position: absolute; left: 0px; top: 0px;	
	width: 10px;
	height: 10px;
	border: solid red 1px;
	background-image: url("../images/cms/edit_pen.gif");
	cursor: pointer;	
}

.menu_panel
{	
	height:24px;
	
	background-image: url("../images/cms/belka.jpg");
	background-repeat: repeat-x;
	cursor: move;
}

.menu_panel_button
{
	width: 24px;
	
	height: 24px;	
	margin-right:3px;
	cursor: pointer;
	display: inline;
	float: left;
}

.close1
{
	background-image: url("../images/cms/exit.gif");
	background-position: center;
	background-repeat: no-repeat;
	position: absolute; right:-3px;
}
.maxim1
{
	background-image: url("../images/cms/buttons/maxim.jpg");
	background-position: center;
	background-repeat: no-repeat;
	position: absolute; right:19px;
}
.minim1
{
	background-image: url("../images/cms/buttons/minim.jpg");
	background-position: center;
	background-repeat: no-repeat;
	position: absolute; right:19px;
}

.ok
{
	background-image: url("../images/cms/buttons/ok.gif");
	background-position: center;
	background-repeat: no-repeat;	
}

.menu_panel_opis
{
	color: white;
	font-family: system;
	font-size: 12px;
	font-weight: bold;		
	line-height: 24px;
	display: inline;
	float:left;
	padding-left:5px;
}



.mainCMSButton
{	
	position: fixed; top:0px;		 
	width:133px; 
	height:28px; 	
	background-image: url("../images/return.gif");
	cursor:pointer;
}

.edit
{
	display:none;
	
}


