
	.tag-triangle {
		border-color:transparent #3E5AA8 transparent transparent;
		border-style:solid;
		border-width:50px;
		width:0;
		height:0;
		float:left;
	}

	.tag-rectangle {
		background-color:#3E5AA8;
		width:200px;
		height:100px;
		display:inline;
		float:right;
	}
	
	.hole {
		width: 10px;
		height: 10px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		background-color:#FBF805;
		position: absolute;
		left: 60px;
		top: 45px;
	}
	
	.tag-rectangle h3 {
		text-align: center;
		font-size: 40px;
		color: #fff;
		margin: 22.5px 0; /* you may don't need this; this is to fix against my blog css */
		margin-bottom:10px;
		line-height: 46px; /* you may don't need this; this is to fix against my blog css */
	}
