*
{
	margin:0;
	padding:0;
}
BODY
{
	font-family:arial,sans-serif,helvetica;
	font-size:1em;
	background-image:url(/img/body.jpg);
}

IMG
{
	border:none;
}
FIELDSET
{
	padding:10px;
	background-image:url(/img/fieldset/background.jpg);
	background-repeat:repeat-x;
	border:dotted 1px rgb(102,102,102);
}
FIELDSET .errors
{
	color:rgb(204,0,0);
	font-size:0.8em;
	margin-bottom:10px;
	list-style-type:square;
	margin-left:15px;
}

A.button
{
	display:block;
	border:none;
	border-top:solid 2px rgb(57,153,185);
	border-bottom:solid 1px rgb(204,204,204);
	border-right:solid 1px rgb(204,204,204);
	border-left:solid 1px rgb(204,204,204);
	background-color:rgb(255,255,255);
	color:rgb(102,102,102);
	font-size:0.8em;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
	background-image:url(../img/buttons/background.jpg);
	background-repeat:repeat-x;
	text-align:left;
	text-decoration:none;
	float:left;
	margin-right:5px;
}
A:Hover.button
{
	border-top:solid 2px rgb(153,204,51);
}