textarea, input, select, strong{
	font-family:verdana, arial, sans serif;
	font-size:1em;
}
textarea, input, select{
	width:200px;
	border:1px solid #489100;
	color:#489100;
}
strong{
	margin-top:5px;
}
textarea{
	height:60px;
}
input.pHeader, #intro, input#title, .li input.title{
	font-weight:bold;
}
input#title{
	font-size:1.2em;
}
.li input.title{
	line-height:1em;
	height:auto;
}
input.fields{
	float:left;
	width:200px;
}
.page select{
	float:none;
	width:40px;
	font-weight:normal;
	margin-left:2px;
}
input.submit{
	width:auto;
	background-color:#6c0;
	color:#fff;
	cursor:pointer;
	margin-top:5px;
}
#password{
	color:#ccc;
	border:1px dotted #489100;
}
#postName, #postCopy{
	width:270px;
}
#postCopy{
	height:200px;
}
form{
	margin:0;
}

