label {
	display: block;
	float: left;
	width: 140px;
	min-height: 20px;
	padding-right: 20px;
}

label a {
	cursor: pointer;
}

.control label {
	width: auto;
}

.control label input {
	margin-right: 5px;
}

fieldset {
	border: 1px solid #ccc;
	margin-bottom: 18px;
	padding: 2px 18px 9px;
	float: left;
	width: 616px;
}

legend {
	font-size: 16px;
	padding: 0 6px;
	color:#044476;
	font-family:georgia;
}

ol.steps {
	float: left;
	display: block;
	width: 652px;
	padding: 6px 0 15px;
}

ol.steps li {
	float: left;
	margin-right: 20px;
	color:#818181;
	font-family:georgia,"times new roman",serif;
}

ol.steps li.current {
	color:#044476;
}

label, input, select {
	font-family:georgia,"times new roman",serif;
}

input, select {
	padding: 2px;
}

div.field {
	float: left;
	width: 600px;
	margin: 10px 0;
}

.upload_element {
	overflow: hidden;
	margin-bottom: 10px;
}

input[type="text"]#residential_address, input[type="text"]#postal_address {
	width: 300px;
}

/* -- Errors -- */

#content ul.errors {
	margin: 10px 0;
	float: left;
	width: 100%;
}

.errors {
	clear: both;
	background: #F5D8D5;	
}

#content ul.errors.headmsg {
	clear: none;
	width: 100%;
	float: left;
}

.errors li {
	list-style: none;
	font-size: 12px;
	padding: 10px;
	color: #800000;
	text-shadow: #fff 1px 1px 0;	
}

div.errormsg {
	padding: 9px;
	margin-bottom: 12px;
	font-size: 13px;
	color: #800000;
	text-shadow: #fff 1px 1px 0;
	width: 392px;	
}

/* -- Uploadify specific -- */
#supporting_docsUploader, #cvUploader, #cover_letterUploader {
	float: left;
}

div.filename {
	float: left;
	background: url(/images/icons/page.png) no-repeat left center;
	padding-left: 24px;
	margin: 0;
	min-height: 16px;	
}

div.filename.pdf { background: url('/images/icons/pdf.png') no-repeat left center; }
div.filename.xls, div.filename.xlsx { background: url('/images/icons/excel.png') no-repeat left center; }
div.filename.doc, div.filename.docx { background: url('/images/icons/word.png') no-repeat left center; }
div.filename.ppt, div.filename.pptx { background: url('/images/icons/powerpoint.png') no-repeat left center; }
div.filename.zip { background: url('/images/icons/zip.png') no-repeat left center; }

a.cancel {
	background: url(/images/public/cross.jpg) no-repeat;
	width: 16px;
	height: 0px;
	float: left;
	padding-top: 16px;
	overflow: hidden;
	margin-left: 15px;
}

.uploadifyQueue .fileName, .uploadifyQueue .percentage {
	display: none;
}

.uploadifyQueueItem {
	margin-top: 5px;
	padding: 2px;
	width: auto;
	float: left;
}
.uploadifyError {
	border: 2px solid #FBCBBC !important;
	background-color: #FDE5DD !important;
}
.uploadifyQueueItem .cancel {
	float: right;
}
.uploadifyProgress {
	background: url(/images/public/upload.gif) no-repeat;
	width: 16px;
	height: 16px;
	float: right;
}
.uploadifyProgressBar {
	display: none;
}