.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #463361;
	margin-left: 5px;
	padding-left: 5px;
	text-align:left;
	line-height:18px;
	margin-top: 15px;
	margin-bottom:5px;
	margin-right: 20px;
}
.text2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #463361;
	margin-left: 5px;
	padding-left: 5px;
	text-align:left;
	line-height:18px;
	margin-top: 15px;
	margin-bottom:5px;
	margin-right: 20px;
	width: 400px;
}
.link {
	font-weight: bold;
	color: #8D57C7;
}
.imagebox { /* temporary image holder */
	height: 600px;
	width: 600px;
	background: #F8F8F8;
	border: 1px solid #CCCCCC;
}
#topbar {
	width: 1029px;
	background: #FFFFFF;
	position:fixed;
	z-index:10; /* Prevents certain problems with form controls */
}
#content { /* 14.8em = height of #topbar */
	padding-top: 14.8em;
}
.submit {
	background-color: #039;
}
.formborders {
	border: 1px #000;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
}
.formbackground {
	background-color: #FFF;
	border: 0px none #FFF;
}
body {
	position: relative;
	left: 15%;
	top: auto;
	right: 70%;
}
