.comment_form {
width: 100%;
}

.comment_form textarea {
width: 100%;
}

.comment_form label {
color: #000000;
font-size: 1em;
}

.comment_form input {
margin-bottom: 5px;
}

.comment_form input.button {
width: 100%;
margin-top: 5px;
float: right;
}

.search {
	width: 225px;
	border: 1px solid #999999;
}

#searchform fieldset {
	border: 0px none;
}