
/* message form */

strong.itemname /* [title] */
	{border-bottom: thin dotted #ffc4c4;
	cursor: help}

.postmsg
	{margin-left: 4em;
	border: blue thin double;
	padding: .2em}

.postmsg .line {
  display: block;
}


.postmsg input
	{font-size: 100%;
	border-style: none none dashed none;
	border-color: gray; border-width: thin;
	padding-bottom: .1em}

.postmsg input[type="text"] {
  width: 20em;
}

.postmsg .fs input
	{border-style: none}

.postmsg .readsubmit
	{margin: .1em;
	border: dotted red thin;
	padding: .1em;
	background-color: inherit; color: inherit;
	cursor: hand}

.postmsg .fs, .postmsg .names, .postmsg .comments
	{margin-right: 1.5em}
