/*============================================================================*/
/* d3forum */
/* pico */
/*============================================================================*/
/* d3forum */

div.d3f_head,
div.d3f_head * {
	color: #111 !important;
	background-color: #f8f8f8 !important;
}
h2.d3f_head{
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}
div.d3f_wrap h2 {
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
	background-color: transparent !important;
	clear: none !important;
}
div.d3f_head img[src$="blank.gif"] {
	display: none;
}

/*============================================================================*/
/* pico */
#pico_body{
	padding: 0;
	margin: 0;
}
.bottom_of_content_body{
	text-align: right;
	padding: 10px 0 10px;
	margin: 0 0 10px;
	border-bottom: 1px #aaa solid;
}
.pico_form_table input[name="vpath"]{   width: 350px;}
.pico_form_table input[name="subject"]{ width: 350px;}
.pico_form_table textarea[name="body"]{ width: 350px;}
.pico_form_table textarea#htmlheader{   width: 350px;} //lose by inline stylesheet
