@charset "utf-8";
/* CSS Document */

#comment-form {
	
}
#comment-form h2 {
	margin: 0.2em 0 0.2em 0;
	padding: 0;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
}
#comment-form label {
	display: block;
	width: 150px;
	float: left;
	margin: 4px;
	text-align: right;
}
#comment-form .input{
	border: 1px solid #006;
	background: #ffc;
}
#comment-form .comment{
	font-family: Arial, Helvetica, sans-serif;
	width: 300px;
	height: 200px;
	border: 1px solid #006;
	background: #ffc;
}
#comment-form .button{
	color:#03C;
	font-size:14px;
	font-weight: 500;
	text-decoration: underline;
	border: 1px solid #003;
    background: #ffc;
}
#comment-form .button:hover {
	background-color: #404795;
	text-decoration: none;
	color: #F0F0CA;
}
#comment-form br {
	clear: left;
}