@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	margin-top: 20px;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	min-width: 650px;
}

#fileuploader {
	margin: 0 auto;
	width: 710px;
	border-style: solid;
	border-color:#666666;
	border-width: 1px;
	padding: 20px;
	font-family: Arial, Helvetica, sans-serif;

}

.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #666666;
}
.style2 {color: #CC0000}
.style3 {
	font-size: 24px;
	font-weight: bold;
}
.style4 {
	font-size: 12px;
	font-weight: bold;
}
.style5 {font-size: 12px}
.style6 {
	color: #666666;
	font-weight: bold;
	font-size: 12px;
}

.form_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-top: 8px;
}

