#websters {
	display: none;
}
span.error {
	color: #900;
	display: block;
	font-weight: bold;
	padding-bottom: 10px;
	font-size: 90%;
}
#search-form {
	display: none;
}
.alert {
	background-color: #900;
	padding: 5px;
	margin-top: 10px;
	color: #FFF;
}
#no-account {
	display: none;
}
#forgot-link {
	border-top: 1px dotted #CCC;
	text-align: center;
	padding-top: 10px;
	margin-top: 10px;
}
#caform div {
	padding-bottom: 5px;
}
p.success {
	padding: 10px;
	padding-left: 20px;
	margin: 10px 0;
	color: green;
	font-weight: bold;
	background-image: url(../images/console/accept.gif);
	background-position: center left;
	background-repeat: no-repeat;
}
#my-account {
	background-image: url(/img/bg_blue.gif);
	border: 1px solid #DDDDDD;
	background-position: left bottom;
	background-repeat: repeat-x;
	padding: 10px;
	padding-top: 5px;
	margin-top: 10px;
}
#my-account h2 {
	background-image: url(/img/user.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	padding: 5px 0 2px 20px;
	margin: 0;
	font-size: 120%;
	border-bottom: 1px solid #DDD;
	color: #1B3664;
}
#my-account h3 {
	font-size: 110%;
	font-weight: bold;
	border-bottom: 1px dotted #CCC;
	padding-bottom: 2px;
}
#acct-contact, #acct-newsletter {
	width: 302px;
	float: left;
}
#acct-newsletter {
	float: right;
}
#my-account a {
	font-size: 80%;
	font-weight: normal;
	text-decoration: underline;
}
a.acct-edit {
	float: right;
}
#acct-history {
	margin-top: 20px;
}
#subscription-block {
	padding: 10px 0;
	display: block;
}
