﻿/* 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;
}
fieldset {
	border: 0;
}
label {
	float: left;
	margin-right: 10px;
	background: url(../images/email.gif);
	width: 55px;
	height: 18px;
}
input {
	float: left;
}
#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;
}
div {
	clear: left;
}
#form {
	width: 250px;
	margin: 20px 0 20px 40px;
	float: left;
}
#buttons {
	margin: 20px auto;
	width: 174px;
}

