.buttonstyle {
	color:#000000;
	border:1px solid #CCCCCC;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/btnBg.gif);
	background-repeat: repeat-x;
	line-height: 17px;
	height: 20px;
	padding-right: 5px;
	padding-left: 5px;
	width: 80px;
}
.buttonstyle:hover {
	background-image: url(images/btnBg_over.gif);
	color:#000000;
 }
.buttonstyle2 {
	color:#000000;
	border:1px solid #003366;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/btnBg_over.gif);
	background-repeat: repeat-x;
	line-height: 17px;
	height: 20px;
	padding-right: 5px;
	padding-left: 5px;
}
.buttonstyle2:hover {
	background-image: url(images/btnBg.gif);
	color:#000000;
}
.buttonstyle3 {
	color:#000000;
	border:1px solid #CCCCCC;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/btnBg.gif);
	background-repeat: repeat-x;
	line-height: 20px;
	height: 20px;
	padding-right: 5px;
	padding-left: 5px;
	width: 90px;
}
.buttonstyle3:hover {
	background-image: url(images/btnBg_over.gif);
	color:#000000;
 }
