﻿* {margin: 0px;padding: 0px;}

html, body {
	width: 100%;
	height: 100%;
}
	
body {
	font-size:62.5%;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 2.4em;
	font-weight: normal;
	color: #9D9E9C;
}
	
p, strong {
	font-size: 1.1em;
	line-height: 1.4em;
}
	
.spacer {
    margin-top:5px;
    font-size: 1.1em;
	line-height: 1.1em;
}
	
#main {
	/*width: 970px;
	margin: auto;
	border: 1px solid #9E9E94;
	border-top: 0px;
	background-color: #FFFFFF;*/
	font-size: 1.1em;
}

#submitted {
	/*width: 970px;
	margin: auto;
	border: 1px solid #9E9E94;
	border-top: 0px;
	background-color: #FFFFFF;*/
	font-size: 1.1em;
}
	
td {font-size:75%;}

/*
.form_req {
	margin-left: 0.5em;
	font-weight: bold;
	}
*/
.form_label {
	font-weight: bold;
	font-size: 90%;
	color: black;
}

.error_form_label {
	font-weight: bold;
	font-size: 90%;
	color: red;
}

.light_form_label {
	font-size: 90%;
	color: black;
}

.light_error_form_label {
	font-size: 90%;
	color: red;
}
	
.text_label {
	font-weight: normal;
	font-size: 90%;
}

.error_text_label {
	font-weight: normal;
	font-size: 90%;
	color: red;
}
	
.radio_label {
	font-weight: normal;
	font-size: 90%;
	color: black;
}

.error_radio_label {
	font-weight: normal;
	font-size: 90%;
	color: red;
}

.long_form_text {
	width: 536px;
	display: block; /* test */
	margin-top: 1px;
	font-size: 90%;
}
		
.form_text {
	width: 253px;
	display: block; /* test */
	margin-top: 1px;
	font-size: 90%;
	padding-left: 2px;
}

.student_form_text {
	width: 138px;
	/* display: block; test */
	margin-top: 1px;
	font-size: 90%;
	padding-left: 2px;
}

.form_select {
	width: 253px;
	display: block; /* test */
	margin-top: 2px;
	font-size: 90%;
}
	
.simple_form_select {
	margin-top: 2px;
	font-size: 90%;
}
	
.form_select {
	width: 253px;
	display: block; /* test */
	margin-top: 2px;
	font-size: 90%;
}
	
.form_textarea {
	width: 253px;
	height: 5.5em;
	display: block; /* test */
	margin-top: 2px;
}
	
.form_radio {
	position: relative;
	top: 2px;
}
	
.form_checkbox {
}	
	
tr.FormSpacing td {
    padding-top: 10px;

}

.StudentSpacing {
    padding-top: 10px;
}

.dotted_line {
	margin: 0px 0px -12px 0px;
	background-image: url(../images/separator.stripe.gif);
	background-position: top;
	background-repeat: repeat-x;
	width: 566px;
}
	
.spacer_dotted_line {
	margin: 1px 0px -12px 0px;
	background-image: url(../images/separator.stripe.gif);
	background-position: top;
	background-repeat: repeat-x;
	width: 566px;
}

input.reset, a.button, a.button:hover 
{
    font-size: 90%;
	color: #000000;
	text-decoration: none;
	text-transform: lowercase;
	border-color: #565656;
	border-style: solid;
	border-width: 1px;
	background-color: #E9EAE9;
	padding: 0px 4px 0px 5px;
}

.buttondiv
{
    width: 566px;
    height: 50px;
}