.buttons a, .buttons button, a.button, button.button{
	
	font-family:"Lucida Grande", Tahoma, Arial, sans-serif;
	float:left;
	margin:0 .7em 0 0;
	text-decoration:none;
	background-color:white;
	border:1px solid #CCCCCC;
	border-right:1px solid #bbb;
	border-bottom:1px solid #999999;
	margin-left:10px;
	padding:5px 10px 6px 10px;
	display:block;
	cursor:pointer;
	font-size:11px;
	line-height:130%;
	color:#333;
	font-weight:bold;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
}
a.button, button.button
{
	float:none;
	display:inline;
	display:inline-block;
}
.buttons button, button.button{
	width:auto;
	overflow:visible;
	font-weight:bold;
	padding:4px 10px 3px 7px; 
}
.buttons button[type], button.button[type]{
	width:auto;
	padding:5px 10px 5px 7px;
	line-height:17px; 

}*:first-child+html .buttons button[type], *:first-child+html button.button[type]{padding:4px 10px 3px 7px; margin-bottom:1px;}* html button.button{margin-bottom:1px;}.buttons button img, .buttons a img, a.button img, button.button img{margin:0 3px -3px 0 !important;}

.buttons button:hover, .buttons a:hover, a.button:hover, button.button:hover{
	background-color:#dff4ff;
	border:1px solid #A7CEDF;
	color:#336699;
}
.buttons a:active, a.button:active{
	background-color:#6299c5;
	border:1px solid #6299c5;color:#fff;
}
button.positive, a.positive{
	color:#000080;
}
a.positive:hover, button.positive:hover{
	background-color:#DFEFFF;
	border:1px solid #000080;
	color:#000080;
}
a.positive:active{
	background-color:#000080;
	border:1px solid #529214;color:#fff;
}
a.negative, button.negative{
	color:#FF6600;
}
a.negative:hover, button.negative:hover{
	background:#FFF1DF;
	border:1px solid #FF6600;
	color:#FF6600;
}
a.negative:active{
	background-color:#FF6600;
	border:1px solid #d12f19;
	color:#fff;
}
.buttons a em, .buttons button em, a.button em{
	font-weight:normal;
	font-style:normal;
}
.info .buttons{
	float:right;
	margin:5px 0 0 0;
	padding:0;

}
.info .buttons a, .info .buttons button{
	margin:0 0 0 .7em;

}

