.buttonStyle1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0088CC;
	background-color: #FFFFFF;
	border-style: none;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0px 3px 10px #333333;
	-webkit-box-shadow: 0px 3px 10px #333333;
	box-shadow: 0px 3px 10px #333333;
	behavior: url(ie-css3.htc);
	outline-style: none;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	text-decoration:none;
}
.buttonStyle1:hover {
	background-color: #0088CC;
	cursor: auto;
	color: #FFFFFF;
	border-color: #000000;
	outline-color: #CCCCCC;
	-moz-box-shadow: 0px 3px 10px #000000;
	-webkit-box-shadow: 0px 3px 10px #000000;
	box-shadow: 0px 3px 10px #000000;
	behavior: url(ie-css3.htc);
}

.buttonStyle2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0088CC;
	background-color: #FFFFFF;
	border-style: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	behavior: url(ie-css3.htc);
	text-decoration:none;
}
.buttonStyle2:hover {
	background-color: #0088CC;
	color: #FFFFFF;
}