.theme2_nw {
	width: 16px;
	height: 36px;
	background: transparent url(theme2/top_left.gif) no-repeat 0 0;		
}

.theme2_n {
	height: 36px;
	background: transparent url(theme2/top_mid.gif) repeat-x 0 0;	
	cursor:move;
	width: 100%;
}

.theme2_ne {
	width: 12px;
	height: 36px;
	background: transparent url(theme2/top_right.gif) no-repeat 0 0;		
}

.theme2_e {
	height: 100%;
	width: 7px;
	background: transparent url(theme2/center_right.gif) repeat-y 0 0;	
}

.theme2_w {
	height: 100%;
	width: 7px;
	background: transparent url(theme2/center_left.gif) repeat-y 0 0;		
}

.theme2_sw {
	width: 16px;
	height: 24px;
	background: transparent url(theme2/bottom_left.gif) no-repeat 0 0;			
}

.theme2_s {
	height: 24px;
	background: transparent url(theme2/bottom_mid.gif) repeat-x 0 0;	
	width: 100%;
}

.theme2_se {
	width: 12px;
	height: 24px;
	background: transparent url(theme2/bottom_right.gif) no-repeat 0 0;			
}

.theme2_sizer {
	width: 12px;
	height: 24px;
	background: transparent url(themes/theme2/sizer.gif) no-repeat 0 0;	
	cursor:se-resize;	
}

.theme2_close {
	width: 19px;
	height: 19px;
	background: transparent url(theme2/close.gif) repeat-x 0 0;			
	position:absolute;
	top:10px;
	right:5px;
	cursor:pointer;
	z-index:1000;
}

.theme2_title {
	float:left;
	height:14px;
	font-size:10px;
	text-align:center;
	width:100%;
	color:#000000;
	font-weight: normal;
}

.theme2_content {
	overflow:auto;
	color: #000000;
	font-family: Tahoma, Arial, "Sans Serif";
	font-size: 10px;
	background:#FFFFFF;
}

