/* Custom Window using Divs */
#cw {
/*	margin:40px; */
	padding:10px;
	position:absolute;
	top:40px;
	bottom:10px;
	width:32%;
}
.borders {
	position:absolute;
	background:transparent;
/*	background-image:url('../images/rounded-white.png'); */
	background-image:url('../images/drop-shadow.png');
}	
#cwTL {
	width:20px;
	height:20px;
	top:0px;
	left:0px;
}
#cwTR {
	background-position:right top;
	width:20px;
	height:20px;
	top:0px;
	right:0px;
}
#cwTM {
	background-position:0px -40px;
	height:20px;
	top:0px;
	left:20px;
	right:20px
}
#cwBL {
	background-position:left -20px;
	width:20px;
	height:20px;
	bottom:0px;
	left:0px;
}
#cwBM {
	background-position:0px -60px;
	height:20px;
	bottom:0px;
	left:20px;
	right:20px
}
#cwBR {
	background-position:right -20px;
	width:20px;
	height:20px;
	bottom:0px;
	right:0px;
}
#cwML {
	background-position:left -80px;
	width:20px;
	top:20px;
	bottom:20px;
	left:0px;
}
#cwMR {
	background-position:right -80px;
	width:20px;
	top:20px;
	bottom:20px;
	right:0px;
}
#cwContent {
	position:absolute;
	background:white;
	border-top:1px silver solid;
	border-left:1px #BAB7B7 solid;
	border-right:1px #999797 solid;
	border-bottom:1px #696868 solid;
	top:10px;
	left:10px;
	right:10px;
	bottom:10px;
}



