.blockui-loading-120 {
	display:block;
    left: 50%;
    top: 50%;
	text-align: center;
	margin: 15px auto 35px auto;
	z-index: 9999;
	width: 120px;
	height: 120px;
	border: 16px solid #F0F0F0;
	border-radius: 50%;
	border-top-color: #519ce6;
	animation: spin 1.3s ease-in-out infinite;
	-webkit-animation: spin 1.3s ease-in-out infinite;
}

.blockui-loading-60 {
	display:block;
	text-align: center;
	margin: 5px auto 15px auto;
	z-index: 9999;
	width: 60px;
	height: 60px;
	border: 8px solid #F0F0F0;
	border-radius: 50%;
	border-top-color: #519ce6;
	animation: spin 1.3s ease-in-out infinite;
	-webkit-animation: spin 1.3s ease-in-out infinite;
}
