.button_div {
	background-image: url(img/purple_modules/purp_back_button.jpg);
	background-repeat: no-repeat;
	height: 25px;
	width: 75px;
	text-align: center;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px 0px 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: transparent;
	font-size: 9px;
	font-weight: bold;
	cursor:pointer;
}
.button_wht_div {
	background-image: url(../images/button_stars.gif);
	background-repeat: no-repeat;
	height: 35px;
	width: 75px;
	text-align: center;
	color: #CC6699;
	margin: 0px;
	padding: 0px 0px 1px 18px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: transparent;
	font-size: 10px;
	font-weight: bold;
	cursor:pointer;
	background-position: left;
}
.button_wht_div_100 {
	background-image: url(../images/button_stars.gif);
	background-repeat: no-repeat;
	height: 35px;
	width: 100px;
	text-align: center;
	color: #CC6699;
	margin: 0px;
	padding: 0px 0px 1px 18px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: transparent;
	font-size: 10px;
	font-weight: bold;
	cursor:pointer;
	background-position: left;
}
.button_wht_div_links {
	background-image: url(../images/button_stars.gif);
	background-repeat: no-repeat;
	text-align: left;
	color: #FFFFFF;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: transparent;
	font-size: 10px;
	font-weight: bold;
	cursor:pointer;
	background-position: left;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 22px;
	width: 70px;
	height: 10px;
	padding-top: 12px;
}
.button_wht_div_links_right {
	background-image: url(../images/button_stars.gif);
	background-repeat: no-repeat;
	text-align: left;
	color: #FFFFFF;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: transparent;
	font-size: 10px;
	font-weight: bold;
	cursor:pointer;
	background-position: left;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 18px;
	width: 75px;
	height: 10px;
	padding-top: 8px;
	float: right;

}
.buttons_float_right {
	float: right;
	width: 100px;	
}
.2_button_cont {
	width: 160px;
	margin-right: 95px;
	margin-left: 95px;
	position: relative;
}

a.buttons:link {
	color: #CC6699;
	font-weight: bold;
	text-decoration: none;
	padding-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin-top: 5px;
}
a.buttons:visited {
	font-weight: bold;
	color: #CC6699;
	text-decoration: none;
	padding-top: 5px;
}
a.buttons:hover {
	color: #669900;
	text-decoration: none;
	padding-top: 5px;
}
