
.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-color: #1f54c1;
	cursor: move;
}

.menu_panel_button
{
	width: 24px;
	background-color: #45629C;
	height: 24px;	
	margin-right:3px;
	cursor: pointer;
	display: inline;
	float: left;
}

.close
{
	background-image: url("../images/cms/buttons/exit.gif");
	background-position: center;
	background-repeat: no-repeat;
	position: absolute; right:-3px;
}

.ok
{
	background-image: url("../images/cms/buttons/ok.gif");
	background-position: center;
	background-repeat: no-repeat;	
}

.menu_panel_opis
{
	color: white;
	font-family: verdana;
	font-size: 14px;		
	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;
}


