/* CSS Document */
/*Controlling the first para*/
#form {
	margin-top: 20px;
	}
/*Controls the position of the column which contains the logos*/
#form2 {
	margin-top: 85px;
	clear: both;
	float: left;
	width: 240px;
	}
#form2 h1 {
	margin-left: 12px;
	margin-bottom: 7px;
	}
/*Controls the position of the logos within the column on the left hand side of the page*/
.formLogo1 {
	padding: 50px 50px;
	}
.formLogo2 {
	padding: 0 25px;
	}
/*Controls the position of the form*/
#candi_reg {
	float: left;
	margin: 40px 0 15px 15px;
	}
/*Conrolling the elements within the form*/
form {
	margin-top: 50px;
	}
fieldset {
	width: 400px;
	padding-left: 50px;
	}
legend {
	font-size: 12px;
	color: #5D6C93;
	}
label {
	padding-right: 10px;
	}
input {
	width: 175px;
	}
.submit {
	margin: 15px 75px;
	}
tr {
	height: 30px;
	}
td {
	text-align: left;
	}
.first {
	font-size: 12px;
	font-weight: bold;
	padding-top: 25px;
	}
.notice {
	padding-top: 20px;
	line-height: 16px;
	padding-right: 20px;
	}
.checkbox {
	width: 15px;
	}
.compulsory {
	background: #FFFFCF;
	}
/*Controlling the title in the Candidate Form*/
.heading {
	padding: 25px 0 15px 0;
	font-weight: normal;
	}
/*Controlling the useful links to the side of the form*/
.links {
	float: right;
	margin-top: 85px;
	margin-right: 15px;
	list-style-type: none;
	}
ul.links li{
	line-height: 20px;
	}
