﻿.btn-generic {
	font-size: 12px;
	border: none;
	background-color: #999;
	color: #fff;
	cursor: pointer;
	padding: 0 4px;
	margin: 0;
	text-align: center;
	overflow: visible;
	width: auto;
    height: 22px;
	line-height:22px;
	float:left;
}
button, input[type='button'], input[type='submit'] , input[type='reset'] 
 {
	font-size: 12px;
	border: none;
	background-color: #999;
	color: #fff;
	cursor: pointer;
	padding: 0 4px;
	margin: 0;
	text-align: center;
	overflow: visible;
	width: auto;
    height: 22px;
	line-height:22px;
	float:left;
}
.btnwrap
{
	height:22px;
	line-height:22px;
	margin:0 3px;
	display:inline-block;
	*display:inline;
	*zoom:1;
	margin-top:12px;
	margin-left:0px;
	
}
span.btn-corner {
    position:relative;
    background-image:url(img/btn-generic.jpg);
    background-position:0 0px;
    width: 1px;
    height: 22px;
	float:left;
}

.btnhide {
    display:none;
}