/* Column Widths*/
.first_name {width:80px}
.last_name {width:100px}
.other_notes {width:120px}


/* Buttons */
.menu-toggle,
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],.bypostauthor cite span  {
	padding: 6px 10px;
	padding: 0.428571429rem 0.714285714rem;
	font-size: 16px;
	line-height: 1.428571429;
	font-weight: normal;
	color: #ffffff;
	background-color: gold;
	background-repeat: repeat-x;
	border: 1px solid #f0f0e8;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}
.menu-toggle, button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}

.menu-toggle:hover,
.menu-toggle:focus,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover 
.bypostauthor cite span  {
	color: white;
	background-color: black;
	background-repeat: repeat-x;
	
}
.menu-toggle:active,
.menu-toggle.toggled-on,
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	color: black;
	background-color: black;
	background-repeat: repeat-x;
		box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
	border-color: transparent;
}
