﻿#hb-posteditor label:not(.exclude)
{
	display: block;
	font-weight: bold;
}

#hb-posteditor #editorplace
{
	width: 100%;
}

#hb-wrapper fieldset:first-child legend
{
	font-size: 200%;
}

#hb-posteditor #Subject { min-width: 12em; width: 60%; }
#hb-posteditor #Body { width: 100%; min-height: 20em; }
#hb-posteditor #Name { width: 12em; max-width: 100%; }
#hb-posteditor #Email { width: 20em; max-width: 100%; }
#hb-posteditor #Password { width: 10em; }
#hb-posteditor #Captcha { width: 6em; }
		
/*fieldset > ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}
		
fieldset > ul li
{
	margin-bottom: 0.5ex;
}
*/

input[type="file"]
{
	display: block;	
	width: 80%;
	margin: 0 0 .5ex 1.5em;
}
