.tip

{

	width: 549px;

	float: left;

	display: inline;

	position: relative;

	margin-bottom: 12px;

	background-image: url(images/down_tip.png);

	background-position: center bottom;

	background-repeat: no-repeat;

}

.tip .left_tip

{

	width: 19px;

	height: 22px;

	//background-image: url(images/right_tip.png);

	position: absolute;

	top: 35%;

	left: -18px;

}

.tip p

{

	width: 529px;

	float: left;

	display: inline;

	padding-top: 10px;

	padding-left: 10px;

	padding-right: 10px;

	background-image: url(images/up_tip.png);

	background-position: center top;

	background-repeat: no-repeat;

	margin-bottom: 10px;

	font-size: 12px;

	line-height: 18px;

	color: #4c4c4c;

	text-shadow: 0px 1px 0px white;

}

