

/* Loading */
.loading-indicator {
  height: 100px;
  width: 100px;
  background: url( '/product/images/loading.gif' );
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0.5;
}

.loading-indicator-overlay {
  background-color: #505050;
  opacity: 0.3;
  filter: alpha(opacity = 60);
  min-height: 100px;
}


.loading-secure {
  background: url( '/product/images/secure.jpg' );
  background-repeat: no-repeat;
  background-position: center center;
}


/* Secure Callback Non-JS Display and Controlls */
#secure-auth-call-message {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 28px;
}

#secure-auth-call-button,
#secure-auth-callback-button {
  margin: 10px;
  text-align: center;
}

#secure-auth-call-button input,
#secure-auth-callback-button a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  padding: 5px 8px;
  color: #ffffff;
  background-color: #cd0a0a;
  border: none;
  text-decoration: none;
}