
html {
  background: #496799 url('tux-world.jpg') fixed 50% 50%;
}

body {
  text-align: center;
  font-family: sans-serif;
  width: 45em;
  margin: 2ex auto;
  margin-top: 8%;
  border: #222222 2px outset;
}

h1 a {
  text-decoration: none;
  color: black;
  border-bottom: #222222 1px dotted;
}

optgroup {
	color: #808080;
}

optgroup option {
	color: black;
}

#content {
  padding: 1em;
  //background: white url(logo.gif) 10px 50% no-repeat;
  background: white;
  min-height: 340px;
}

#upload, #progress {
  width: 32em;
  margin: 5ex auto;
}

#upload table {
  width: 100%;
}

#upload .config {
  font-size: smaller;
}

#upload .info {
  text-align: left;
  font-size: smaller;
  border-bottom: #222222 1px dashed;
}

#upload .more {
  margin-top: 3em;
  cursor: pointer;
}

/*
#upload .more:after {
  content: ' ▼';
}
*/

#upload .activation {
  text-align: left;
  font-style: italic;
}

#upload .label {
  text-align: left;
  vertical-align: top;
  font-size: smaller;
}

#upload .field {
  text-align: right;
  vertical-align: bottom;
}

#moreoptions {
  display: none;
}

#copyright {
  font-size: smaller;
}

.error, .message {
  width: 38em;
  margin: 5ex auto;
  padding: 1ex 1ex 1ex 60px;
  min-height: 3em;
}

.error {
  border: red 2px solid;
  background-color: #FBB;
  background: #FBB url(error.png) no-repeat 20px 50%;
}

.message {
  border: green 2px solid;
  background-color: #BFB;
  background: #BFB url(ok.png) no-repeat 20px 50%;
}

.message p:before {
  padding-right: 1ex;
}

#upload_time {
	padding: 0;
	margin: 0;
	margin-top: -4ex;
	margin-bottom: 2em;
	color: #222222;
	font-size: smaller;
}

#form_fieldset, #progress_fieldset {
	padding: 10px;
	padding-top: 20px;
	border: 1px outset #222222;
}


#progress_fieldset .upload_bar {
	position: relative;
	width: 28em;
	height: 20px;
	margin: 15px auto 5px auto;
	padding: 0;
	border: 2px inset #7f7f7f;
	text-align: left;
}

#progress_fieldset #progress_bar {
	height: 100%;
	width: 0%;
	margin: 0;
	padding: 0;
	border: none;
	background: #2525a6 url(bar.png) repeat fixed top left;
}

#progress_fieldset #percent {
	position: absolute;
	top: 2px;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	border: none;
	text-align: center;
	font-weight: bold;
	font-size: small;
	color: #222222;
}

#progress_fieldset .time {
	float: left;
	margin: 0;
	padding: 0;
	width: 33%;
	text-align: left;
	font-size: small;
}
#progress_fieldset .speed {
	float: left;
	margin: 0;
	padding: 0;
	width: 33%;
	text-align: right;
	font-size: small;
}
#progress_fieldset .status_txt {
	float: left;
	margin: 0;
	padding: 0;
	width: 33%;
	text-align: center;
	font-size: small;
}

#progress_fieldset .desc {
	font-weight: bold;
}

.clear {
	clear : both;
	visibility : hidden;
}
