@charset "UTF-8";

/*==========================================================================================*/


.objecthint { display:block; width:auto; height:auto; padding:10px 30px 10px 15px ; background:#000; 
	position:absolute; top:0; left:0; z-index:9996; border-radius:4px; box-shadow:2px 2px 5px rgba(0,0,0,0.5);
	}
	.objecthint p { display:block; color:white; font-size:13px; margin:0; }
	.objecthint .corner { display:block; width:13px; height:8px; position:absolute; top:-6px; left:12px;
			background:url(../images/hintcorner.png) no-repeat 0 0; }
	.objecthint .btnclose { display:block; width:12px; height:12px; position:absolute; top:10px; right:10px;
			background:url(../images/icon-global.png) no-repeat -73px -405px; cursor:pointer;
			}

/*add by TWM*/
.liteboxtable td{
	padding:0 15px 0 15px;
	text-align:center;
	border-right:1px dotted #999;
	vertical-align:top;
}
.liteboxtable td:last-child{
	border-right:none;
}
.liteboxtable td h3{
	color:#da3245;
	font-size:18px;
	padding:0;
}
.liteboxtable td p{
	color:#333;
	font-size:15px;
	margin-bottom:10px;
	padding:0;
}
.liteboxtable td input{
	font-size:13px;
	padding:5px;
	margin:10px;
	border-radius:3px;
	border:1px solid #ccc;
	display:inlibe-block;
}
.liteboxtable td a.btn-orange{
	width:65%;
	font-size:15px;
}

.sso_subttl{
	text-align:center;
	font-size:12px;
	color:#ec5900;
	padding-top:10px;
	letter-spacing:2px;
	margin:10px 0 -5px 0;
	display:inline-block;
	text-indent:10px;	
}
.threeG{
	color:#eb5700;
}
.fourG{
	color:#02a0e9;
}