.console2_nw {
	background: transparent url(console2/top_left.gif) no-repeat 0 0;			
	width: 38px;
	height: 51px;
	}

.console2_n {
	background: transparent url(console2/top_middle.gif) repeat-x 0 0;			
	height: 51px;
	}

.console2_ne {
	background: transparent url(console2/top_right.gif) no-repeat 0 0;			
	width: 36px;	  
	height: 51px;
	}

.console2_w {
	background: transparent url(console2/middle_left.gif) repeat-y top left;			
	width: 38px;
	}

.console2_e {
	background: transparent url(console2/middle_right.gif) repeat-y top right;			
	width: 36px;	  
	}

.console2_sw {
	background: transparent url(console2/bottom_left.gif) no-repeat 0 0;			
	width: 38px;
	height: 31px;
	}

.console2_s {
	background: transparent url(console2/bottom_middle.gif) repeat-x 0 0;			
	height: 31px;
	}

.console2_se, .console2_sizer  {
	background: transparent url(console2/bottom_right.gif) no-repeat 0 0;			
	width: 36px;
	height: 31px;
	}

.console2_sizer {
	cursor: se-resize;	
	}

.console2_close {
	width: 29px;
	height: 22px;
	background: transparent url(console2/close.gif) no-repeat 0 0;			
	position: absolute;
	top: 5px;
	right: 22px;
	cursor: pointer;
	z-index: 1000;
	}

.console2_minimize {
	width: 29px;
	height: 22px;
	background: transparent url(console2/minimize.gif) no-repeat 0 0;			
	position: absolute;
	top: 5px;
	right: 51px;
	cursor: pointer;
	z-index: 1000;
	}

.console2_close:hover, .console2_maximize:hover, .console2_minimize:hover {
	background-position: 0 -22px;
	}

.console2_title {
	position: relative;
	top: -7px;
	margin: 0;
	width: 100%;
	padding: 0;
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
	text-align: left;
	text-transform: uppercase;
	color: #000;
	}

