@charset "utf-8";
/* CSS Document */

.text {
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid black;
	width: 100%;
	color: blue;
}

.error {
	color: red;
}

.formbutton {
	color: black;
	font-weight: bold;
	border: 1px solid black;
	width: 100%;
	background-color: #CCCCCC;
}

.formbutton:hover {
	color: red;
	border: 1px solid red;
	background-color: orange;
	cursor: pointer;
}

#Comment_ST {
	display: none;
}

