/*
jQuery validate
*/
/* Error class */
.validate_error-class {
	color: hsla(1,44%,46%,1.00) !important;
}

/*
Tools
*/
/* Require field */
.form_required-field
{
	color:hsla(359,100%,50%,1.00)
}

/*
Default
*/
/* Legend */
legend
{
	/* border-bottom:none; */
	margin-bottom: 10px
}

/* Modal header/footer */
.modal-header,
.modal-footer
{
	background: hsla(0,0%,91%,1.00)
}

/* Modal content */
.modal-content {
	border-radius: 6px 
}

/* Modal header */
.modal-header {
	border-radius: 6px 6px 0 0
}

/* Modal footer */
.modal-footer {
	border-radius: 0 0 6px 6px
}