/*
  $Id: butt_html_input.css 13 2010-07-07 16:26:42Z 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: #df9c27;
	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;*/
	background: #c56511;
}
