
.input_error 										{border-color: #a94442; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;}
.input_error:focus	 								{border-color: #a94442; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px #CE8483;}

.validation-success 								{background: #1F8A1C;}
.validation-error 									{background: #970004;}
.validation-warning 								{background: #DF9C00;}

.alert-validation 									{position: fixed; top: -159px; left: 0; z-index: 1500; width: 100%;}
.alert-validation p 								{float: left; position: relative; text-align: center; color: #FFF; font-size: 20px; text-transform: uppercase; width: 100%; padding: 50px 0;}

