/* =================   ARROWS POINTED DOWN   ================= */

.arrow_box_down {
	position: relative;
	background: #ffffff;
	border: 1px solid #000000;
}
.arrow_box_down:after, .arrow_box_down:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	z-index: -1;
}

.arrow_box_down:after {
	border-color: rgba(171, 171, 171, 0);
	border-top-color: #ffffff;
	border-width: 5px;
	margin-left: -5px;
}
.arrow_box_down:before {
	border-color: rgba(171, 171, 171, 0);
	border-top-color: #000000;
	border-width: 6px;
	margin-left: -6px;
}

/* =================   ARROWS POINTED RIGHT   ================= */
.arrow_box_right {
	position: relative;
	background: #ffffff;
	border: 1px solid #000000;
}
.arrow_box_right:after, .arrow_box_right:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box_right:after {
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #ffffff;
	border-width: 14px;
	margin-top: -14px;
}
.arrow_box_right:before {
	border-color: rgba(0, 0, 0, 0);
	border-left-color: #000000;
	border-width: 15px;
	margin-top: -15px;
}

/*===========ARROWBOX UP=============================*/
.arrow_up_point {
	position: absolute; 
	top: 0; right: 0; 
	font-size:8px; 
	color: #cccccc; 
} 

.arrow_up_point a {
	color: #cccccc; 
	text-decoration:none; 
	font-weight:normal; 
} 

.arrow_up_point a:hover {
	color: #cccccc; 
	text-decoration:none; 
	font-weight:normal; 
} 

.arrow_up {
	text-align: left;
	font-size: 24px;
	font-family:Georgia;
	color: #000000;width:250px; 
	height:30px; position: relative; 
	background: #ffffff;
	border: 2px solid #000000;
	margin:34px 2px 2px 2px;
	padding: 10px;
} 
.arrow_up:after, .arrow_up:before {
	bottom : 100%; 
	left : 50%;
	border: solid transparent; 
	content: ' '; 
	height: 0; 
	width: 0; 
	position: 
	absolute; 
	pointer-events: none;
} 

.arrow_up:after {border-bottom-color:#ffffff;border-width: 32px; margin-left: -32px; }  
.arrow_up:before {border-bottom-color: #000000;border-width: 35px; margin-left: -35px;}


