.theme1_nw {
	width: 16px;
	height: 36px;
	background-color: 6A6A6A;	
}

.theme1_n {
	height: 36px;
	background-color: 6A6A6A;	
	cursor:move;
	width: 100%;
}

.theme1_ne {
	width: 12px;
	height: 36px;
	background-color: 6A6A6A;	
}

.theme1_e {
	height: 100%;
	width: 4px;
	background-color: 6A6A6A;	
}

.theme1_w {
	height: 100%;
	width: 7px;
	background-color: 6A6A6A;	
}

.theme1_sw {
	width: 16px;
	height: 24px;
	background-color: 6A6A6A;	
}

.theme1_s {
	height: 24px;
	background-color: 6A6A6A;	
	width: 100%;
}

.theme1_se {
	width: 12px;
	height: 24px;
	background-color: 6A6A6A;	
}

.theme1_sizer {
	width: 12px;
	height: 24px;
	background-color: 6A6A6A;	
	cursor:se-resize;	
}

.theme1_close {
	width: 59px;
	height: 18px;
	background: transparent url(theme1/close3.gif) repeat-x 0 0;			
	position:absolute;
	top:11px;
	right:10px;
	cursor:pointer;
	z-index:1000;
}

.theme1_title {
	font-family:verdana
	font-weight: bold
	float:left;
	height:10px;
	font-size:12px;
	text-align:center;
	width:100%;
	color:#FFFfff;
}

.theme1_content {
	overflow:auto;
	color: #DDD;
	font-family: Tahoma, Arial, Sans Serif;
	font-size: 10px;
	background:#979BA1;
}

