  /*
 * Last updated: 31/10/2013
 * by Jo Choong
 */

form#standard h4 {
	font-weight:bold;
	font-size: 1.1em;
    padding: 8px 10px;
	-webkit-border-radius:4px 4px 0 0;
	-moz-border-radius:4px 4px 0 0;
	-o-border-radius:4px 4px 0 0;
	border-radius:4px 4px 0 0;
	margin:15px 0 15px;
}

form#standard h4:first-child {
	margin-top:0;
}

form#standard fieldset {
	margin-bottom:15px;	
}

form#standard div.field label.error { 
	display:none; 
	clear:both; 
	font-weight:bold; 
	color: #990000;
}

form#standard div.field .error { 
	clear:both; 
    font-weight:normal;
	color:#666666;
}

form#standard fieldset.field-full-width {
    margin-left: 205px;
    margin-right: 15px;
}

form fieldset label {
	width:14em;
	padding-right:1em;
}

form fieldset label.full-width {
	width:auto;
    float: left;
    font-weight: bold;
    line-height: 1.5em;
    margin: 0 1em 0 0;
}

form fieldset label span {
	font-weight:normal;
	font-style:italic;
}

.round-border {
	color: #414347;
	font-family: Arial,sans-serif;
	font-size: 1em;
	border: 1px solid #CCCCCC;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;
	border-radius:4px;
}

fieldset input[type="text"], fieldset input[type="email"], fieldset textarea {
    padding: 3px 8px;
}

.field-wider {
	width:250px;
}

.field-studentID {
	width:80px;
}

fieldset select {
    padding: 3px 3px 3px 8px;
}

fieldset input[type="text"].other {
	width:120px;
}

/* textarea.area {
    height: 100px;
    padding: 2px;
    width: 450px;
} */

/* I agree to the terms stated above */
form fieldset label.iAgree {
	width: 16em;
}

fieldset input[type="submit"], .submit input#submit_button {
	background-image:url(/images/buttons/submit.gif);
	width:62px;
	background-position:top left;
	height:25px;
	margin:0;
	padding:0;
	border:0;
	cursor:pointer;
}

.submit input#cancel_button {
	background-image:url(/corporate/images/buttons/cancel.gif); 
	width:62px;
	background-position:top left;
	height:25px;
	margin:0;
	padding:0;
	border:0;
	cursor:pointer;
}

.submit input#print_button {
	background-image:url(/corporate/images/buttons/print.gif);
	width:56px;
	background-position:top left;
	height:25px;
	margin:0;
	padding:0;
	border:0;
	cursor:pointer;
}

.submit input#reset_button {
	background-image:url(/corporate/images/buttons/reset.gif);
	width:56px;
	background-position:top left;
	height:25px;
	margin:0;
	padding:0;
	border:0;
	cursor:pointer;
}

.submit input#continue_button {
	background-image:url(/corporate/images/buttons/continue.gif);
	width:74px;
	background-position:top left;
	height:25px;
	margin:0;
	padding:0;
	border:0;
	cursor:pointer;
}

.submit input#next_button {
	background-image:url(/corporate/images/buttons/next.gif);
	width:49px;
	background-position:top left;
	height:25px;
	margin:0;
	padding:0;
	border:0;
	cursor:pointer;
}

/* Minimum left padding for the Submit button box */
form div.submitMinPadding {
	padding-left:20px;	
}

.note {
	text-align:right;
	font-style:italic;
}

/* TABLE */
table .main_table {
    border-collapse: collapse;
    border-right: 1px solid #FFFFFF;
    padding: 0;
}
.main_results_table th {
    background-color: #CCCCCC;
    font-weight: bold;
    padding: 2px 10px 2px 5px;
    text-align: left;
}
.main_results_table td {
    padding: 2px 10px 2px 5px;
    vertical-align: top;
}
.main_results_table tr.dark {
    background-color: #EFEFEF;
}
.main_results_table tr.light {
    background-color: #FFFFFF;
}
.main_results_table tr.darker {
    background-color: #CCCCCC;
    font-weight: bold;
}


/* NOTICE BOX */
#student-type {
	background-color: #fff; text-align: center; padding: 10px; border-radius: 9px 9px 9px 9px; width: 280px;
}
#notice-box-span {
background-color: #fff; 
padding: 10px;
border-radius: 9px 9px 9px 9px;
}
div#notice-box {
	background: none repeat scroll 0 0 #EFEFEF; 
	border: 1px solid #999999;
	padding: 10px 15px; 
	margin-bottom: 10px;
	border-radius: 9px 9px 9px 9px; 
	width:95%; 
}
div#notice-box p strong {
	color: #000000;
}
