.whole 
{
	width:100%; 
	height:100%;
	left:0; 
	top:0;
	border:0;	
	margin: 0px;	
	line-height: 0px;
}

#popup div
{
	margin: 0px;
	border: 0px;	
}

.posAb
{
	position:absolute;	
}

.windowTopRight
{
	height: 30px;
	width: 12px;
	background-image: url(../images/window_top_end.png);
	float:right;
}

.windowTopContent
{
	background-image:url(../images/window_top_start.png);
	height: 30px;
	float:left;
	width:538px;
}

.windowClose
{
	background-image: url(../images/window_close.jpg);
	cursor: pointer;
	height:12px;
	width:12px;
	float:right;
}

.windowMiddleLeft
{
	height: 380px;
	background-image: url(../images/window_middle_left.png);
	float:left;
	width:12px;
}

.windowMiddleRight
{
	height:380px;
	background-image: url(../images/window_middle_right.png);
	float:right;
	width:12px;
}

.windowBottomLeft
{
	height: 17px;
	width:32px;
	background-image: url(../images/window_bottom_left.png);	
	background-repeat: no-repeat;
	float:left;
}

.windowBottomMiddle
{
	height: 17px;
	width:506px;	
	background-image: url(../images/window_bottom_middle.png);	
	float:left;
}

.windowBottomRight
{
	height: 17px;
	width:12px;
	background-image: url(../images/window_bottom_right.png);	
	background-repeat: no-repeat;
	float:left;
}

.windowMiddleContent
{
	height: 378px !important;
	height: 380px;
	width:524px!important;
	width:526px;
	float:left;
	background-color:white;
	border:solid 1px gray;
}
