body {
	font-size: 12px;
}


td{
	font-size: 12px;
	border: 0;
}

.jx_window{
	position: fixed;
	_position: absolute;
	border-collapse: collapse;
	top: 180px; 
	left: 390px;
	z-index: 2010;
}

/*borders begin*/
.jx_window_bg_corner_top_left{
	width: 4px;
	height: 4px;
	background:url(../img/chrome/corner_top_left.gif) no-repeat !important;
	cursor:nw-resize;
}
.jx_window_bg_border_top {
	height: 4px;
	background: url(../img/chrome/border_top.gif) repeat-x;
	cursor:n-resize;
}
.jx_window_bg_corner_top_right{
	width: 4px;
	height: 4px;
	background: url(../img/chrome/corner_top_right.gif) no-repeat !important;
	cursor:ne-resize;
}
.jx_window_bg_border_left{
	width: 4px;
	background: url(../img/chrome/border_left.gif) repeat-y;
	cursor:e-resize;
}
.jx_window_title_border_left{
	width: 4px;
	background: url(../img/chrome/title_border_left.gif) repeat-y;
	cursor:e-resize;
}
.jx_window_bg_border_right{
	width: 4px;
	background: url(../img/chrome/border_right.gif) repeat-y;
	cursor:e-resize;
}
.jx_window_title_border_right{
	width: 4px;
	background: url(../img/chrome/title_border_right.gif) repeat-y;
	cursor:e-resize;
}
.jx_window_bg_corner_bottom_left{
	width: 4px;
	height: 4px;
	background: url(../img/chrome/corner_bottom_left.gif) no-repeat !important;
	cursor:ne-resize;
}
.jx_window_bg_border_bottom{
	height: 4px;
	background: url(../img/chrome/border_bottom.gif) repeat-x;
	cursor:n-resize;
}
.jx_window_bg_corner_bottom_right{
	width: 4px;
	height: 4px;
	background: url(../img/chrome/corner_bottom_right.gif) no-repeat !important;
	cursor:nw-resize;
}
/*borders end*/

.jx_window_title{
	overflow: visible;
	position: relative;
	height: 20px;
	background: url(../img/chrome/bg_title.gif) bottom repeat-x;
	padding-bottom: 1px;
	cursor: default;
}
.jx_window_icon{
	float: left;
	width: 16px;
	height: 16px;
	background: url(../img/chrome/terminal.png) no-repeat !important;
	_filter:progid:dximagetransform.microsoft.alphaimageloader(enabled=true,sizingMethod=crop,src='img/terminal.gif');
	background: none;
}
.jx_window_btn_area {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
	border: 0px solid #ccc;
	width: 34px;
	margin-top:-3px;
	position: relative;
}
.jx_window_btn_area li{
	float: right;
	
	
}
.jx_window_caption {
	white-space: nowrap;
	float: left;
	overflow: hidden;
	font-weight: bold;
	font-family: Arial;
	text-indent: 4px;
	color: #fff;
}
.jx_window_btn_close {
	width: 38px;
	height: 15px;
	background: url(../img/chrome/btn_close.gif) no-repeat !important;
	/*_filter:progid:dximagetransform.microsoft.alphaimageloader(enabled=true,sizingMethod=crop,src='img/btn_close.gif');*/
}
.jx_window_btn_min{
	background: url(../img/chrome/btn_min.gif) no-repeat !important;
}
.jx_window_body {
	width: 180px;
	height: 100px;
	background-color: #fff;
	overflow: auto;
	margin: 0;
	padding: 0;
}
.jx_window_body_border {
	border: 1px inset;
	float: left;
}

