.FrmWinFixHide
{
	display:none;
}


.frmPanelWindow
{
	width:auto;
	height:auto;
	display:inline-block;
	background-color: #FFC;
	
   -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;

    -webkit-box-shadow:5px 5px 5px rgba(0, 0, 0, 0.5) ;
    -moz-box-shadow:5px 5px 5px rgba(0, 0, 0, 0.5);
    box-shadow:5px 5px 5px rgba(0, 0, 0, 0.5);
	
	-moz-box-sizing: border-box; 
	box-sizing: border-box; 
	-webkit-box-sizing:border-box;
	padding:5px;
	border:solid 3px #F24F00;
	font-size:11px;
	font-family:Tahoma, Geneva, sans-serif;
	
}



.frmWindow
{
	width:auto;
	height:auto;
	display:inline-block;
	background-color:#CCCCCC;
	
   -moz-border-radius:9px;
    -webkit-border-radius:9px;
    border-radius:9px;


    -moz-border-bottom-left-radius:3px;
    -moz-border-bottom-right-radius:3px;

    -webkit-border-bottom-left-radius:3px;
    -webkit-border-bottom-right-radius:3px;

    border-bottom-left-radius:3px;
    border-bottom-right-radius:3px;
	
	

    -webkit-box-shadow:5px 5px 5px rgba(0, 0, 0, 0.5) ;
    -moz-box-shadow:5px 5px 5px rgba(0, 0, 0, 0.5);
    box-shadow:5px 5px 5px rgba(0, 0, 0, 0.5);
	
	-moz-box-sizing: border-box; 
	box-sizing: border-box; 
	-webkit-box-sizing:border-box;	
	
}



.frmWindow .frmWindowTitle
{
	height:30px;
	width:100%;
	display:block;
	background-color:#0052A4;
	
    -moz-border-top-left-radius:3px;
    -moz-border-top-right-radius:3px;

    -webkit-border-top-left-radius:3px;
    -webkit-border-top-right-radius:3px;

    border-top-left-radius:3px;
    border-top-right-radius:3px;
	
	
	-moz-box-sizing: border-box; 
	box-sizing: border-box; 
	-webkit-box-sizing:border-box;
	
    background-image:-moz-linear-gradient(top,#1f67af,#014991);
    background-image:-webkit-gradient(linear,left top,left bottom,from(#1f67af),to(#014991));
	filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr=#1f67af,endColorStr=#014991);

    background-image:-moz-linear-gradient(top,#526c84,#48627a);
    background-image:-webkit-gradient(linear,left top,left bottom,from(#526c84),to(#48627a));
	filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr=#526c84,endColorStr=#48627a);
		
}


.frmWindow .frmWindowTitle .frmWindowTitle_
{
	display:inline-block;
	width:auto;
	height:auto;
	font-weight:bold;
	font-size:14px;
	margin-top:7px;
	margin-left:10px;
	color:#FFF;
}


.frmCloseBtnWin
{
	display:inline-block;
	width:auto;
	height:auto;
	float:right;
	margin-right:10px;
	margin-top:10px;
}

.frmCloseBtnWin .aclose
{
	display:inline-block;
	background-image: url(img/close_win.png);
	width:11px;
	height:11px;
}


.frmWindow .frmWindowList
{
	display:inline-block;
	width:100%;
	height:auto;
	background-color:#FFF;
}


.frmWindowFooterListDiv
{
	display:block;
	width: auto;
	height:auto;
}

.frmWindowFooterList
{
	display:inline-block;
	width:100%;
	height:auto;
	background-color: #CCC;
    -moz-border-bottom-left-radius:3px;
    -moz-border-bottom-right-radius:3px;

    -webkit-border-bottom-left-radius:3px;
    -webkit-border-bottom-right-radius:3px;

    border-bottom-left-radius:3px;
    border-bottom-right-radius:3px;
	padding:10px;

	-moz-box-sizing: border-box; 
	box-sizing: border-box; 
	-webkit-box-sizing:border-box;
	background-color: #EFEFEF;
}

.frmShowMesssageText
{
	width:100%;
	padding:10px;
	text-align:center;
}

.frm_setting
{
	background-image:url(img/setting.png);
	width:20px;
	height:20px;
	display:inline-block;
	position:absolute;
	margin-left:-25px;
	margin-top:-5px;
}