.popupDiv {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 160px;
	background-color: #a0a0a0;
    -webkit-box-shadow: 5px 5px 5px rgba(0,0,0,0.4);
       -moz-box-shadow: 5px 5px 5px rgba(0,0,0,0.4);
            box-shadow: 5px 5px 5px rgba(0,0,0,0.4);
	z-index: 20;
}
.menuDiv {
	position: relative;
	background-color: #a0a0a0;
	color: #ffffff;
	float: left;
	width: 100%;
	height: 30px;
}
.menuDivHi {
	position: relative;
	background-color: #e5e5e5;
	color: #4d4d4d;
	float: left;
	width: 100%;
	height: 30px;
}
.labelDiv {
	position: absolute;
	top:5px;
	left: 20px;
	width: 100%;
	height: 12px;
	font-size: 1.2rem;
	font-weight: bold;
}


#confirm_box {
	background-color: #dddddd; position: absolute; top: 50px; left: 50px; width: 400px; height: 120px;margin: auto; text-align: center;
	display: none;
	z-index: 20;
	
	border-radius: 10px;
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px; 
	
    -webkit-box-shadow: 0px 10px 10px rgba(0,0,0,0.4);
       -moz-box-shadow: 0px 10px 10px rgba(0,0,0,0.4);
            box-shadow: 0px 10px 10px rgba(0,0,0,0.4);
}
#confirm_inner{
    position: absolute; width: 350px;	height: 50px; top: 0; bottom: 0; left: 0; right: 0;
    margin: auto;
}
#confirm_yes{
    position: absolute; top: 80px; width: 100px; height: 25px; left: 90px; 
}
#confirm_cancel{
    position: absolute; top: 80px; width: 100px; height: 25px; left: 210px;
}

#alert_ok{
    position: absolute; top: 80px; width: 100px; height: 25px; left: 150px;
}

.textPopup {
	background-color: #F2F2F2;
	position: absolute;
	padding: 20px 10px 20px 20px;
	top: 100px;
	left: 100pxpx;
	width: 560px;
	height: 220px;
	z-index: 21;
	
	border-radius: 20px;
	-webkit-border-radius: 20px; 
	-moz-border-radius: 20px; 
	
    -webkit-box-shadow: 0px 10px 10px rgba(0,0,0,0.4);
       -moz-box-shadow: 0px 10px 10px rgba(0,0,0,0.4);
            box-shadow: 0px 10px 10px rgba(0,0,0,0.4);
            
}

.textPopupScroll {
	font-size: 1.8rem;
	width: 100%;	
	height: 100%;	
	background-color: #ffffff;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
