@charset "utf-8";
/* CSS Document */

/*
BODY {
	padding: 20px 20px 20px 20px;
	margin: 0px 0px 0px 0px;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0f2e65;
}

IMG {
	border: none;
}
*/
DIV.Clear {
	clear: both;
}
DIV.Show {
	display: block;
}
DIV.Hide {
	display: none;
}


/* SPECIFIC PROPERTIES */
/*
DIV#FileBar {
	float: left;
	width: 435px;
	height: 25px;
	
	padding: 12px 0px 0px 10px;
	
	background-image:url(../images/bar.png);
	background-repeat:no-repeat;
}

DIV#FileButton {
	float: left;
	width: 154px;
	height: 38px;
}
*/
DIV#FileFormError {
	font-weight: bold;
	color:#92000a;
	padding: 12px 0px 12px 0px;
}

DIV#FileFormProgress {
	padding: 12px 0px 12px 0px;
}

DIV#FileSubmit {
	padding: 12px 0px 0px 0px;
}






div#FileFormElements {
	float: left;
	width: 100%;
	padding-bottom: 20px;
}

div#FileBar {
	float: left;
	margin-left: 155px;
	width: 200px;
	height: 15px;
	padding: 3px;
	background-color: #E1EBF6;
	border: 1px solid #B2CCE8;
	border-bottom: 3px solid #B2CCE8;
}

div#FileButton {
	float: left;
	width: 160px;
	height: 39px;
	margin: -7px 0 0 10px;
	background-image: url(../images/button.png);
}
div#FileFormError, 
div#FileFormProgress {
	margin-left: 155px;
}

div#FileFlash {
	background-color: #fff;
}

div#FileSubmit {
	margin-left: 155px;
}