/*
	Стили кнопок форм и прочего интерфейса приложения
*/

.x-form-trigger-add{
	background-image: url("../../images/b/btn-add.png") !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
}

.x-form-trigger-edit{
	background-image: url("../../images/b/btn-edit.png") !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
}

.x-label-address{
	height: 2em;
	background-image: url("../../images/address.png") !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
}

.x-label-phone{
	height: 2em;
	background-image: url("../../images/phone.png") !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
}

.x-label-email{
	height: 2em;
	background-image: url("../../images/email.png") !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
}

.x-label-contact{
	height: 2em;
	background-image: url("../../images/contact.png") !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
}