﻿.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;
	/*overflow:hidden;*/
	display:inline-block;
	*display:inline;
	*zoom:1;
	margin: 0 3px;
}
span.btn-corner {
    position:relative;
    background-image:url(img/generic-button.jpg);
    background-position:0 0px;
    width: 1px;
    height: 22px;
	float:left;
}

.btnhide {
    display:none;
}
.btn-generic-red {
	font-size: 12px;
	border: none;
	background-color: #990000 !important;
	color: #fff;
	cursor: pointer;
	padding: 0 4px;
	margin: 0;
	text-align: center;
	overflow: visible;
	width: auto;
    height: 22px;
	line-height:22px;
	float:left;
}

.btn-reply-blue {
    background: #2387aa !important;
    border: 1px solid #2387aa !important;
}
.btn-newPost_red{

}

