.info{
	float: left;
	margin-right: 4px;
	display: inline;
}
.tip-para 
{
	margin-top:5px;
}
.tooltip-right{
	float: left;
	position: relative; display: block;
	width: 12px; height: 12px;
	background: url(../img/bg-info.gif) no-repeat 0 0;
	text-decoration: none;
	/* z-index: 1000; */
}
.tooltip-right .wrapper{
	position: absolute; display: none;
	top: -10px; left: 12px;
	width: 195px;
	padding: 8px 15px 6px 20px;
	/* color: #656565; */
	color:Black;
	background: url(../img/bg-tooltip-right-top.png) no-repeat 0 0;
	font-size: 11px;
		z-index:10000;
}
.tooltip-right .wrapper .bottom{
	position: absolute;
	bottom: -7px; left: 7px;
	width: 230px; height: 7px;
	background: url(../img/bg-tooltip-right-bottom.png) no-repeat 0 0;
}
.tooltip-right:hover .wrapper,
.tooltip-right:focus .wrapper,
.tooltip-right:active .wrapper{ display: block; }

.button-tooltip{
	position: relative; 
}
.button-tooltip .wrapper{
	position: absolute; display: none;
	bottom: 48px; left: -5px;
	width: 200px;
	padding: 8px 10px 6px 10px;
	color: black; 
	background: url(../img/tip-top.png) no-repeat 0 0;
	font-size: 0.9em;
	z-index:10000;
}
.button-tooltip .wrapper .bottom{
	position: absolute;
	bottom: -16px; left: 0;
	width: 220px; height: 16px;
	background: url(../img/tip-bottom.png) no-repeat 0 0;
}
.button-tooltip:hover .wrapper,
.button-tooltip:focus .wrapper,
.button-tooltip:active .wrapper{ display: block; }


.tooltip-top{
	float: left;
	position: relative; display: block;
	width: 12px; height: 12px;
	background: url(../img/bg-info.gif) no-repeat 0 0;
	text-decoration: none;	
}
.tooltip-top .wrapper{
	position: absolute; display: none;
	bottom: 25px; left: -12px;
	width: 200px;
	padding: 8px 10px 6px 10px;
	color: black; background: url(../img/tip-top.png) no-repeat 0 0;
	font-size: 0.9em;
	z-index:10000;
}
.tooltip-top .wrapper .bottom{
	position: absolute;
	bottom: -16px; left: 0;
	width: 220px; height: 16px;
	background: url(../img/tip-bottom.png) no-repeat 0 0;
}
.tooltip-top:hover .wrapper,
.tooltip-top:focus .wrapper,
.tooltip-top:active .wrapper{ display: block; }


.box-left{
	float: left;
	width: 67px;
	margin: 8px 0;
	text-align: center;
}
.box-right{
	float: left;
	width: 67px;
	margin: 8px 0;
	text-align: center;
}
.box-left img,
.box-right img{ border: 1px solid #c8c8c8; }
.plus{
	float: left;
	width: 61px;
	margin: 30px 0 0 0;
	text-align: center;
}
.center{
	display: block;
	text-align: center;
	margin: 0; padding: 0;
}
