﻿
/*提示框开始*/
#pltsTipLayer *
{
	margin:0;
	padding:0;
}
#pltsTipLayer .toolTipMsg
{    
	font-size:14px;

	padding: 6px 12px;
	line-height: 135%;
	background-color: #fff;
	border: solid 1px #FEA32F;
}
#pltsTipLayer .toolTipTitle
{
	background-color: #FEA32F;
}
/*提示框结束*/