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

a {
	color: #0000FF;
	text-transform: capitalize;
}

a:hover {
	text-decoration: none;
	color: #8ace10;
}

#registerForm table td {
	vertical-align: top;
}

#registerForm input {
	color: #000;
}

#registerForm .text {
	width: 200px;
}

/* jQuery validate form styling */
.error {
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FF0000;
}

.download {
	text-transform: lowercase;
}

.asterisk {
	font-weight: bold;
	color: #FF0000;
}
