@CHARSET "UTF-8";
A.pms_button {
	display:block;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight:normal;
	margin: 0px auto;
	width: 100px; 
	height: 20px;
}
A.pms_button:link 	{
	text-decoration: none;
	color:#333333;
	border-right: 2px ridge #ffffff;
	border-bottom: 2px ridge #ffffff;
	border-left: 1px solid #e8e8e8;
	border-top: 1px solid #e8e8e8;
}
A.pms_button:visited 	{
	text-decoration: none;
	color:#333333;
	border-right: 2px ridge #ffffff;
	border-bottom: 2px ridge #ffffff;
	border-left: 1px solid #e8e8e8;
	border-top: 1px solid #e8e8e8;
	}
A.pms_button:active 	{
	text-decoration: none;
	color:#333333;
	border-right: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
	border-left: 2px ridge #ffffff;
	border-top: 2px ridge #ffffff;
	
	}
A.pms_button:hover 	{
	text-decoration:none;
	color:#333333;
	border-right: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
	border-left: 2px ridge #ffffff;
	border-top: 2px ridge #ffffff;
}
A.pms_button:focus 	{
	text-decoration:none;
	color:#333333;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-left: 2px ridge #ffffff;
	border-top: 2px ridge #ffffff;
}
