.btnAdd {
	background-image: url(images/add.png); 
	background-repeat: no-repeat;
	width: 18px;
	height: 18px;
	text-align: center;
}
.btnWizard {
	background-image: url(images/wizard.png); 
	background-repeat: no-repeat;
	width: 18px;
	height: 18px;
	text-align: center;
}

.btnLock {
	background-image: url(images/image_lock.png); 
	background-repeat: no-repeat;
	width: 18px;
	height: 18px;
	text-align: center;
}

.btnUnlock {
	background-image: url(images/image_edit.png); 
	background-repeat: no-repeat;
	width: 18px;
	height: 18px;
	text-align: center;
}

.btnUp {
	background-image: url(images/up.png); 
	background-repeat: no-repeat;
	width: 18px;
	height: 18px;
	text-align: center;
}
.btnDown {
	background-image: url(images/down.png); 
	background-repeat: no-repeat;
	width: 18px;
	height: 18px;
	text-align: center;
}

.imageAAA {
	width: 100%;
	height: 100%;
	z-index:100; 
}
.btnCustom {
	background-image: url(images/custom.png); 
	background-repeat: no-repeat;
	width: 18px;
	height: 18px;
	text-align: center;
}
.btnBorder {
	background-image: url(images/border.png); 
	background-repeat: no-repeat;
	width: 18px;
	height: 18px;
	text-align: center;
}

.btnDimensions {
	background-image: url(images/dimensions.png); 
	background-repeat: no-repeat;
	width: 18px;
	height: 18px;
	text-align: center;
}
.btnTransparency {
	background-image: url(images/transparency.png); 
	background-repeat: no-repeat;
	width: 18px;
	height: 18px;
	text-align: center;
}