@CHARSET "UTF-8";
.button1 {
	width:100px;
	border: 1px solid #717073;
	padding:1px;
	ont-size: 12px; 
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#FFFFFF, EndColorStr=#AEAEAF); " +
	cursor: pointer;
	cursor: hand;
}
.button2 {
	font-family:tahoma, arial,verdana,sans-serif;
	font-size:12px;
	font-weight:normal;
	color:white;
	background-color:#363E97;
	border-top:1px solid #BCC3F9;
	border-left:1px solid #BCC3F9;
	border-right:1px solid #000099;
	border-bottom:1px solid #000099;
	cursor:hand;
	height:19px;
	width:100px;
}