/*
  $Id: butt_html_input.css 205 2009-11-23 05:47:39Z fer $
*/

input.button, input.positive {
	padding: 3px 5px !important;
	font-size: 0.9em;
  font-weight: normal
}

.button, .positive {
	vertical-align: middle;
	border: solid 1px #c56611;
	padding: 3px 5px 3px 5px !important;
	color: #fff !important;
	margin: 3px 1px !important;
	background: #df9c27 url(/templates/site/images/inputs/button-bgr.gif) left top repeat-x;
	/* background: #008f00; */
	white-space: nowrap;
	cursor: pointer;
	-moz-border-radius: .3em;
	-webkit-border-radius: .3em;
	border-radius: .3em
}

.button:hover, .positive:hover {
	text-decoration: none !important;
	background: #c56511 url(/templates/site/images/inputs/button-bgr-hover.gif) left top repeat-x
}
