* {
    padding: 0px; margin: 0px; -moz-box-sizing: border-box;
    font-size: 11px;
    font-family: Arial;
}
p { margin-bottom: 15px; }

body { background: none; }

.field { background: #E9E9E9; font-family: verdana; font-size: 11px; padding: 4px 11px 4px 11px; }
.field input {  }

.i, .iF { border: 1px solid #CCCCCC; font-family: verdana; font-size: 11px; padding: 3px 4px 3px 4px; background: #F3F6F9; }
.iF { background: #FFFFFF; }

.s, .sF { border: 1px solid #CCCCCC; font-family: verdana; font-size: 11px; background: #F3F6F9; }
.sF { background: #F9F9F9; }

.t, .tF { border: 1px solid #CCCCCC; font-family: verdana; font-size: 11px; background: #F3F6F9; }
.tF { background: #F9F9F9; }





#loading { display: none; background: #FF9900; }
#loading img { float: left; margin-right: 5px;  }
#loading span  { font-weight: bold; line-height: 16px; float: left; }




.file_button {
	background: #CCCCCC;
	background: -moz-linear-gradient(top, #eee 0%, #ccc 100%);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eee), to(#ccc));
	border: 1px solid #ccc;
	border-bottom: 2px solid #bbb;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #666;
	font-size: 11px;
	font-weight: bold;
	text-shadow: 0 1px 0 #eee;
	line-height: 18px;
	padding: 1px 7px 0px 7px;
	position: absolute;
	z-index: 1;
	display: inline;
}

.file_button:hover {
	background: #ddd;
	background: -moz-linear-gradient(top, #ddd 0%, #bbb 100%);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ddd), to(#bbb));
	border: 1px solid #bbb;
	border-bottom: 2px solid #999;
	cursor: pointer;
	text-shadow: 0 1px 0 #ddd;
	text-decoration: none;
	color: #444444;
}

.file_button:active {
  border: 1px solid #aaa;
  border-bottom: 2px solid #888;
  -moz-box-shadow: inset 0 0 5px 2px #aaa, 0 1px 0 0 #eee;
  -webkit-box-shadow: inset 0 0 5px 2px #aaa, 0 1px 0 0 #eee;
  box-shadow: inset 0 0 5px 2px #aaa, 0 1px 0 0 #eee;
}


.file_button img {
	vertical-align: middle;
	margin-bottom: 2px;
	margin-right: 5px;
}

.file_input {
	opacity: 0.0; MoZOpacity: 0.0; filter: alpha(opacity=0);;
	position: absolute;
	z-index: 2;
	width: 300px;
	text-align: right;
	margin-left: -230px;
}








.button {
	background: #CCCCCC;
	background: -moz-linear-gradient(top, #eee 0%, #ccc 100%);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eee), to(#ccc));
	background: linear-gradient(#EEEEEE 60%, #CCCCCC 90%);
	-pie-background: linear-gradient(#EEEEEE 60%, #CCCCCC 90%);
	behavior: url('../includes/css/PIE.htc');
	border: 1px solid #ccc;
	border-bottom: 2px solid #bbb;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #666;
	font-size: 11px;
	font-weight: bold;
	text-shadow: 0 1px 0 #eee;
	line-height: 18px;
	padding: 2px 8px 1px 5px;
	float: right;

}

#divFileProgress {
	background: #DDD;
	background: -moz-linear-gradient(top, #F4F4F4 0%, #DDD 100%);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F4F4F4), to(#DDD));
	background: linear-gradient(#F4F4F4 60%, #DDD 90%);
	-pie-background: linear-gradient(#F4F4F4 60%, #DDDDDD 90%);
	behavior: url('../includes/css/PIE.htc');

	border: 1px solid #ccc;
	border-bottom: 2px solid #bbb;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #666;
	font-size: 11px;
	font-weight: bold;
	text-shadow: 0 1px 0 #eee;
	line-height: 16px;
	width: auto;

}


#upload_button_container {
	position: absolute;
	z-index: 1;
	margin-top: -10px;
}


#divFileProgress {
	line-height: 16px;
}


#divFileProgressContainer {
	width: 190px;
	position: absolute;
	z-index: 2;
	margin-top: -20px;
}


#divFileProgress {
}


.progressBarStatus {
	font-size: 7pt;
	font-family: Arial;
	text-align: left;
	white-space: nowrap;
	margin: 0px 4px;
}

.progressBarInProgress,
.progressBarComplete,
.progressBarError {
	font-size: 0;
	width: 0%;
	height: 3px;
	background-color: #00cc00;
	margin-top: 2px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#thumbnails {
	display: none;
}


.progressName {
	height: 16px;
	overflow: hidden;
	margin: 0px 4px;
	font-weight: normal;
	font-family: arial;
	font-size: 11px;
}
