
.comment_form input, .comment_form textarea {
	position:relative;
	border:1px solid #ccc;
	padding:8px 5px;
	width:300px;
	text-align:left;

	-webkit-transition:all .2s ease-in-out;
	-moz-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	-ms-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
		
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-o-border-radius:2px;
	-ms-border-radius:2px;
	border-radius:2px;
}

.comment_form textarea {
	margin:20px 0 0 0;
	resize:vertical;
	height:70px;
	word-wrap: break-word;
}

.comment_form .label {
	padding:0 10px 0 0;
}

.comment_form .button, .comment_form .button_link {
	font-family:Arial, Helvetica, sans-serif;
	padding:8px 9px;
	margin:10px 0;
	width:auto;
	text-align:center;
	color:#fff;
	background-color:#397cb0;
	border:none;
	font-size:12px;
	font-weight:900;
	text-transform:uppercase;
	text-decoration:none;
	cursor:pointer;
	
	-webkit-transition:all .1s ease-in-out;
	-moz-transition:all .1s ease-in-out;
	-o-transition:all .1s ease-in-out;
	-ms-transition:all .1s ease-in-out;
	transition:all .1s ease-in-out;

		
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-o-border-radius:2px;
	-ms-border-radius:2px;
	border-radius:2px;
}

.comment_form .button:hover, .comment_form .button_link:hover {
	background-color:#23679c;
	border:none;
	text-decoration:none;
}

.comment_form .button:active, .comment_form .button_link:active {
	background-color:#666;
	border:none;
}

.comment_form .checkbox {
	text-align:left;
	width:20px;
	margin:8px 5px
}


.comment_form input:hover, .comment_form textarea:hover {
	border:1px solid #000;
}

.comment_form input:focus {
	border:1px solid #000;
	background-color:#f7f7f7;
}

.comment_form textarea:focus {
	border:1px solid #000;
	height:200px;
	background-color:#f7f7f7;
}

.comment_form .bold {
	font-weight:900;
}
