/* @group global */

body {
	margin: 0;
	padding: 0;
}

body, input, textarea, select, a {
	color: #3f3f3f;
	font: 12px Helvetica, Arial, sans-serif;
	text-decoration: none;
}

img {
	border: none;
}

a:hover {
	text-decoration: underline;
}

#global {
	width: 900px;
	height: auto;
	margin: 0 0 0 -450px;
	position: absolute;
	top: 0;
	left: 50%;
}

#header {
	margin: 0;
	padding: 10px 10px 0;
	overflow: auto;
	clear: both;
	width: 780px;
}

#header h1 {
	color: #3875d7;
	margin: 0;
	padding: 0;
	font-size: 24px;
}

#content {
	background: #e5e5e5;
	margin: 0;
	padding: 10px 10px 20px;
	width: 880px;
	min-height: 60px;
	overflow: auto;
	position: relative;
	top: 0;
	left: 0;
}

#content p {
	margin: 0;
	padding: 0 0 1em;
}

#content h3 {
	margin: 0 0 1em;
}

.flash_info {
	color: #408000;
	margin: 0 0 1em;
	padding: 0.4em 0.5em;
	border-top: 1px solid #408000;
	border-bottom: 1px solid #408000;
	background: #c8facb;
}

.flash_error {
	color: #ff0000;
	margin: 0 0 1em;
	padding: 0.4em 0.5em;
	border-top: 1px solid #ff0000;
	border-bottom: 1px solid #ff0000;
	background: #fbc6c6;
}

.error {
	color: #ff0000;
}

.error input {
	border: 1px solid #ff0000;
}

#footer {
	background: none;
	border-top: solid 1px #3f3f3f;
	margin: 0;
	overflow: auto;
	clear: both;
	width: 880px;
	padding: 2px 10px 10px;
	text-transform: lowercase;
	text-align: right;
}

#footer, #footer a {
	font-size: 11px;
	color: #bfbfbf;
	text-decoration: none;
}

#footer #manythink a {
	color: #3f3f3f;
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
}

#footer #manythink strong {
	font-weight: bold;
}

#footer #manythink em {
	font-weight: normal;
	font-style: normal;
	color: #7f7f7f;
}

/* @end */


