@charset "utf-8";
/* CSS Document */

.emailtext {
	font-family: Arial;

}
.emailboxes {
	font-family: Arial;
	background-color: #E6E6E6;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 2px;
	font-size: 11px;
	overflow: hidden;
	color: #CC0066;
}
.emailhead {
	color: #CC0066;
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
}
.asterisk {color: #CC0000}
.submit {
	background-color: #FFFFFF;
	border: 1px solid #CC0099;
	font-family: Arial;
	font-size: 12px;
	color: #CC0066;
	font-weight: bold;
}
