﻿div.SimpleButton1
{
	width: 90px;
	background-image: url('Images/Button/Right.png');
	background-position: right;
	background-repeat: no-repeat;
}

div.SimpleButton2
{
	background-image: url('Images/Button/Left.png');
	background-position: left;
	background-repeat: no-repeat;
}

div.SimpleButton3
{
	background-image: url('Images/Button/Center.png');
	margin: 10px;
	padding: 6px 0px 0px 0px;
	height: 24px;
	text-align: center;
}

div.SimpleButton1 a
{
	color: White;
	text-decoration: none;
}

div.SimpleButton1 a:hover
{
	color: #ff0e52;
}
