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