body { 
	font: 80% verdana, arial, helvetica, sans-serif; 
	background: #e3ecef url(/mailinglist/img/bg.jpg);
	color: #1c303e;
}
a:link, a:visited {
	color:#2c5683;
}
#header {
	background: url(/mailinglist/img/logo.png) left bottom no-repeat;
	padding-bottom: 2em;
}
#helpfaq {
	text-align: right;
	position:relative; right: -1.5em; top: -18px;
	font-size: 11px;
}
.notes { margin-top: 0; }
h1 {
	font-size: 22px;
	font-style: italic;
	font-variant: small-caps;
	color: #3c6683;
	padding: 30px 1px 1px 135px;
	margin: 0;
	letter-spacing: 0.125em;
	text-indent: 0.25em;
}
h2 {
	font-size: 100%;
	margin: 2em 0 1em -4em;
}
h2 small {
	font-weight: normal;
	font-size: 95%;
}
h2 small a {
	font-weight: bold;
}
#container {
	width: 700px;
	margin: 0 auto;
	background:#f3fcff;
	background: #fff;
	padding: 1px 1em 1em 1em;
	border: 3px solid #5997c3;
	position: relative;
}
fieldset {
	border: 1px solid #82a8c3;
	padding: 0 2em;
}
legend {
	font-weight: bold;
	padding: 0 40px 0 38px;
	color:#fff;
	line-height: 43px;
	background:url(/mailinglist/img/arrow.png) left top no-repeat;
}
#choices {
	margin: 0 4em;
	padding: 1px;
}
#choices input {
	float: left;
	margin-bottom: 1em;
	clear: left;
}
#choices label {
	display: block;
	margin-left: 2em;
}
.email {
	text-align: center;
	margin: 2em 0 0 0;
}
.email input {
	border: 1px solid #82a8c3;
}
#disc {
	margin: 0.5em 0 2em 0;
	text-align: center;
	font-size: 85%;
}
.buttons {
	text-align: center;
}
.buttons input {
	background: #28618d url(/mailinglist/img/arrow.png) center no-repeat;
	color: #fff;
	font-weight: bold;
	border: 2px solid;
	border-color: #2e77ab #244e72 #244e72 #2e77ab;
	cursor: pointer;
}

.hidden {
	display: none;
	text-align: left;
}
.unhidden {
	display: block;
	position: absolute;
	top: 20px;
	left: 100px;
	width: 500px;
	height: 300px;
	background:#f6ffff;
	border: 1px solid #5997c3;
}
.unhidden .contents {
	height: 260px;
	overflow: auto;
	padding-left: 2em;
}
.unhidden .contents h2 {
	margin-left: -1em;
}
.unhidden p {
	padding: 0 1em;
	font-size: 85%;
}
.unhidden .close {
	text-align: center;
	color: #fff;
	font-weight: bold;
	border-top: 1px solid #79b7e3;
	position:absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #28618d;
}

.noticebar {
	background:#28618d;
	border-width: 1px 1px 2px 1px;
	border-style: solid;
	border-color:#79b7e3 #08416d #08416d #79b7e3;
	font-weight: bold;
	color: #eee;
	padding: 0.125em 0.5em;
}
