@import url("reset.css");
.hide {
    display: none;
}

.checkResultParams_COVER{
    /*background-color: rgba(255, 255, 255, 0.75);*/
/*    background-color: #fff;
    filter:alpha(opacity=75); 
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    -moz-opacity:0.75; 
    -khtml-opacity: 0.75; 
    opacity: 0.75;*/
    background: url(../images/coverbg.png);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1500;
    behavior: url(PIE.htc);
    /*border: 1px solid #f00;*/
    overflow:scroll;
}

.checkResultParams_COVER.hide {
    display: none;
}

#POP, #POP02{
	-webkit-box-sizing:border-box;
	-webkit-text-size-adjust:none;
	text-decoration:none;
	font-family:Arial, Helvetica, "微軟正黑體", sans-serif;
	}

#POP .pop_t01, #POP02 .pop_t01{
	font-size:1.5em;
	line-height:1.6em;
	color:#333;
	}
#POP .pop_t02, #POP02 .pop_t02{
	font-size:1.1em;
	line-height:1.6em;
	color:#333;
	}
#POP .pop_t03, #POP02 .pop_t03{ㄈ
	font-size:0.9em;
	line-height:1.6em;
	color:#666;
	}
#POP .RED, #POP02 .RED{
	color:#CC0000;
	}
#POP .BLUE, #POP02 .BLUE{
	color:#1a8dd4;
	}
#POP .PURPLE, #POP02 .PURPLE{
	color:#6e25a8;
	}

#POP{
	width:95%;
	height:auto;
	overflow:hidden;
	margin: auto;
	background-color:#FFF;
	box-shadow:0px 0px 8px #333333;
	border-radius: 6px;
	margin-top: 15px;
	-webkit-box-sizing:border-box;
	-webkit-text-size-adjust:none;
	text-decoration:none;
	}

#POP02{
	width:95%;
	height:480px;
	margin: auto;
	background-color:#FFF;
	box-shadow:0px 0px 8px #333333;
	border-radius: 6px;
	margin-top: 15px;
	-webkit-box-sizing:border-box;
	-webkit-text-size-adjust:none;
	text-decoration:none;
	}
	
#POP .COM, #POP02 .COM{
	width:100%;
	height:auto;
	overflow:hidden;
	margin:0 auto;
	padding:3% 5% 3% 5%;
	-webkit-box-sizing:border-box;
	}
	
#POP .COM02, #POP02 .COM02{
	width:100%;
	height:290px;
	overflow:scroll; 
	margin:0 auto;
	-webkit-box-sizing:border-box;
	}

/*按鈕樣式*/
#POP .e_BT, #POP02 .e_BT{
    width: 95%;
    height: 50px;
	margin: 0px auto;
	margin-top: 5px;
	margin-bottom: 10px;
	}
	
#POP .e_BT a, #POP02 .e_BT a{
    display: block;   
    width: 100%;
    height: 50px;
    font-size: 1.3em;
    line-height: 48px;
    text-align: center;
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#POP a.B_COLOR, #POP02 a.B_COLOR{
    color: #000;
	font-weight:bold;
	text-decoration:none;
	background-color:#cfcfcf;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #969696;
	-moz-box-shadow:
		inset 0px 0px 2px rgba(255,255,255,1);
	-webkit-box-shadow:
		inset 0px 0px 2px rgba(255,255,255,1);}

