@charset "UTF-8";
/* CSS Document */
.btn{
	color:#00FF00;
	font-family:"lucida grande", tahoma, verdana, arial, sans-serif;
	;
	font-size:80%;
	font-weight:bold;
	background-color:#333333;
	border:1px solid;
	border-top-color:#333333;
	border-left-color:#333333;
	border-right-color:#333333;
	border-bottom-color:#333333;
   }
   .dropdown{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	color: #000000;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
	font-size-adjust: none;

font-stretch: ;
	font-size: 8pt;
}

