a.button,button.button
{
	font-family:"Lucida Grande", Tahoma, Arial, sans-serif;
	text-decoration:none;
	background:#EAEAEA url(/static/public/img/white-grad.png) repeat-x left top;
	border:1px solid #dedede;
	border-right:1px solid #bbb;
	border-bottom:1px solid #bfbfbf;
	cursor:pointer;
	font-size:100%;
	line-height:130%;
	color:#464646;
	-webkit-box-shadow:rgba(0,0,0,.15) 0 1px 3px;
	-moz-box-shadow:rgba(0,0,0,.15) 0 1px 3px;
	-webkit-border-radius:11px;
	-moz-border-radius:11px;
	float:none;
	display:inline-block;
	margin:0 .7em 0 0;
	padding:5px 10px 6px;
}

button
{
	width:auto !important;
	overflow:visible !important;
}

button.button
{
	padding:4px 10px 3px 7px;
}

button.button[type]
{
	width:auto;
	line-height:17px;
	padding:5px 10px 5px 7px;
}

*+html button.button[type]
{
	margin-bottom:1px;
	padding:4px 10px 3px 7px;
}

* html button.button
{
	margin-bottom:1px;
}

a.button:hover,button.button:hover
{
	border:1px solid #999;
	color:#000;
}

button.active,a.button:active
{
	background:#FFF url(/images/white-grad-active.png) repeat-x left top;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	border-color:#ccc;
}

button.positive,a.positive
{
	color:#63A142;
	font-weight:700;
}

a.positive:hover,button.positive:hover
{
	border:1px solid #7CB043;
	color:#63A142;
}

a.positive:active
{
	background:#94B717;
	border:1px solid #94B717;
	text-shadow:#607710 1px 1px 1px;
	color:#fff;
}

a.negative,button.negative
{
	color:#d12f19;
}

a.negative:hover,button.negative:hover
{
	border:1px solid #E86B6D;
	color:#d12f19;
}

a.negative:active
{
	background:#d12f19;
	border:1px solid #d12f19;
	text-shadow:#A93816 1px 1px 1px;
	color:#fff;
}

.buttons a em,.buttons button em,a.button em
{
	font-weight:400;
	font-style:normal;
}