html, body {
	background-color: #E8E8E8;
    font: 12px Arial,sans-serif;
}

a {
	outline: 0;
}

h1 {
    font-size: 24px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 30px;
}

p {
	line-height: 18px;
	margin-top: 20px;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

ul {
    line-height: 17px;
    list-style-type: disc;
    margin: 5px 0;
    padding-left: 40px;
}

ul li {
    list-style: disc outside;
}

div#page_frame {
	background-color: #FFF;
	margin: 50px auto 0;
	padding: 50px;
	position: relative;
    width: 666px;
}

div#page_frame h2 span#location {
	color: #666;
}

div#notice {
	background-color: #FCC;
	border: 1px solid #F00;
	font-size: 16px;
	margin-bottom: 20px;
	padding: 15px 0;
	text-align: center;
}

div#notice p {
	margin: 0;
}

p#date_posted {
    color: #999;
    font-size: 10px;
}

form {
	margin-top: 15px;
}

form table tr td {
	padding: 2px 0;
	vertical-align: top;
}

form table tr td.label {
	padding-top: 5px;
	width: 100px;
}

form table tr td input#name,
form table tr td input#email,
form table tr td textarea {
	width: 300px
}

form table tr.help_text td {
	color: #666;
    font-size: 11px;
    padding-top: 0;
}

form table tr.errors.hide {
	display: none;
}

form table tr.errors td {
	color: #F00;
	padding-bottom: 5px;
	padding-top: 0;
}

form table tr td textarea {
	height: 150px;
}

form table tr td ul {
    margin: 0;
    padding: 0;
}

form table tr td ul li {
    list-style: none outside none;
}

div#page_footer {
	margin-top: 50px;
    text-align: center;
    font-size: 10px;
}

div#page_footer a:link,
div#page_footer a:visited,
div#page_footer a:hover,
div#page_footer a:active {
    font-size: 10px;
}

div#page_footer p {
    margin-top: 0;
    margin-bottom: 12px;
}

.center {
    text-align: center;
}
