/*
 * Ext JS Library 1.1.1
 * Copyright(c) 2006-2007, Ext JS, LLC.
 * licensing@extjs.com
 * 
 * http://www.extjs.com/license
 */

#custom {
    cursor:move;
}
#custom-rzwrap{
    z-index: 10000;
}
.x-resizable-handle-east,.x-resizable-pinned .x-resizable-handle-east{background:url(./sizer-back.gif);background-position:left;}
.x-btn-left{
	width:3px;
	height:21px;
	background:url(./btn-sprite.gif) no-repeat 0 0;
}
.x-btn-right{
	width:3px;
	height:21px;
	background:url(./btn-sprite.gif) no-repeat 0 -21px;
}
.x-btn-center{
	background:url(./btn-sprite.gif) repeat-x 0 -42px;
	vertical-align: middle;
	text-align:center;
	padding:0 5px;
	cursor:pointer;
	white-space:nowrap;
}


