#boxhead,.boxhead{
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height:24px;
	z-index:2;
	background-color:#0066FF;
	display:block;
	color:#FFFFFF;
	cursor:move;
}

.boxcloseBtn{
	background-image:url(../images/close_icon.gif);
	right:1px;
	width:22px;
	height:22px;
	top:1px;
	float:right;
	color:#FFFFFF;
	cursor:pointer;
	z-index:10000;
	position:absolute;
	object-fit: contain;
	background-position:  0px 0px;background-repeat: no-repeat; background-size: contain;
}

#boxheadWarn,boxheadWarn {
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height:24px;
	z-index:2;
	background-color:#F78009;
	display:block;
	color:#FFFFFF;
	cursor:move;
	font-weight: bold;
}

#boxheadErr,boxheadErr {
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height:24px;
	z-index:2;
	background-color:#FF0000;
	display:block;
	color:#FFFFFF;
	cursor:move;
	font-weight: bold;
}


#boxheadOK,boxheadOK {
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height:24px;
	z-index:2;
	background-color:#00AE2C;
	display:block;
	color:#FFFFFF;
	cursor:move;
	font-weight: bold;
}


#boxbody {
/*icerigin gorunecegi ana div.*/
	position:relative;
	left:0px;
	top:0px;
	width:90%;
	height:100%;
	z-index:2;
	background-color:#FFFFD9;
	padding:5px;
	display: table-cell;
	color:#000000;
	
}


#boxcontainer, .boxcontainer boxbody {
  display: flex;
  align-items: stretch;
}


#boxcontainer, .boxcontainer  {
	/*position:absolute;
	left:299px;
	top:196px;*/
	/*position:fixed;
	bottom:0px; float:right; right:0px;*/
	
	position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	
	
	width:200px;
	z-index:1;
	max-width:800px;
	min-width:250px;
	max-height:800px;
	min-height:50px;
	border:1px solid #666666;
	border-radius:3px;
	width: max-content;
	overflow:auto;
	z-index:1001;
}


#MaskedDiv
{	/*boxpanel arkasini erisilmez yapan div.*/
	display:block;
	visibility:hidden;
	position:absolute;
	background-color:#CCCCCC;
	left:0px;
	top:0px;
	font-family:verdana;
	font-weight:bold;
	padding:40px;
	z-index:1001;
	background-image:url(mask.png);
	/* ieWin only stuff */
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='../images/mask.png');
	opacity: 0.7;
	width: 76px;
	height: 30px;
}	