@charset "UTF-8";
/* CSS Document */

.button {
	font-family: Verdana;
	width: 200px;
	color: #606060;
	font-size: 12px;
	padding: 4px;
	margin-top: 10px;
	text-decoration: none;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-box-shadow: 0px 1px 3px #666666;
	-moz-box-shadow: 0px 1px 3px #666666;
	/*  text-shadow: 1px 1px 3px #666666;*/
	border: solid #CCCCCC 1px;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#C7DAEB));
	background: -moz-linear-gradient(top, #ffffff, #C7DAEB);
 -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#ffffff, endColorStr=#C7DAEB);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#ffffff, endColorStr=#C7DAEB);
	display: inline-block; /* IE is so silly */
}
.button a:link, .button a:visited, .button a:hover, .button a:active {
	color: #606060;
	text-decoration: none;
}
.buttontop {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin-bottom: -6px;
	margin-top:4px;
}
.buttonbottom {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin-top: 4px;
}
.button img {
	display: inline;
	margin-left: 4px;
	margin-right: 10px;
}
.help {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin-left: 8px;
	margin-top: -20px;
	margin-bottom:-3px;
	
}
