/* ---------------------------------------------------------------------------------------- */
/* BUTTON CONTENTS */

.button_block
{
	/* border: 1px dashed red; */
	height: 34px;
	cursor: pointer;
}

.button_L
{
	display: inline;
	float: left;
	/* background: url(http://www.convorelay.com/images/natural/button/btn_blue_L.png) no-repeat; */
	width: 7px;
	height: 34px;
}

.button_contents
{
	display: inline;
	float: left;
	/* background: url(http://www.convorelay.com/images/natural/button/btn_blue_M.png) repeat-x; */
	height: 26px;
	color: white;
	text-shadow: 0px 1px 2px rgba(0,0,0,.5);
	padding: 8px 12px 0px 12px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	font-family: 'Lucida Sans', Arial;
}

.button_R
{
	/* background: url(http://www.convorelay.com/images/natural/button/btn_blue_R.png) no-repeat; */
	width: 7px;
	height: 34px;
	float: right;
	display: inline;
	float: left;
}

.button_clear
{
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
}

