body {
	line-height: 13px;
	padding: 10px;
	margin-left: 5px;
	font-weight: bold;
	text-align: left;
	color: white;
	font-size: 12px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}
input {
	height: 25px;
	background-color: transparent;
	background-image: url(sitePictures/linksBackground.png);
	color: white;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	text-align: left;
	width: 870px;
	border-color: black;
	border-style: solid;
	border-width: 1px;
}
textarea {
	max-height: 80px;
	max-width: 870px;
	height: 80px;
	border-color: black;
	border-width: 1px;
	border-style: solid;
	color: white;
	background-color: transparent;
	background-image: url(sitePictures/linksBackground.png);
	width: 870px;
}
.submit {
	left: 790px;
	bottom: 14px;
	position: relative;
	display: block;
	background-color: #ff8000;
	border-color: black;
	border-style: solid;
	border-width: 1px;
	color: white;
	padding: 5px;
	text-align: center;
	width: 80px;
}

