#ps_loadingspinner
{
    width: 100%;
    text-align: center;
    font-size:larger;
    padding-top:55px;

}

.ps-async-progress-container {
		display:none;
    background: rgba(255,255,255, 0.7);     /* #e6af6c */
    z-index:1000;
}

.ps-async-progress-ui {
  width: 20em;
  height: 6em;
	
  background-color: white;
  color: black;

  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}