@CHARSET "UTF-8";

#upload-submitted {
	font-family: Arial;
	color: #ffffff;
	line-height: 1.2em;
	font-size: 14px;
}

#label-name {
	font-family: Arial;
	color: #ffffff;
	line-height: 1.2em;
	font-size: 14px;
	text-align: right;
	padding-top: 8px;
}

#label-email {
	font-family: Arial;
	color: #ffffff;
	line-height: 1.2em;
	font-size: 14px;
	text-align: right;
	padding-top: 8px;
}

#label-error {
	font-family: Arial;
	color: #ffffff;
	line-height: 1.2em;
	font-size: 14px;
	padding-top: 8px;
}

#field-name {
	border: 1px #000000 solid;
	backgound: none;
	width: 340px;	
	font-family: Arial;
	font-size: 14px;
}

#field-email {
	border: 1px #000000 solid;
	backgound: none;
	width: 340px;
	font-family: Arial;
	font-size: 14px;
	
}

#btn-upload {
	cursor: pointer;
	margin-bottom: 8px;
	background: #000000;
	font-family: Arial;
	font-weight: bold;
	color: #ffffff;
	font-size: 14px;
	height: 30px;
	padding: 0px 15px;
	border: none;
	border-collapse: : collapse;
}

#btn-submit {
	cursor: pointer;
	margin-bottom: 8px;	
	background: #000000;
	font-family: Arial;
	font-weight: bold;
	color: #ffffff;
	font-size: 14px;
	height: 30px;
	padding: 0px 15px;
	border: none;
	border-collapse: : collapse;
}
