input.errMsgBorder{
	border-color: red;
}
span.errMsg{
	position: absolute;
	background-color: #ffebec;
	color:#e53b3c;
	width: 100%;
	border-radius:2px;
	display: none;
}
.icon_360{
	background-image:url(images/360.jpg);
	width:105px;
	height:30px;
	background-repeat:no-repeat;
	background-size: contain;	
	background-position:center left;	
	display:block;
	float:left;
}
.icon_maxthon{
	background-image:url(images/maxthon.png);
	width:105px;
	height:30px;
	background-repeat:no-repeat;
	background-size: contain;	
	background-position:center left;	
	display:block;
	float:left;
}
.icon_chrome{
	background-image:url(images/chrome.png);
	width:105px;
	height:30px;
	background-repeat:no-repeat;
	background-size: contain;	
	background-position:center left;	
	display:block;
	float:left;
}
#account_ktable {table-layout:fixed;}
#account_ktable td{overflow:hidden;text-overflow: ellipsis;white-space: nowrap;}
@media only screen and (max-width:1200px) {
	.hidden-1200{display: none !important;}
	#shipping_plan_table i{display:inline !important;}
}	