﻿.button
{
	background-image: url(../_images/button.png);
	background-repeat: no-repeat;
	width: 98px;
	height: 20px;
	padding-top: 5px;
	color: #525252;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	font-size: 10px;
	display: block;
}
.button:hover
{
	background-image: url(../_images/button_over.png);
	background-repeat: no-repeat;
	width: 98px;
	height: 20px;
	padding-top: 5px;
	color: #5d07ad;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	font-size: 10px;
	display: block;
}
.bullet_green
{
	background-image: url(../_images/bullet-green.jpg);
	background-repeat: no-repeat;
	height: 20px;
	padding-left: 25px;
	padding-top: 4px;
	color: #525252;
}
.green_seperator
{
	background-image: url(../_images/green_seperator.png);
	background-repeat: no-repeat;
	height: 13px;
	width: 212px;
}
.seperator_black
{
	background-image: url(../_images/seperator_black.png);
	background-repeat: no-repeat;
	height: 1px;
	width: 503px;
	padding-bottom: 3px;
}