﻿html
{
	font-size: 101%; 
	margin:0;
	padding:0;
	background-color:#CCCCCC; /*#C8C9CB;*/ /*#DCDCDC; */
}

body 
{
	font-size: 76%; 
	line-height: 1.3; 
	font-family: verdana, arial, helvetica, sans-serif;
	margin:0;
	padding:0;
	background-color:#CCCCCC; /*#C8C9CB;*/ /*#DCDCDC; */
}

.fileUploadContainer
{
	position:relative;
	z-index: 2;
	width: 580px;
	height:20px;
	padding:0;
	float:left;
	top: 2px;
	margin: 0 0 0 -40px;
	display: block;
	filter:alpha(opacity: 0);
	-moz-opacity:0;
	-webkit-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
	/*
	filter:alpha(opacity=40);
	 -moz-opacity:0.40;
	 -khtml-opacity: 0.40;
	 opacity: 0.40;
	 border:1px solid #000;
	*/
}

.fileUpload1
{
	position:relative;
	float: right;
	display: inline;
	width:80px;
	cursor:pointer;
}

.fauxContainer
{
	position:relative;
	z-index: 1;
	float: left;
	clear:both;
	top: -20px;
	margin: 0;
	display: block;
	width:580px;
	height: 25px;
	overflow:hidden;
}

.fauxUpload
{
	position:relative;
	padding: 1px 0;
	float: left;
	display: inline;
	width: 452px;
	margin-right:0.5em;
	color: #000;
	background-color:#fff;
	border:1px solid #787878;
	height: 20px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
}

.faux 
{
	position:relative;
	float: left;
	display: inline;
	width: 80px;
	cursor:pointer;
}