.err
{
  outline:1px solid #F00;
}

.errmsg {
	color:#FF6157;
	font-size: 11px;
	bottom: 2px;
	position: absolute;
	right: 12px;
	display: none;
}

#anloader
{
  width: 100%;
  height: 100%;
  position: fixed; 
  background-color: rgba(0,0,0,0.5);
  background-image: url('/images/loading.gif');
  background-position: center;
  background-repeat: no-repeat;
  top: 50%; 
  left: 50%; 
  transform: translate(-50%, -50%);
  z-index: 9999;
}

#an_progress
{
  position: fixed; 
  top: 58%; 
  left: 50%; 
  width: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
}

#an_progress > div
{
  width: 100%;
  text-align: center;
  border: 1px solid #000;
  border-radius: 0px;
}

.progress 
{
  height: 10px;
  background: #800000;
  transition: width .3s;
  margin: 2px;
}

#an_progress div span
{
  position: absolute;
  margin: 0 auto;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  color: #000;
  line-height: 15px;
}

.progress.hide 
{
  opacity: 0;
  transition: opacity 1.3s;
}

#an-err
{
  color: red;
}