.btn-holder{
	padding-top: 20px;
	text-align: center;
}
				
.btn-div{
	width: 170px; 
	height: 17px; 
	padding-top: 5px;
	padding-bottom: 3px; 
}

.btn-div-1{
	width: 63px;
	padding-top: 5px;
	padding-bottom: 5px; 
	display: inline-block;
}

.btn-ipay-style{
	background: #00A0F1; 
	color: #fff; 
	border-radius: 5px;
	box-shadow: 3px 2px 8px 1px #ddd;
}
				
.btn-map{
	padding-top: 30px;
}
				
.a-no-underline{
	text-decoration: none !important; 
}
				
.a-no-underline:hover{
	text-decoration: none !important; 
}