.required{
  background: url('../img/required.png') no-repeat;
  padding-left: 15px;
}
.error_label{
	display: block;        
	font-size: 85%;
	font-weight: bold;  
	font-style: normal;
  	color: #b94a48;
	background-color: #f2dede;
  	border-color: red;
  	padding-left: 5px;  
}
.spinner {
    width: 64px;
	height: 64px;
	position: fixed;
	right: 5px;
	top: 25px;
}

#img-spinner {
}