.loading {
		background: url('../images/loading.gif') no-repeat center transparent !important;
		border: 0 !important;
		color: transparent !important;
		pointer-events: none;
		box-shadow: none !important;
	}
    div#result {
        font-size: 14px;
        margin: 10px 0;
        color: red;
        background: #D8D3D3;
        padding: 5px 10px;
        display:none;
    }
	.inputs_all, select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
		width: 100%;
		margin: 0 0 10px;
		padding: 10px;
	}