/*工程師新增*/
/*body遮罩*/
#bodyblock {position:relative; z-index:9999;}
#shader{position:fixed; top:0px; left:0px; display:block; width:100%; height:100%; background-color:#FFF;}
.langlu a, .pagelist{ cursor:pointer;}

/*判斷表格-開始*/
	#theme-block td{
		padding:2px;
		text-align:left;
	}
	
	#theme-block td[class~="labels"]{
		width:100px;
		text-align:right;
		vertical-align:top;
	}
	#theme-block a{
		cursor:pointer;
	}

	
	/*輸入提示訊息*/
	.errmsgpos{	
	  position:relative;		
		z-index:999;
		margin-top:-30px;
		margin-right:-100px;
		float:right;
		width:150px;
		font-size:12px;
  	font-family:"微軟正黑體", "新細明體", Arial;
	}
	.errmsg{
		top:0px;
		left:0px;	
		position:absolute;
		padding:2px 3px 2px 3px;
		line-height:20px;
		background: #F7FF9A;
		border: 1px solid #FF7711;
		color:#FF7711;
		border-radius: 8px;
		box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	}
	
	/* arrows - :before and :after */
	.errmsg:before {
		position: absolute;
		display: inline-block;	
		border-top: 7px solid transparent;
		border-right: 7px solid #F7FF9A;
		border-bottom: 7px solid transparent;
		border-right-color: rgba(255, 119, 17, 0.5);
		left: -7px;
		top: 7px;
		content: '';
	}
	
	.errmsg:after {
		position: absolute;
		display: inline-block;
		border-top: 6px solid transparent;
		border-right: 6px solid #F7FF9A;
		border-bottom: 6px solid transparent;
		left: -5px;
		top: 8px;
		content: '';
	}	
/*判斷表格-結束*/



