
 	.tip {


	    background: none repeat scroll 0 0 #006699;
	    border: 1px solid #006699;
	    color: #fff;
	    border-radius: 10px;
		-webkit-box-shadow: -2px 2px 4px 0px rgba(0, 0, 0, 0.25);
		box-shadow: -2px 2px 4px 0 rgba(0, 0, 0, 0.25);
	}
	
	.tip-title {
		font-weight: normal;
	    font-family:Verdana, Geneva, sans-serif;
		font-size:12px;
		text-align:center;
	}
	
	
	.tip:before {
	    border-left: 7px solid #006699;
	    border-top: 7px solid transparent;
	    border-bottom: 7px solid transparent;
	    content: "";
	    display: inline-block;
	    right: -7px;
	    position: absolute;
	    top: 50%;
	    margin-top:-7px;
	}
	.tip-top {
		display:none;
	} 


