.progress-wrapper {
	display: block;
	position: relative;
	margin: 2px 5px 2px 0; 
}

.progress-container {
  border: 1px solid #ccc; 
  display: block; 
  padding: 0;
  margin: 0; 
  background: #f1f1f1;
   height: 15px;
}

.progress {
  height: 15px;
  display: block;
  background: white url(progress.jpg) repeat-x;
  width: 0%;
}

/* @group Stuff */

.wb-clearer {
	clear: both;
}

/* @end */

/* @group Form Labels */

.wb-label {
	margin: 5px 0 0;
	color: #333333;
	font: bold 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	display: block;
}

/* @end */

/* @group Login Panel */

#wb-login%id% {
	display: block;
	width: 77px;
	height: 27px;
	line-height: 26px;
	text-align: center;
	color: #ffffff;
	text-decoration: none;
	font: normal 11px "Lucida Grande", Lucida, Verdana, sans-serif;
	float: left;
	border: none;
	background: transparent url(btn-small.png) no-repeat center center;
}

a#wb-login%id% {
	line-height: 25px;
}

a:active #wb-login%id% {
	margin-top: 1px;
	margin-left: 1px;
}

/* @end */

/* @group Form Structure */

/* Main form wrapper */

#wb-wrapper%id% {
	display: block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #ffffff;
	border: 1px solid #cdcdcd;
	padding: 5px;
	margin-top: 25px;
	margin-bottom: 25px;
}

#ulForm {
	background: #f1f1f1;
	border: 1px solid #cdcdcd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

/* Container wrapper */

#%id%-container {
	padding: 20px;
}

/* Inpit fields */

#ulForm input,
#ulForm textarea,
#ulForm password {
	display: block;
	width: 99%;
	border: 1px solid #888888;
	color: #929292;
	font: 18px "Lucida Grande", Lucida, Verdana, sans-serif;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

/* @end */

/* @group Select files and upload files buttons */

#wb-selectButton%id% {
	display: block;
	width: 77px;
	height: 27px;
	text-align: center;
	color: #ffffff;
	text-decoration: none;
	font: normal 11px "Lucida Grande", Lucida, Verdana, sans-serif;
	float: left;
	border: none;
	background: transparent url(btn-small.png) no-repeat center center;
	float: left;
	margin: 0;
	border: none;
}

a#wb-selectButton%id% {
	line-height: 26px;
}

#wb-uploadfiles%id% {
	display: block;
	width: 77px;
	height: 27px;
	text-align: center;
	color: #ffffff;
	text-decoration: none;
	font: normal 11px "Lucida Grande", Lucida, Verdana, sans-serif;
	float: right;
	border: none;
	background: transparent url(btn-small.png) no-repeat center center;
	float: left;
	margin: 0;
	border: none;
	margin-left: 20px;
}

a#wb-uploadfiles%id% {
	line-height: 26px;
}

a:active #wb-selectButton%id%,
a:active #wb-uploadfiles%id% {
	margin-top: 1px;
	margin-left: 1px;
}

/* @end */

/* @group Footnotes */

#wb-footNote1 {
	margin: 0;
	color: #333333;
	font: bold 12px "Lucida Grande", Lucida, Verdana, sans-serif;
}

#wb-footNote2 {
	margin: 0;
	color: #929292;
	font: normal 11px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 15px;
}

/* @end */

/* @group File list */

/* This is the list of files, generated and displayed below the comments box after the select option has been used. The main wrapper for the list is called #filelist and the list of selected files is formed using a simple HTML <ul> / <li> structure. The remove button added is a normal HTML link, picking up styles used by the RapidWeaver theme */

#filelist {
	display: block;
	position: relative;
	font: normal 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-top: 20px;
	margin-bottom: 20px;
}

#filelist ul {
	padding: 0;
	display: block;
	position: relative;
	margin: none;
}

#filelist li {
	display: block;
	padding: 10px 0 10px 28px;
	margin: 0;
	line-height: 28px;
	background: transparent url(files.png) no-repeat left center;
}

#filelist a {
	margin-right: 10px;
	padding-left: 28px;
	height: 28px;
	line-height: 28px;
	display: block;
	float: right;
	text-decoration: none;
	outline: none;
	border: none;
	background: transparent url(cancel.png) no-repeat left center;
	color: #626b75;
	font-weight: normal;
	font-style: normal;
}

#filelist a:hover {
	border: none;
	outline: none;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #212121;
}

/* @end */


/* @group Fail and Success messages */

/* Login Failed */

#wb-loginfailed {
	background: transparent; 
	color: #FF0000; 
	display: none; 
	text-align: center; 
	margin-top: 10px;
}

/* Error uplaoding files or submitting the form */

#wb-errorUpload {
	display: none;
	position: relative;
	font: normal 13px "Lucida Grande", Lucida, Verdana, sans-serif;
	background: #dcdede;
	border: 1px solid #cdcdcd;
	margin-top: 20px;
	margin-bottom: 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #FF0000;
	padding: 15px;
}

/* Message displayed if files were sucessfully uploaded */


#wb-sucessUpload {
	display: none;
	position: relative;
	font: normal 13px "Lucida Grande", Lucida, Verdana, sans-serif;
	background: #dcdede;
	border: 1px solid #cdcdcd;
	margin-top: 20px;
	margin-bottom: 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #00920e;
	padding: 15px;
}

/* Reset links displayed in the sucessful upload message (static and hover states) */

.wbreset {
	float: right;
}

.wbreset a {
	color: #626b75;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	border: none;
	background: transparent;
}

.wbreset a:hover {
	color: #212121;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	border: none;
	background: transparent;
}

/* @end */