	p.borders_tip_p {
		padding:0 0 20px 0; 
		margin:0;
	}
	p.borders_tip_p span {
		color:blue;
		border-bottom:1px dashed blue;
	}
	
	.left_arrow {
		height:50px;
		width:150px;
		position:relative;
		margin-left:25px;
	}
		.left_arrow .arrow {
			border:25px solid #FFF;
			border-right:25px solid #CC0000;
			width:0; height:0;
			overflow:hidden;
			margin-left:-25px;
		}
		.left_arrow .body {
			margin:-35px 0 0 25px;
			top:15px; left:25px;
			height:20px;
			background:#CC0000;
			color:white;
			text-align:center;
		}
		

	.right_arrow {
		width:150px;
		height:50px; 
		position:relative;
	}
		.right_arrow .body {
			width:100px; 
			text-align:center; 
			height:50px; 
			line-height:50px; 
			background:yellow;
		}
		
		.right_arrow .arrow {
			position:absolute;
			left:100px;
			height:0;
			top:0;
			border:25px solid #fff; 
			border-left:10px solid yellow;
		}
		
	
	.borders_tip {
		color:#333;
		padding:20px 0;
		border-left:20px solid #CCC;
		border-bottom:40px solid white;
		background:#CCC;
		margin:0 0 0 15px;
		width:250px;
	}

	.heops {
		border-left:30px solid #FFF;
		border-right:30px solid #FFF;
		border-bottom:50px solid #FF8400;
		width:0;		
		margin-bottom:30px;
	}
	
	.butterfly {
		width:0; 
		height:0;
		border:30px solid yellow; 
		border-top:15px solid white; 
		border-bottom:15px solid white
	}