
.button {
    border: none;
    background: url(../images/form/ap_button_bg.png) 0 0 no-repeat;
	filter:expression(fixPNG(this));
	height: 26px;
	width: 74px;
	font-size: 12px;
	color: #FFFFFF;
	padding-bottom: 4px;
	cursor: pointer;
}

.button:hover {
    color: #999999;
}

/*
.button {
    border: none;
	font-size: 12px;
	text-decoration: underline;
	color: #336699;
	cursor: pointer;
	background: none;
	padding-left: 10px;
	padding-right: 10px;
}

.button:hover  {
	color: #224477;
	text-decoration: underline;
}
*/
