p.accountError {
	font-weight: bold;
	color: #911839;
	background-color: #dddddd;
	border: #911839 solid 2px;
	padding: 5px;	
}

p.accountGood {
	font-weight: bold;
	color: #911839;
	background-color: #dddddd;
	border: #911839 solid 2px;
	padding: 5px;
}


table.accountForm {
	width: 680px;
	background-color: #ffffff;
	font-size: 11px;
	text-align: right;
	height: 25px;
	color: #911839;
	background-color: White;
}

.optIn {
	width: 500px;
	background-color: #ffffff;
	font-size: 11px;
	text-align: center;
	height: 25px;
	color: #911839;
	background-color: White;
}

table.accountForm td.error {
	font-weight: bold;
	color: #911839;
	width: 35%;
}

table.accountForm td.field {
	font-weight: normal;
	width: 22%;
}
table.accountForm td.input {
	width: 43%;
}

table.accountForm td.input input {
	width: 250px;
}

table.accountForm td.submit {
	background-color: #ffffff;
	text-align: center;
}

form.accountForm {
	text-align: right;
}