DIV#errorSection {
	margin-top: 70px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}

SPAN.errorSummary {
	border: 2px solid;
	background-color: #c64729;
	font-weight: bold;
	padding: 10px;
	text-align: center;
	background-image: url("/wp-includes/images/easydns/bg_error.png");
	color: #c64729;
	max-width: 450px;
	font-style: italic;
	cursor: pointer;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}

SPAN.errorSummary:hover {
	cursor: pointer;
}

/* FIELD DEFINITIONS */

INPUT:focus {
	border: 2px dashed #90BF3E;
}

INPUT.invalid {
	border: 2px solid rgb(192, 57, 43);
	background-color: rgb(192,57,43);
	font-weight: bold;
	background-image: url("/wp-includes/images/easydns/bg_error.png");
}

INPUT.invalid:focus {
	border: 2px dashed rgb(192,57,43);
}
