.EBCL_button
{
	position: relative;
	vertical-align: top;
	width: auto;
	height: auto;
	padding: 4px;
	margin: 5px 10px 0px 0px;
	color: white;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
	background: #e67e22;
	border: 0;
	border-bottom: 2px solid #da751c;
	cursor: pointer;
	-webkit-box-shadow: inset 0 -2px #da751c;
	box-shadow: inset 0 -2px #da751c;
	display: inline;
	position: absolute;
	top: 0;
}

.EBCL_functions
{
	height:30px;
	position: relative;
}

.EBCL_datShip
{
	overflow: hidden;
}

.EBCL_datPlainFit
{
	margin-left: 15px;
	width: 250px;
	font-size: xx-small;
	float: left
}

