
.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:20px;
	background-color: #45629C;
}

.menu_panel_button
{
	width: 20px;
	background-color: #45629C;
	height: 20px;	
	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;	
}



.mainCMSButton
{	
	position: fixed; top:0px;		 
	width:133px; 
	height:28px; 	
	background-image: url("../images/return.gif");
	cursor:pointer;
}

