@charset "utf-8";
/* CSS Document */

.x-box-tl {
	background: transparent url(images/gray/corners.gif) no-repeat 0 0;
    zoom:1;
}

.x-box-tc {
	height: 8px;
	background: transparent url(images/gray/tb.gif) repeat-x 0 0;
	overflow: hidden;
}

.x-box-tr {
	background: transparent url(images/gray/corners.gif) no-repeat right -8px;
}
.x-box-bl {
	background: transparent url(images/gray/corners.gif) no-repeat 0 -16px;
    zoom:1;
}

.x-box-bc {
	background: transparent url(images/gray/tb.gif) repeat-x 0 -8px;
	height: 8px;
	overflow: hidden;
}

.x-box-br {
	background: transparent url(images/gray/corners.gif) no-repeat right -24px;
}
.x-box-mr {
	background: transparent url(images/gray/r.gif) repeat-y right;
	padding-right: 4px;
	overflow: hidden;
}
.x-box-ml {
	background: transparent url(images/gray/l.gif) repeat-y 0;
	padding-left: 4px;
	overflow: hidden;
    zoom:1;
}

.x-box-mc {
	background: #eee url(images/gray/tb.gif) repeat-x 0 -16px;
	padding: 4px 10px;
	color: #393939;
}
.x-box-tl, .x-box-bl {
	padding-left: 8px;
	overflow: hidden;
}

.x-box-tr, .x-box-br {
	padding-right: 8px;
	overflow: hidden;
}
.x-box-mc h3 {
	font-weight: bold;
	margin: 0 0 4 0;
    zoom:1;
}
.form-ct{
height:auto !important;
height:100%;
width:100%;
}

.x-btn-menu-arrow-wrap .x-btn-center button {
	width:12px !important;
    height:21px;
    padding:0 !important;
    display:block;
    background:transparent url(../images/default/basic-dialog/btn-arrow.gif) no-repeat left 3px;
}