label,input {
	display: block;
	width: 200px;
	float: left;
	margin: 0px 0px 10px 0px;
	font-family: "Trebuchet MS", Verdana;
	font-size: 12px;
}

label {
	text-align: right;
	width: 150px;
	padding: 0px 20px 0px 0px;
	font-family: "Trebuchet MS", Verdana;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
}

fieldset{
	margin-top: 20px;
	padding: 10px;
}

legend{
	color: #0046d5;
}
.mandatory{
	color: #CC0000;
}

#applyForm{

margin-left: 50px;}
