ul {
	list-style: none;
	padding-left: 0;
}
a#formbutton {
	font-size: 13px;
	text-decoration: underline;
}
.txtcontent {
        margin: 0;
        padding: 0;
        height: 540px;
        overflow: auto;
	font-size: 13px;
        font-family: arial;
}
h1 {
	font-size: 14px;
}
#form {
	margin: 0;
	padding: 0;
	width: 380px;
	display: table;
}
#form label {
	margin: 1px 0;
	float: left;
	width: 100px;
	font-size: 11px;
	padding: 0;
}
#form input {
	float: left;
	margin: 1px 0;
	width: 180px;
	border: 1px solid #666;
	padding: 0;
}
#form textarea {
	float: left;
	margin: 1px 0;
	height: 120px;
	width: 180px;
	border: 1px solid #666;
	padding: 0;
}
#form #remark {
	font-size: 9px;
	float: left;
}
#form input.button {
	background-color: #666;
	border: 1px solid #666;
	color: #FFF;
	font-weight: bold;
	float: right;
	cursor: pointer;
	width: 90px;
	font-size: 11px;
	height: 20px;
}
#form input.button:hover {
	background-color: #FFF;
	color: #666;
}
#form label.error { 
	color: #FF0000;
	display: block;
	width: 100%;
	text-indent: 100px;
	vertical-align: top;
}
#form input.error { 
	border: 1px dotted #FF0000;
}
