form
{
	margin: 0;
	padding: 0;
	}
	
fieldset 
{
	border: none;
	padding: none;
	margin: 5px 0;
	}


legend.step {
	font-size: 90%;
	font-weight: bold;
	color: #023a64;
	margin: 10px 0 5px 0;
	padding: 0 0 5px 0;
	display: block;
	background: transparent url(images/sub-title2.gif) no-repeat bottom left;
}

legend.step span { 
	color: #eb7d00;
}

#Resume {
	margin: none;
	padding: none;
}

label
{
	display: block;
	font-weight: bold;
	font-size: 12px;
	color: #01375d;
	margin: 10px 0 3px 0;
	}
label span {
	color: #eb7d00;
}

#resumeLabel {
	display: block;
	font-weight: bold;
	font-size: 75%;
	line-height: 150%;
	color: #01375d;
	margin: 6px 0 10px 0;
}

input, textarea
{
	border: 1px solid #809eba;
	font-size: 12px;
	padding: 5px;
	color: #01375d;
	}

input[type=image] { border: none; }
input[type=submit] { border: 1px solid #809eba; color: auto; }



div.fileinputs input {
	width: 135px;
}

div.fileinputs {
	position: relative;
	height: 30px;
	width: 300px;
}

input.file {
	/*border: 1px solid #000;*/
	margin: 0;
	cursor: pointer;
}

input.file.hidden {
	position: relative;
	text-align: right;
	top: 10px;
	-moz-opacity:0 ;
	filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
}

img.uploadbutton
{
	margin-left: 5px;
	position: relative;
	top:4px;
	}
	
div.fakefile {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 350px;
	padding: 0;
	margin: 0 5px 0 0;
	z-index: 1;
	line-height: 90%;
	
}

div.fakefile input {
	margin-bottom: 5px;
	margin-left: 0;
	
}
#errorMessages {
	margin: 0 0 10px 12px;
	padding: 0 0 0 0;	
	display: block;
	float: none;
}

#errorMessages li {
	display: block;
	margin: 0 0 6px 0;
	padding: 0 0 0 10px;
	background: transparent url(images/bullet-blue.gif) no-repeat 0 8px;
}

/*
div.fileInput {
	position: relative;
}

div.fakeFile {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

input.file {
	position: relative;
	text-align: right;
	-moz-opacity:0 ;
	filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
}*/