@charset "utf-8";
/* CSS Document */

.formError .formErrorContent {
	box-shadow: 0 0 0px #000;
	-moz-box-shadow: 0 0 0px #000;
	-webkit-box-shadow: 0 0 0px #000;
	-o-box-shadow: 0 0 0px #000;
	border: 0px solid #ddd;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
}