#body-div {
	margin: 8px;
}

.top_header {
	width:100%;	height:100px;
	background-color:#CBE9F9;
	}

.middle_content {
	text-align: left;
	margin-bottom:20px;
	}

.middle_content .instructions {
	width:100%;
	}

.middle_content textarea {
	width:100%;
	height:250px;
	font-size:12px;
	font-family:"Courier","Times New Roman",Georgia,Serif;
	}


.red {
	color:red;
	}

.user_information {
	margin-top:20px;
	margin-left:20px;
	width:270px;
	height:50px;
	}

.user_information label {
	float:left;
	width: 100px;
	}

.user_information input {
	width:158px;
	float:left;
	display:block;
	margin-bottom:10px;
	}

a {
	color:rgb(22,135,232);
}


.submit_buttons {
	width:400px;
	}

.submit_buttons input {
	width:150px;
	}

.submit_buttons button {
	width:150px;	
	}

.bottom_footer {
	width:100%;	height:100px;
	background-color:#DBD4F9;
	}
