body{
	font-family: Tahoma, Helvetica, Geneva, Arial, sans-serif;
	margin:0px;
	width:100%; 
	//background:#FFFFF0;
}

select{
	width:75%;
	font-size: 30px;
	text-align:center;
	-webkit-appearance:none;
	-moz-appearance:none;
	-o-appearance:none;
	appearance:none; 
	color:DodgerBlue;
}

table{
	border-collapse:separate; 
	border-spacing:20px;
}
#device_mode{
    width:150px;
    font-size: 30px;
    text-align:center;
}

#2.4g_option{
    width:150px;
    font-size: 30px;
    text-align:center;
}

#5g_option{
    width:150px;
    font-size: 30px;
    text-align:center;
}

#layer{
    width:100%;  
    height:100%;  
    //background:#FFFFF0;  
    //border:0px solid #aaa;  
    //position:fixed;  
    position:absolute;  
    _position:absolute;    /* ???? IE6 */  
    top:0;  
    left:0;  
    //display:block;    /* ????? */  
    //z-index:3;
}

.header,.footer{
	background:#ccc;  
	//height:8%;
	height:100px;
	width:100%;
	text-align:center;
}

.input-text{
	background-color:transparent;
	border:0;
	border-bottom:1 solid black;
	text-align: center;
	font-weight:bold;
	font-size: 35px;
	width:70%;
}

.input-text11{
    background-color:transparent;
    //border:0;
    //border-bottom:1 solid black;
    text-align: left;
    font-weight:bold;
    font-size: 35px;
	width:100%;
}

.input-text2{
	background-color:transparent;
	border:0;
	border-bottom:2 dashed Aqua;
	text-align: left;
	font-weight:bold;
	font-size: 50px;
	width:100%;
}

.input-text3{
	background-color:transparent;
	border:0;
	text-align: left;
	font-weight:bold;
	font-size: 35px;
	width:100%;
}

.input-text4{
	background-color:transparent;
	border:0;
	text-align: left;
	font-weight:bold;
	font-size: 35px;
	width:100%;
	color:red;
}

.l_tb{
	font-size:12px;
	text-align:left;
	width:60%;
}
.r_tb{
	font-size:12px;
	text-align:right;
	width:40%;
}

.pointer{
	cursor:pointer;
}

#panel-wrap{
	filter:none;
	background-color:rgba(0,0,0,0.5);
	height:100%;
	position:absolute;
	z-index:2;
	top:0;
	left:0;
	right:0;
	width:100%;
	display:none;
}

.pic_abs{position:absolute;}

.press_pwd{
	width:300px;  
	height:300px;  
	background:#FFFFFF;  
	border:1px solid #aaa;  
	//position:fixed;  
	position:absolute;  
	_position:absolute;    /* ???? IE6 */  
	top:50%;  
	right:50%;  
	margin:-150px -150px 0 0;  
	display:block;    /* ????? */  
}
