
.btni {
	font-family: sans-serif, arial;
	background: url("i/btn.png") repeat-x scroll 0 0 transparent;
	display: inline-block;
	font-weight: normal;
	line-height: 30px;
	padding: 0 10px;
	height: 30px;
	font-size: 13px;
	text-shadow: 0 1px 1px rgb(254, 227, 105);
	color: rgb(116, 64, 0);
	border: 1px solid rgb(206, 54, 1);
	border-radius: 4px;
	cursor: pointer;
	text-align: center;
}
.btni:hover, .btni:focus { text-decoration: none; color: rgb(116, 64, 0);}

.btn-group .btni { margin-top:-1px; }

.btnsubmit {
	height: 30px;
	font-size: 14px;
	font-weight: bold;
	display: block;
	width: 100%;
	padding: 5px;
	line-height: 16px;
}

.btnbig {
	height: 30px;
	font-size: 14px;
	font-weight: bold;
}

.btno:hover {
	background-position: 0 -40px;
}
.btno:focus {
	border-right: 1px solid rgb(197, 87, 13);
	border-left: 1px solid rgb(197, 87, 13);
	-moz-border-top-colors: none;
	-moz-border-right-colors: none;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-image: none;
	border-width: 1px;
	border-style: solid;
	border-color: rgb(137, 57, 7) rgb(197, 87, 13) rgb(253, 180, 90);
	background-position: 0 -80px;
	text-shadow: 0 1px 1px rgb(76, 35, 5);
	color: #fff;
}

.btnb {
	background-position: 0 -120px !important;
	text-shadow: 0 1px 1px rgb(17, 17, 150);
	color: #fff;
	border: 1px solid rgb(4, 93, 205);
}
.btnb:hover {
	background-position: 0 -160px !important;
	color: #fff;
}
.btnb:focus {
	background-position: 0 -200px !important;
	border-right: 1px solid rgb(4, 94, 206);
	border-left: 1px solid rgb(4, 94, 206);
	-moz-border-top-colors: none;
	-moz-border-right-colors: none;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-image: none;
	border-width: 1px;
	border-style: solid;
	border-color: rgb(6, 87, 185) rgb(4, 94, 206) rgb(137, 216, 247);
	text-shadow: 0 1px 1px rgb(0, 54, 121);
	color: #fff;
}

.btng {
	background-position: 0 -240px;
	text-shadow: 0 1px 1px rgb(29, 73, 9);
	color: #fff;
	border: 1px solid rgb(35, 115, 0);
}
.btng:hover {
	background-position: 0 -280px !important;
	color: #fff;
}
.btng:focus {
	border-right: 1px solid rgb(35, 115, 0);
	border-left: 1px solid rgb(35, 115, 0);
	-moz-border-top-colors: none;
	-moz-border-right-colors: none;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-image: none;
	border-width: 1px;
	border-style: solid;
	border-color: rgb(29, 73, 9) rgb(35, 115, 0) rgb(125, 231, 2);
	background-position: 0 -320px;
	text-shadow: 0 1px 1px rgb(21, 54, 7);
	color: #fff;
}



.search .btn{padding:6px 5px;}
.search .dropdown-header{font-weight:bold;}
.search .divider{display:none;}

