/* Very basic stylesheet to show you the layout sections */
/* Customise to your site */
body {
	font: 80% verdana, arial, helvetica, sans-serif; 
	background: #e3ecef url(/mailinglist/img/bg.jpg);
	color: #1c303e;
}

a:link, a:visited {
	color:#2c5683;
}

a img {
	border: none;
}
#container {
	width: 700px;
	margin: 0 auto;
	background:#f3fcff;
	padding: 1px 1em 1em 1em;
	border: 3px solid #5997c3;
	position: relative;
}

#header {
	background: url(/mailinglist/img/run.png) left top no-repeat;
	padding-bottom: 2em;
}
h1 {
	font-size: 22px;
	font-style: italic;
	font-variant: small-caps;
	color: #3c6683;
	padding: 30px 1px 20px 135px;
	margin: 0;
	letter-spacing: 0.125em;
	text-indent: 0.25em;
}
h1 a {
	color: #3c6683;
}
h2 {
	color: #3c6683;
	font-size: 110%;
}
#content {
	border: 1px solid #82a8c3;
	padding: 0 2em;
}

.navimage {
	vertical-align: middle;
	margin: 0 10px 5px 0;
}

/* Status Messages */
.alert,
.warn,
.error {
	clear: both;
	padding: 5px;
	color: #000;
}
.warn img {
	vertical-align: middle;
}
.comments {
	width: 100%;
	border: 1px solid #5997c3;
}
#alertmsg {
	border: 1px solid #5997c3;
}
.alert {
	background: #DDF0BD;
}
.alert strong,
.alert label {
	color: green;
}
#warn {
	border: 1px solid #FF8000;
}
.warn {
	background: #fed;
	margin-bottom: 1em;
}
.warn strong,
.warn label {
	color: #ff4000;
}
#error {
	border: 1px solid #F3D5D5;
}
.error {
	background: #FFF1F1;
	color: #f00;
	margin-bottom: 1em;
}
.error strong,
.error label {
	color: red;
}
.error input,
.error textarea {
	background: #FFF;
}

.required {
	font-weight: bold;
}



fieldset {
	border: 1px solid #82a8c3;
	padding: 2em;
	margin-bottom: 1em;
}
legend {
	font-weight: bold;
	color:#fff;
	background:#4885bb;
	padding: 0.125em 0.5em;
}

.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;
}
