﻿/* CSS definition file containing sitestyle stylesheets */

body {
	margin-top:0;
	margin-left:0;
	margin-right:0;
	padding:0;
	font-family:Tahoma, Verdana, Sans;
	font-size:80%;
	background-color:#ffffff;
	color:#cc3399;
}
img {
	display: block;
	margin: 0 auto;
}
#submit-button {
	width: 87px;
	height: 87px;
	background: url(../images/submit.gif);
	border: 0;
	cursor: pointer;
}
#reset-button {
	width: 87px;
	height: 87px;
	background: url(../images/reset.gif);
	border: 0;
	cursor: pointer;
}
#buttons {
	margin: 20px auto;
	width: 174px;
}
