
.bk_button input[type=button]
{
	margin:2px 2px 2px 2px;
	padding:3px 7px 3px 7px;

	border:1px solid #d0d0d0;
	background-color:#f6f6f6;

	font-size:14px;
	font-weight:bold;
	color:#303030;
	text-shadow:none;

	min-height:0px;
}

.bk_button input[type=button]:hover
{
	color: #303030 !important;
}
