.pluginForm .default_loading{
	display:none;
	text-align:center;
}

.pluginForm div.validate_errors{
	display: none;
}

.pluginForm div.validate_errors_message{
    padding: 7px 10px 7px 10px;
    background-color: #d9534f;
    color: white;
    margin-bottom: 10px;
    font-size: 16px;
    text-align: center;	
}

.pluginForm div.thanks{
	display:none;
}


.some_errors{
  opacity: 0;
  background-color:rgb(255, 243, 24);
  padding: 15px;
  text-align: center;
  margin-bottom: 14px;  
}