.x-btn-tl, .x-btn-tr, .x-btn-tc, .x-btn-ml, .x-btn-mr, .x-btn-mc, .x-btn-bl, .x-btn-br, .x-btn-bc{
	background-image:url(/images/button/btn.gif);
}
.x-btn-mc em.x-btn-arrow {
    background-image:url(/images/button/arrow.gif);
}
.x-btn-mc em.x-btn-split {
    background-image:url(/images/button/s-arrow.gif);
}
.x-btn-over .x-btn-mc em.x-btn-split, .x-btn-click .x-btn-mc em.x-btn-split, .x-btn-menu-active .x-btn-mc em.x-btn-split, .x-btn-pressed .x-btn-mc em.x-btn-split {
    background-image:url(/images/button/s-arrow-o.gif);
}
.x-btn-mc em.x-btn-arrow-bottom {
    background-image:url(/images/button/s-arrow-b-noline.gif);
}
.x-btn-mc em.x-btn-split-bottom {
    background-image:url(/images/button/s-arrow-b.gif);
}
.x-btn-over .x-btn-mc em.x-btn-split-bottom, .x-btn-click .x-btn-mc em.x-btn-split-bottom, .x-btn-menu-active .x-btn-mc em.x-btn-split-bottom, .x-btn-pressed .x-btn-mc em.x-btn-split-bottom {
    background-image:url(/images/button/s-arrow-bo.gif);
}
.x-btn-group-tc {
	background-image: url(/images/button/group-tb.gif);
}
.x-btn-group-tl {
	background-image: url(/images/button/group-cs.gif);
}
.x-btn-group-tr {
	background-image: url(/images/button/group-cs.gif);
}
.x-btn-group-bc {
	background-image: url(/images/button/group-tb.gif);
}
.x-btn-group-bl {
	background-image: url(/images/button/group-cs.gif);
}
.x-btn-group-br {
	background-image: url(/images/button/group-cs.gif);
}
.x-btn-group-ml {
	background-image: url(/images/button/group-lr.gif);
}
.x-btn-group-mr {
	background-image: url(/images/button/group-lr.gif);
}
.x-btn-group-notitle .x-btn-group-tc {
	background-image: url(/images/button/group-tb.gif);
}

.x-window-tc,  
.x-window-bc {  
  background-image: url("/images/window/top-bottom.png");  
}  
  
.x-window-ml,  
.x-window-mr  {  
  background-image: url("/images/window/left-right.png");  
}  
  
.x-window-tl,  
.x-window-bl {  
  background-image: url("/images/window/left-corners.png");  
}  
  
.x-window-tr,  
.x-window-br {  
  background-image: url("/images/window/right-corners.png");  
}  

.x-btn-text {
	font-size:13px !important;
}