body
{
}

.regenerateButton
{
	font-family:Arial;
	font-size:8;
	outline-width:0px;
	border-width:0px;
	background-image: url(images/regenButton.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	text-align: center;
	color:#ffffff;
	vertical-align:top;
	padding-top:8px;
	text-decoration:none;
	display:block;
	/*float:right;*/
}
a.regenerateButton:hover
{
	color: #FBAF35;
	text-decoration: none; 
	background-image: url(images/Generate_X.gif);
}
.newRegenButton
{
	background-image: url(images/Generate_O.gif);
	background-position:left top;
	background-repeat:no-repeat;	
}
a.newRegenButton:hover
{
	background-image: url(images/Generate_X.gif);
}