/* WEBSITE CSS BUTTONS */
/* Buy Now Button */
div.buy_now_button {
	float: left;
	width: 90px;
	height: 34px;
}
div.buy_now_button a {
	display: block;
	margin: 0px;
	overflow: hidden;
	text-decoration: none;
	height: 100%;
	background: url('http://www.planplusonline.com/images/buttons/buy_now!.png') top left no-repeat;
	color: #000000 !important;
	font-family: 'Arial Bold';
	font-size:14px;
	line-height: 34px;
	text-align: center;
}
div.buy_now_button a:hover {
	background-position: -90px 0;
	color: #FFFFFF !important;;
}
div.buy_now_button a:active {
	background-position: -180px 0;
	color: #000000 !important;
}

#compare {
	width:100%;
}
/* Buy Now Button End */

/* Buy Now Button Small */div.buy_button_small {	float: left;	width: 73px;	height: 27px;}div.buy_button_small a {	display: block;	margin: 0px;	overflow: hidden;	text-decoration: none;	height: 100%;	background: url('http://www.planplusonline.com/images/buttons/buy_now_small.png') top left no-repeat;	color: #000000 !important;	font-family: 'Arial Bold';	font-size:12px;	line-height: 27px;	text-align: center;}div.buy_button_small span {	position: relative;	top:2px;}div.buy_button_small a:hover {	background-position: -73px 0;	color: #FFFFFF !important;}div.buy_button_small a:active {	background-position: -146px 0;	color: #000000 !important;}
/* Buy Now Button Small End */

/* Try Now Button - Green */div.try_now_button_green {	float: left;	width: 78px;	height: 27px;}div.try_now_button_green a {	display: block;	margin: 0px;	overflow: hidden;	text-decoration: none;	height: 100%;	background: url('http://www.planplusonline.com/images/buttons/try_now_green.png') top left no-repeat;	color: #000000 !important;	font-family: 'Arial Bold';	font-size:12px;	line-height: 27px;	text-align: center;}div.try_now_button_green span {	position: relative;	top:2px;}div.try_now_button_green a:hover {	background-position: -78px 0;	color: #FFFFFF !important;}div.try_now_button_green a:active {	background-position: -156px 0;	color: #000000 !important;}

/* Try Now Button - Green End */

/* Compare Versions Button */
div.compare_versions {
	width: 150px;
	height: 34px;
}
div.compare_versions a {
	display: block;
	margin: 0px;
	overflow: hidden;
	text-decoration: none;
	height: 100%;
	background: url('http://www.planplusonline.com/images/buttons/compare_versions.png') top left no-repeat; 
	color: #000000 !important;
	font-family: 'Arial Bold';
	font-size:14px;
	line-height: 34px;
	text-align: center;
}
div.compare_versions a:hover {
	background-position: -150px 0;
	color: #FFFFFF !important;
}
div.compare_versions a:active {
	background-position: -300px 0;
	color: #000000 !important;
}
/* Compare Versions Button End */

/* Compare Versions Button - Small */div.compare_versions_button_small {	float: left;	width: 122px;	height: 27px;}div.compare_versions_button_small a {	display: block;	margin: 0px;	overflow: hidden;	text-decoration: none;	height: 100%;	background: url('http://www.planplusonline.com/images/buttons/compare_versions_button_small.png') top left no-repeat;	color: #000000 !important;	font-family: 'Arial Bold';	font-size:12px;	line-height: 27px;	text-align: center;}div.compare_versions_button_small span {	position: relative;	top:2px;}div.compare_versions_button_small a:hover {	background-position: -122px 0;	color: #FFFFFF !important;}div.compare_versions_button_small a:active {	background-position: -244px 0;	color: #000000 !important;}

/* Compare Versions Button - Small End */

/* Register for Webinar Button */div.register_button_small {	float: left;	width: 60px;	height: 27px;}div.register_button_small a {	display: block;	margin: 0px;	overflow: hidden;	text-decoration: none;	height: 100%;	background: url('http://www.planplusonline.com/images/buttons/register_small.png') top left no-repeat;	color: #000000 !important;
	font-family: 'Arial Bold';	font-size:12px;	line-height: 27px;	text-align: center;}div.register_button_small span {	position: relative;	top:2px;}div.register_button_small a:hover {	background-position: -60px 0;	color: #FFFFFF !important;}div.register_button_small a:active {	background-position: -120px 0;	color: #000000 !important;}

/* Register for Webinar Button End */

/* Learn More Button Small */div.learn_more_button {	float: left;	width: 78px;	height: 27px;}div.learn_more_button a {	display: block;	margin: 0px;	overflow: hidden;	text-decoration: none;	height: 100%;	background: url('http://www.planplusonline.com/images/buttons/learn_more.png') top left no-repeat;	color: #000000 !important;	font-family: 'Arial Bold';	font-size:12px;	line-height: 27px;	text-align: center;}div.learn_more_button span {	position: relative;	top:2px;}div.learn_more_button a:hover {	background-position: -78px 0;	color: #DF7800 !important;}div.learn_more_button a:active {	background-position: -156px 0;	color: #000000 !important;}
/* Learn More Button Small End */

/* WEBSITE CSS BUTTONS END */

