@charset "utf-8";
/* CSS Document */

#button {
	margin: 4px;
	padding: 0px;
	background-color: #808080;
	font-family: "Baskerville Old Face", Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;  
	width: 140px;  /* 240px */
	height:30px;
	color: #FFF;  
	text-align: right;
/*	-webkit-border-radius: 20px 0;
	-khtml-border-radius: 20px 0;	
	-moz-border-radius: 20px 0;
	border-radius: 20px 20px;   */
}
