#cal button {
	margin:5px;
	outline: none;
	position: relative;
	cursor: pointer;
	color: #565d4b;
	text-shadow: 1px 1px #c0c0c0;
	border: 1px solid #f7b748;

	background: -moz-linear-gradient(top,  #fcdda9 0%, #f8c367 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcdda9), color-stop(100%,#f8c367)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fcdda9 0%,#f8c367 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fcdda9 0%,#f8c367 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fcdda9 0%,#f8c367 100%); /* IE10+ */
	background: linear-gradient(top,  #fcdda9 0%,#f8c367 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcdda9', endColorstr='#f8c367',GradientType=0 ); /* IE6-9 */
	background-color: #fad088; font-family: arial, verdana, sans-serif; font-weight: bold; font-size:smaller;
	white-space: nowrap
}
#cal button::-moz-focus-inner{border:0}
#cal button:hover {
	background: -moz-linear-gradient(top,  #bcdf83 0%, #a0c934 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bcdf83), color-stop(100%,#a0c934)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #bcdf83 0%,#a0c934 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #bcdf83 0%,#a0c934 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #bcdf83 0%,#a0c934 100%); /* IE10+ */
	background: linear-gradient(top,  #bcdf83 0%,#a0c934 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bcdf83', endColorstr='#a0c934',GradientType=0 ); /* IE6-9 */
	background-color: #aed86a;
}
#cal button:active {
	top: 3px;
	left: 2px;
}