@charset "utf-8";
.bg {
	background-image: url(../images/formBG.jpg);
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	width: 720px;
	background-repeat: no-repeat;
	height: 660px;
}
.bg a:link, .bg a:visited {
	text-decoration: none;
	color: #DE6807;
}
.bg a:hover {
	color: #FFE7AA;
}
.boxes {
	background-color: #FFE7AA;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-weight: bold;
	margin: 2px;
}
.questions {
	line-height: 130%;
}
.reset {
	background-attachment: fixed;
	background-image: url(../images/clearButton.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 33px;
	width: 116px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-weight: bold;
}
#reset {
	background-image: url(../images/clearButton.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 33px;
	width: 116px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-weight: bold;
	margin: 3px;
	border:none;
	background-color: #FEBA01;
	font-size: 13px;
}

