/*****************************************/
/**************LIGHT BLUE*****************/
/*****************************************/
.blue_btn a {
	color: #fff;
	display: block;
	text-align: center;
	border-radius: 2px;
	padding: 8px 25px;
	background: #0075b1;
	text-decoration: none;
	border-bottom: 2px solid #005e8e;
}
.blue_btn a:hover {
	background: #f2662b;
	border-bottom: 2px solid #c25222;
}
/*****************************************/
/**************WHITE BUTTON***************/
/*****************************************/
.orange_btn a {
	color: #fff;
	display: block;
	line-height: 16px;
	font-size: 16px;
	text-align: center;
	padding: 12px 40px;
	border-radius: 2px;
	text-decoration: none;
	background: #f2662b;
	border-bottom: 2px solid #c25222;
}
.orange_btn a:hover {
	background: #0075b1;
	border-bottom: 2px solid #005e8e;
}
/*****************************************/
/**************BLACK BUTTON***************/
/*****************************************/
.grey_btn a {
	color: #32383d;
	display: block;
	line-height: 16px;
	font-size: 16px;
	text-align: center;
	padding: 8px 34px;
	border-radius: 2px;
	text-decoration: none;
	background: #e0dede;
}
.grey_btn a:hover {
	background: #0075b1;
	color: #fff;
}
/*****************************************/
/**************WHITE BUTTON***************/
/*****************************************/
.white_btn a {
	color:#32383d;
	display:block;
	text-align:center;
	border-radius:2px;
	font-weight:300;
	padding:18px 48px;
	background:#fff;
	text-decoration:none;
	border-bottom:2px solid #ccc;
}
.white_btn a:hover {
	color:#fff;
	background:#f2662b;
	border-bottom:2px solid #c25222;
}
