﻿
a.rectButton
{
	background: url("../images/button_bg.gif") repeat-x center left;
	border: 2px solid #000000;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;	
	padding: 1px 30px;
	text-decoration: none;
}

a.rectButton:hover
{
	color: #FFFF00;
}

a.rectButton.Cancel
{
	background: url("../images/button_bgred.gif") repeat-x center left;
}