﻿#name, #comments, #email, .button, .comment_form, .show_comments {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
#comments, #name, #email, .comment_form, .show_comments, .button {
	-webkit-box-shadow: 0 2px 8px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 30px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 2px 8px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 30px rgba(0,0,0,0.3);
	box-shadow: 0 2px 8px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 30px rgba(0,0,0,0.3);
}
#name, #comments, #email{
	width: 600px;
	border: 1px #C5C5C5 solid;
}
.comment_form, .show_comments {
	color: #676767;
	font-family: sans-serif;
	font-weight: bold;
	text-shadow: 0px 1px 1px #fff;
	padding: 10px 10px 10px;
	border: 1px #C5C5C5 solid;
	background: #fff;
}
.button {
	color: #fff;
	cursor: pointer;
	font-weight: bold;
	background: rgba(0,128,0,0.25);
	border: 1px #C5C5C5 solid;
}
.button:hover {
	background: rgba(0,128,0,0.75);
}
