/* start contact, family, age details, assistance, uniform request fieldsets */
#applform #applicant p label, #applform #family p label, #applform #agedetails p label, #applform #assistance p label, 
#applform #uniformreq p label, #applform #coursedetails p label, #applform #submission p label {	/* sets width of label */
	width: 44%;
}
#applform #applicant input, #applform #family input, #applform #agedetails input, #applform #assistance input, 
#applform #coursedetails input, #applform #submission input {	/* Sets width of field input */
	width: 260px;
	margin-left: 6px;
}
#applform #applicant textarea, #applform #family textarea, #applform #assistance textarea, #applform #uniformreq textarea, 
#applform #coursedetails textarea {
	width: 260px;
}
#applform #agedetails input, #applform #submission #submitdate {	/* Sets width od date input */
	width: 100px;
}

/* 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 */

/* start family children table - school uniform form */
#applform #family #brosis2 #name {	/* Name th, td width*/
	width: 40%;
}
#applform #family #brosis2 #age {	/* Age th, td width*/
	width: 15%;
}
#applform #family #brosis2 #name1, #applform #family #brosis2 #name2, #applform #family #brosis2 #name3, 
#applform #family #brosis2 #name4, #applform #family #brosis2 #name5 {	/* Name input width */
	width: 90%;
}
#applform #family #brosis2 #age1, #applform #family #brosis2 #age2, #applform #family #brosis2 #age3, 
#applform #family #brosis2 #age4, #applform #family #brosis2 #age5 {	/* Age input width */
	width: 80%;
}
#applform #family #brosis2 #school1, #applform #family #brosis2 #school2, #applform #family #brosis2 #school3, 
#applform #family #brosis2 #school4, #applform #family #brosis2 #school5 {	/* School input width */
	width: 80%;
}

/* start uniform required table - uniform request form*/
#applform #uniformreq #uniform #item {	/* Item th, td width*/
	width: 70%;
}
#applform #uniformreq #uniform #item1, #applform #uniformreq #uniform #item2, #applform #uniformreq #uniform #item3, 
#applform #uniformreq #uniform #item4, #applform #uniformreq #uniform #item5, #applform #uniformreq #uniform #item6 
{	/* Item input width */
	width: 90%;
}
#applform #uniformreq #uniform #cost1, #applform #uniformreq #uniform #cost2, #applform #uniformreq #uniform #cost3, 
#applform #uniformreq #uniform #cost4, #applform #uniformreq #uniform #cost5, #applform #uniformreq #uniform #cost6, 
#applform #uniformreq #uniform #totala {	/* Cost input width */
	width: 60%;
}
#applform #uniformreq #uniform #total {
	text-align: right;
	padding-right: 22px;
	font-weight: bold;
	background-color: #FFFFFF;
	border:none;
}

/* start other financial support promised table */
#applform #assistance #othersupport #itemb {	/* Item th, td width*/
	width: 70%;
}
#applform #assistance #othersupport #itemb1, #applform #assistance #othersupport #itemb2, 
#applform #assistance #othersupport #itemb3, #applform #assistance #othersupport #itemb4, 
#applform #assistance #othersupport #itemb5, #applform #assistance #othersupport #itemb6 
{	/* Item input width */
	width: 90%;
}
#applform #assistance #othersupport #costb1, #applform #assistance #othersupport #costb2, 
#applform #assistance #othersupport #costb3, #applform #assistance #othersupport #costb4, 
#applform #assistance #othersupport #costb5, #applform #assistance #othersupport #costb6, 
#applform #assistance #othersupport #totalb {	/* Cost input width */
	width: 60%;
}
#applform #assistance #othersupport #total2 {
	text-align: right;
	padding-right: 22px;
	font-weight: bold;
	background-color: #FFFFFF;
}
#applform #assistance #othersupport #na4td {
	text-align: right;
	padding-right: 22px;
	background-color: #FFFFFF;
}

/* start other financial support applied for table */
#applform #assistance #othersupport2 #itemc {	/* Item th, td width*/
	width: 70%;
}
#applform #assistance #othersupport2 #itemc1, #applform #assistance #othersupport2 #itemc2, 
#applform #assistance #othersupport2 #itemc3, #applform #assistance #othersupport2 #itemc4, 
#applform #assistance #othersupport2 #itemc5, #applform #assistance #othersupport2 #itemc6 
{	/* Item input width */
	width: 90%;
}
#applform #assistance #othersupport2 #costc1, #applform #assistance #othersupport2 #costc2, 
#applform #assistance #othersupport2 #costc3, #applform #assistance #othersupport2 #costc4, 
#applform #assistance #othersupport2 #costc5, #applform #assistance #othersupport2 #costc6, 
#applform #assistance #othersupport2 #totalc {	/* Cost input width */
	width: 60%;
}
#applform #assistance #othersupport2 #total3 {
	text-align: right;
	padding-right: 22px;
	font-weight: bold;
	background-color: #FFFFFF;
}

/* Start Amount raised by own efforts */
#applform #assistance #ownefforts {
	width: 120px;
}
#applform #assistance #othersupport2 #na5td {
	text-align: right;
	padding-right: 22px;
	background-color: #FFFFFF;
}

/* 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%;
}
#applform .supportp {
	clear: left;
	margin-left: 100px;
	margin-top: -7px;
}


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