
#content {
	padding: 5px 20px;
}

#content h1 {
	margin-left: 0;
	padding-left: 0	;
	font-size: 24px;
	margin-bottom: 30px;
}


.errors {
	margin: 25px 0;
}

form#comment {
	width: 575px;
}

form#comment div {
	margin: 10px 0;
}

form#comment label.align {
	margin-right: 0.5em;
	width: 6em;
	float: left;
	text-align: right;
}

form#comment div.fieldWithErrors {
	display: inline;
	background-color: red;
	margin: 0;
	padding: 2px;
}

form #errorExplanation p, form #errorExplanation h2 {
	padding: 0;
	margin: 10px 0;
}

#comments {
	width: 500px;
}

#comments .post_body a, #comments .post_body a:visited {
	color: #009;
}

.post_body {
	font: 80% sans-serif;
	color: #000;
	padding: 0;
}


.post_body_top {
	display: block !important;
	padding: 15px 15px 5px !important;
	margin: 0 !important;
	background: transparent url(/images/bubble_top.gif) no-repeat left top;
}


.post_body_bottom {
	display: block !important;
	padding: 1px 15px 10px;
	margin: 0 !important;
	background: transparent url(/images/bubble_bottom.gif) no-repeat left bottom;
}

.post_body_bottom p {
	width: auto !important;
}

.posted {
	background-image: url(../images/speech.gif);
	background-repeat: no-repeat;
	background-position: 45px 0px;
	padding: 25px 0px 35px 10px;
	color: #000;
}

.time_ago {
	font: 75% Geneva, serif;
	color: #999;
}
