/* CSS Document */

input.name {
	width: 150px;
	border: 1px solid #000000;
	font: 12pt Times;
	background-color: #ffffff;
}
input.name:hover {
	background-color: #eeeeee;
}
input.name:focus {
	background-color: #eeeeee;
}

input.initial {
	width: 20px;
	border: 1px solid #000000;
	font: 12pt Times;
	background-color: #ffffff;
}
input.initial:hover {
	background-color: #eeeeee;
}
input.initial:focus {
	background-color: #eeeeee;
}


input.misc {
	width: 200px;
	border: 1px solid #000000;
	font: 12pt Times;
	background-color: #ffffff;
}
input.misc:hover {
	background-color: #eeeeee;
}
input.misc:focus {
	background-color: #eeeeee;
}

input.zip {
	width: 100px;
	border: 1px solid #000000;
	font: 12pt Times;
	background-color: #ffffff;
}
input.zip:hover {
	background-color: #eeeeee;
}
input.zip:focus {
	background-color: #eeeeee;
}


textarea.misc {
	width: 400px;
	height: 125px;
	border: 1px solid #000000;
	font: 12pt Times;
	background-color: #ffffff;
}
textarea.misc:hover {
	background-color: #eeeeee;
}
textarea.misc:focus {
	background-color: #eeeeee;
}


select.gradyear {
	border: 1px solid #000000;
	font: 12pt Times;
	background-color: #ffffff;
}
select.gradyear:hover {
	background-color: #eeeeee;
}
select.gradyear:focus {
	background-color: #eeeeee;
}

input.checkbox {
	border: 1px solid #000000;
	font: 12pt Times;
	background-color: #ffffff;
}
input.checkbox:hover {
	background-color: #eeeeee;
}
input.checkbox:focus {
	background-color: #eeeeee;
}


td.seperator {
	height: 20px;
}


/* submission preview styles */


h1 {
	font: 20pt #F54C00 Times;
 	font-weight: bold;
}