

/* BOXES */

.special_box {
	background: transparent url(https://shastic.s3.amazonaws.com/icons/special/275x-elastic-special.png) no-repeat top left;
	display: block;
	float: left;
	letter-spacing: normal;
	font: normal 13px Lucida Grande; /* Change 13px as desired */
	line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */ 
	width: 275px; /* Height of button background height  */
	padding-top: 130px; /* Width of left menu image  */
	text-decoration: none;
}

.special_box .special_box_inner_container {
	background: transparent url(https://shastic.s3.amazonaws.com/icons/special/275x-elastic-special.png) no-repeat bottom right;
	display: block;
	padding-bottom: 85px; /*Set 11px below to match value of 'padding-left' value above*/
}

.special_box .special_box_inner_wrapper {
	background: transparent url(https://shastic.s3.amazonaws.com/icons/special/275x-elastic-special_frame.png) repeat-y bottom right;
	display: block;
	width: 235px;
	padding: 0px 20px;
	position: relative;
	z-index: 5;
	color: #c7cccf;
}
