deleteButton { 
    background-image: src(/1/images/delete.png);
    background-position:  0px 0px;
    background-repeat: no-repeat;
      
    background-color: none;
    cursor: pointer;
    outline: 0;
    margin: 0 auto;
}
 
.buttonCSS {
	-moz-box-shadow:inset 3px 4px 11px 0px #cf866c;
	-webkit-box-shadow:inset 3px 4px 11px 0px #cf866c;
	box-shadow:inset 3px 4px 11px 0px #808080;
	background-color:#282829;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid black;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	padding:9px 26px;
	text-decoration:none;
	text-shadow:0px 0px 0px #808080;
	width: 80%;
	margin-left: 10%;
	margin-top: 20px;
}
.buttonCSS:hover {
	background-color:#bc3315;
}
.buttonCSS:active {
	position:relative;
	top:1px;
}

.carReports button
{
    float: right;
}

/* small button */
.buttonSmall{
    width: 55px;
}
.buttonBOX{
    height: 35px; 
    border: 1px solid lightgrey; 
    color: #646464;
    width: 68px; 
    background: transparent;   
    margin: 4px;
}