	.dhtmlgoodies_window{
		width:300px;
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
		font-size:0.9em;
		position:absolute;
		overflow:hidden;	
		z-index:10000;	
		
		
	}
	.dhtmlgoodies_window div{
		position:relative;
	}
	.dhtmlgoodies_window .dhtmlgoodies_window_top{
		width:100%;
		height:17px;
		position:relative;
		background-color: #707070;
		
		
	}
	
	.dhtmlgoodies_window .top_buttons{
		float:right;
		z-index:10;
		position:absolute;
		right:0px;
		width:35px;
		
		
	}
	.top_buttons img{
		float:left;
		padding-left:2px;
		
	}
	.dhtmlgoodies_windowMiddle{
		border-left:3px solid #707070;
		
	}
	.dhtmlgoodies_windowContent
{ 
	border-right: 3px solid #707070;
	padding: 30px;
	text-align: center;
	height: 100%;
	overflow: hidden;
	background-color: ;
	font-weight: bold;
	font-size: 26px;
	color: darkslateblue;
	font-family: arial;
	background-color:White;
	}
	
	.dhtmlgoodies_windowContent p
{ 
	font-family: Arial;
	font-size: 15px;
	margin-bottom: 1px;
}

.dhtmlgoodies_windowContent a
{ 
	text-decoration:none;
	border-bottom: green thin dotted;
	color:green;
}

.dhtmlgoodies_windowContent a:hover
{ 
	color:red;
	border-bottom: red thin dotted;
}

	.dhtmlgoodies_window_bottom{
		border-left: 3px solid #707070;
		border-right:3px solid #707070;
		border-bottom: 3px solid #707070;
		position:relative;
		height:0px;
		background-color:#FFFFFF;
	}
	.dhtmlgoodies_window_bottom img{
		float:right;
	}
	.topCenterImage{
		position:absolute;
		left:3px;
		width:5000px;
		height:17px;
	}
	.resizeImage{
		position:relative;
		right:1px;
		bottom:1px;
	}