﻿/* ALL buttons */
#buttons, .buttons {
	margin-top: 2px;
	outline: 0;
	cursor: pointer;
	padding: 4px 20px;
	font: normal 12px Tahoma, Arial, sans-serif;
	background: #ffffff url(images/headline_bg.png) repeat-x top right;
	color: #111;
	border: 2px solid #4B2DA8;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}
#buttons:hover, .buttons:hover {
	background: #B089D4;
	color: #111;
	border: 2px solid #4B2DA8;
	text-decoration: none;
}
/* ## ALL buttons */
