﻿html{height:100%;}

body 
{
	margin:0px;
	padding:0px; 
	width: 100%; 
	display: table; 
	text-align: center;
}

.btn_delete_2
{	
	width:auto;
	height:30px;
	background-color:#769c13;
	background-image: url(../images/btn_delete_2.jpg);
	background-repeat:no-repeat;
	background-position: left 0px ;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;
	color:#fff;
	text-decoration:none;
	padding-right:25px;
	Padding-left:50px;
	border:0;
	outline:0;
	display:block;
	line-height:30px;
	float:left;
	
}

.btn_delete_2:hover
{	
	background-position: left -30px ;
	background-color:#646263;
}