#applform {
	background-color: #FFFFFF;
	padding: 4px 8px 12px;
	border: 1px solid #a7a7a7;
	margin-left: 18px;
	margin-right: 12px;
	width: 90%;
	font-size: 80%;
}
.req {
	color: #990033;
	font-weight: bold;
	clear: right;
	float: right;
	margin-right: 10%;
	font-size: 90%;
}
.req2 {
	color: #990066;
	font-weight: bold;
}
.whitebg {
	background-color: #FFFFFF;
}


/* start global form styles */
#applform {
	padding-bottom: 6px;
}
#applform fieldset {
	padding-bottom: 6px;
	width: 96%;
	border: 1px solid #08308C;
	margin-top: 8px;
	background-image: url(../images/fieldset-bg.gif);
	background-repeat: repeat-x;
}
#applform legend {
	font-weight: bold;
	color: #08308C;
}
#applform h2 {
	font-size: 110%;
}
#applform h3 {
	font-size: 100%;
	margin-top: .5em;
	margin-bottom: 0px;
}
#applform h4 {
	font-size: 100%;
	font-weight: normal;
	margin-top: .5em;
	margin-bottom: 0px;
}
#applform p {
	font-size: 90%;
}


#applform ol {
	margin-left: 18%;
	margin-top: .5em;
}
#applform ol+p {
	font-size: 100%;
}
#applform li {
	margin-top: 0px;
	margin-bottom: .5em;
}
#applform label {
	margin-left: 2px;
}
#applform p label {
	float: left;
	text-align: right;
	line-height: 170%;
}
#applform input {
	margin-left: 6px;
	border: 1px solid #999999;
	height: 18px;
	margin-bottom: 2px;
	background-image: url(../images/input-bg.gif);
	background-repeat: no-repeat;
}
#applform textarea {
	height: 72px;
	margin-left: 6px;
	border: 1px solid #999999;
	margin-bottom: 2px;
	background-image: url(../images/textarea-bg.gif);
	background-repeat: no-repeat;
}
#applform select {
	margin-left: 6px;
}
/* end global form styles */

/* start global tables */
#applform table {
	font-size: 90%;
	width: 97%;
	margin-left: 1em;
	border-collapse: collapse;
	margin-bottom: 1em;
	margin-top: 6px;
	background-color: #CCCCCC;
}
#applform th {
	color: #FFFFFF;
	background-color: #088C7F;
	text-align: left;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
}
#applform td {
	padding-top: 3px;
	padding-right: 2px;
	padding-left: 5px;
	background-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}
#applform td input {
	margin-left: 0px;
	height: 16px;
	width: 60%;
}
/* end global tables */

/* start grant details fieldset */
#applform #grant p label {
	width: 44%;
	margin-right: 10px;
}
#applform #grant input {
	width: 24px;
	margin-left: 4px;
}
/* end grant details fieldset */




/* Other styles */
#applform #submission #true, #applform #educhistory #na1, #applform #family #na2, 
#applform #assistance #na3, #applform #assistance #na4, #applform #assistance #na5 {	/* width of non applicable checkboxes */
	width: 20px;
}
#applform .cblabel {	/* width of Checkbox labels */
	width: 44%;
}


/*	Submit button, etc. */
#applform #submission .p120pc {
	line-height: 120%;
}
#applform #submission #initials {
	width: 60px;
}
#applform #submission p #submit {
	width: 26em;
	margin-left: 32%;
	margin-top: 6px;
	clear: left;
	background-image: url(../images/submit-bg.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-weight: bold;
	height: 28px;
}
