.p_article {
	margin-bottom: 20px;
}

.p_details {
	font-weight: bold;
	margin-bottom: 2px;
	background: #CC6633;
	color: white;
	display: block;
	width: 100%;
	line-height: 18px;
	height: 18px;
	padding-right: 5px;
}

.g_side_nav {
	display: none;
}

.g_paging {
	margin-bottom: 10px;
}

.p_post {
	display: none;
}

.p_submit {
	display: inline;
	background: #CC6633;
	color: white;
	height: 16px;
	width: 40px;
	text-align: center;
	float: right;
	margin-right: 410px;
	line-height: 16px;
}

.p_submit:hover {
	color: white;
	font-weight: bold;
}

.p_post .p_details {
	margin-bottom: 10px;
}

.p_post input,
.p_post textarea {
	color: #AAA;
	width: 245px;
	height: 22px;
	display: block;
	margin-bottom: 10px;
	border: solid 1px #aaa;
	padding-right: 5px;
}

.p_post textarea {
	width: 445px;
	height: 150px;
}

.p_post input.g_input_focus,
.p_post textarea.g_input_focus {
	color: black;
}

.p_postLink {
	font-weight: bold;
	margin-bottom: 20px;
	display: block;
	text-decoration: underline;
}