.console_nw {
	background: transparent url(console/top_left.gif) no-repeat 0 0;			
	width: 38px;
	height: 51px;
	}

.console_n {
	background: transparent url(console/top_middle.gif) repeat-x 0 0;			
	height: 51px;
	}

.console_ne {
	background: transparent url(console/top_right.gif) no-repeat 0 0;			
	width: 36px;	  
	height: 51px;
	}

.console_w {
	background: transparent url(console/middle_left.gif) repeat-y top left;			
	width: 38px;
	}

.console_e {
	background: transparent url(console/middle_right.gif) repeat-y top right;			
	width: 36px;	  
	}

.console_sw {
	background: transparent url(console/bottom_left.gif) no-repeat 0 0;			
	width: 38px;
	height: 31px;
	}

.console_s {
	background: transparent url(console/bottom_middle.gif) repeat-x 0 0;			
	height: 31px;
	}

.console_se, .console_sizer  {
	background: transparent url(console/bottom_right.gif) no-repeat 0 0;			
	width: 36px;
	height: 31px;
	}

.console_sizer {
	cursor: se-resize;	
	}

.console_close {
	width: 29px;
	height: 22px;
	background: transparent url(console/close.gif) no-repeat 0 0;			
	position: absolute;
	top: 5px;
	right: 22px;
	cursor: pointer;
	z-index: 1000;
	}

.console_maximize {
	width: 28px;
	height: 22px;
	background: transparent url(console/maximize.gif) no-repeat 0 0;			
	position: absolute;
	top: 5px;
	right: 51px;
	cursor: pointer;
	z-index: 1000;
	}

.console_minimize {
	width: 29px;
	height: 22px;
	background: transparent url(console/minimize.gif) no-repeat 0 0;			
	position: absolute;
	top: 5px;
	right: 79px;
	cursor: pointer;
	z-index: 1000;
	}

.console_close:hover, .console_maximize:hover, .console_minimize:hover {
	background-position: 0 -22px;
	}

.console_title {
	position: relative;
	top: -6px;
	margin: 0;
	width: 100%;
	padding: 0;
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #000;
	}

