/* BUTTONS
------------------------------------------------------------------------ */

.buttons a, button, .but {
	cursor:pointer;
	font-size:100%;
	line-height:130%;
	display:block;
	float:left;
	background-color:#f5f5f5;
	border:1px solid #dedede;
	border-top:1px solid #eee;
	border-left:1px solid #eee;
	text-decoration:none;
	font-weight:700;
	color:#565656;
	background-repeat:no-repeat;
	background-position:6px center;
	margin:0 7px 0 0;
	padding:5px 15px 6px 7px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	}

button {
	font-weight:700;
	line-height:17px;
	padding:5px 10px 5px 7px;
	}

button img,button .img,.buttons a img,.buttons a .img {
	width:16px;
	height:16px;
	margin:0 3px -3px 0 !important;
	}

button:hover,.buttons a:hover {
	background-color:#dff4ff;
	border:1px solid #c2e1ef;
	color:#369;
	}

.buttons a:active {
	background-color:#6299c5;
	border:1px solid #6299c5;
	color:#fff;
	}

button.positive,.buttons a.positive {
	color:#1b6dc1;
	}

button.small {
	font-size: 10px;
	}

.buttons a.positive:hover,button.positive:hover {
	background-color:#DFEEA3;
	border:1px solid #C6D880;
	color:#529214;
	}

.buttons a.positive:active {
	background-color:#529214;
	border:1px solid #529214;
	color:#fff;
	}

.buttons a.negative,button.negative {
	background-color:#DFEEA3;
	border:1px solid #C6D880;
	color:#529214;
	}

.buttons a.negative:hover,button.negative:hover {
	background:#f2f997;
	border:1px solid #C6D880;
	color:#529214;
	}

.buttons a.negative:active {
	background-color:#d12f19;
	border:1px solid #d12f19;
	color:#fff;
	}

.icon {
	width:16px;
	height:16px;
	border: 0;
	}