.bkimage_button
{
/*	vertical-align:middle; */
}

.bkimage_button_table
{

}

.bkimage_button_table td
{
	display:inline-block;
}

.bkimage_button_text
{

}

.bk_button
{
	display:inline-block;
}

.bk_button input[type=button]
{
	border:0;
	background:none;

	margin:2px 2px 2px 2px;
	padding:5px 10px 5px 10px;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	border-radius:5px 5px 5px 5px;

	border:1px solid #d0d0d0;
	background-color:#f6f6f6;

	font-size:16px;
	font-weight:bold;
	color:#303030;
	text-shadow:0 1px 0 #f3f3f3;	

	white-space:nowrap;
	cursor:pointer;
}

.bk_button input[type=button]:hover
{
	background-color:#ededed;
}

.bk_button input[type=button]:disabled
{
	opacity:0.50;
	cursor:default;
}

.right_button
{
	float:right;
}
