/*
  $Id: butt_html_button.css 424 2010-04-13 04:54:24Z fer $
*/

input.button, input.positive, input.super {
	padding: 3px 5px !important;
	font-size: 0.9em;
  font-weight: normal
}

.button, .positive, .super {
	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;
	white-space: nowrap;
	cursor: pointer;
	-moz-border-radius: .3em;
	-webkit-border-radius: .3em;
	border-radius: .3em
}

.button:hover, .positive:hover, .super:hover {
	text-decoration: none !important;
	background: #c56511 url(/templates/site/images/inputs/button-bgr-hover.gif) left top repeat-x
}

