@charset "UTF-8";

/* rectangular regular btn */

a.btn_rect {
	display: inline-block;
	zoom: 1;
	*display: inline;
	padding: 15px 15px 15px 15px;
	font-size: 15px !important;
	color: #ffffff;
	text-decoration: none;
	line-height: normal;
}
a.btn_rect .arrow {
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
	margin-top: 6px;
	margin-left: 20px;
	width: 20px;
	height: 10px;
	background-image: url(images/btn_rect_arrow_white.png);
	background-repeat: no-repeat;
	background-position: 5px top;
}

a.btn_rect.black {
	background-color: #1A3668;
}