.Sidebar-icon16x16 {
	background-image: url(images/icon16x16.png) !important;
}

.Sidebar-icon48x48 img {
    background-image: url(images/icon48x48.png);
}

#sidebar {
	padding: 0px;
	position: absolute;
	top: 0px;
}

#sidebar.right {
	background: transparent url(images/bg-sidebar-right.png) repeat-y 0 0;
	right: 0px;
}

#sidebar.right.over {
	background: transparent url(images/bg-sidebar-right-over.png) repeat-y 0 0;
}

#sidebar.left {
	background: transparent url(images/bg-sidebar-left.png) repeat-y 0 0;
	left: 0px;
}

#sidebar.left.over {
	background: transparent url(images/bg-sidebar-left-over.png) repeat-y 0 0;
}


#contact-us .x-panel-body {
	background: transparent url(images/bg-contact_us.png) no-repeat 0 0;
}

#contact-us textarea.x-form-field {
	background: #ffffff url(images/bg-contact_us-message.png) no-repeat bottom right;
}


