/* Eric Meyer's CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

#container {
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	display: block;
	width: 435px;
	font: normal .9em/1.5 "Lucida Grande", arial, helvetica;
	background: url(../img/body_bg.png) 0 0 repeat-y;
	padding: 0 30px; 
	position: relative;
}
#header, #footer, #content {
	margin: 0;
	position: relative;
}
#header {
	margin: 0 -30px 50px -30px;
	background: url(../img/header.png) top left no-repeat;
}
#footer {
	margin: 15px -30px 0 -30px;
	background: url(../img/footer.png) bottom left no-repeat;
	height: 35px;
}
h1 {
	text-indent: -9999px;
	height: 111px;
	width: 315px;
	background: url(../img/logo.png) top left no-repeat;
	position: relative;
	top: 30px;
	left: 30px;
}
p {
	margin-bottom: 10px;
	font-size: .9em;
}
form, fieldset {
	padding: 0;
}
fieldset {
	margin-left: 25px;
}
legend {
	display: none;
}
label {
	position: relative;
}
label, input, textarea {
	display: block;
	margin-top: 0;
}
textarea {
	margin-bottom: 15px;
}
label {
	font-size: .7em;
	margin-bottom: 0;
	margin-top: 5px;
}
.alert_box {
	border-width: 1px;
	border-style: solid;
	padding: 3px 8px;
}
.alert_box.green {
	border-color: green;
	background-color: #c9e5a5;
}
.error {
	margin-top: 0;
	border-color: red;
	background-color: #f2c7ae;
	position: absolute;
	top: 15px;
	right: -140px;
	width: 150px;
	display: block;
}
#footer p {
	font-size: .7em;
	text-align: center;
}