/* @group Stuff */

.wb-clearer {
	clear: both;
}

/* @end */

/* @group Form Labels */

.wb-label {
	margin: 5px 0 0;
	display: block;
	text-decoration: none;
	font-weight: bold;
}

/* @end */

/* @group Login Panel */

#wb-loginpage103 {
	display: block;
	width: 100px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	color: #000000;
	text-decoration: none;
	float: left;
	border: 1px solid #cccccc;
	background-color: #e0e0e0;
}

a#wb-loginpage103 {
	line-height: 25px;
}

a:active #wb-loginpage103 {
	margin-top: 1px;
	margin-left: 1px;
}

/* @end */

/* @group Form Structure */

/* Main form wrapper */

#wb-wrapperpage103 {
	
}

#ulForm {
	
}

/* Container wrapper */

#page103-container {
	padding: 50px 0;
}

/* Input fields */

#ulForm input,
#ulForm textarea,
#ulForm password {
	display: block;
	width: 99%;
	border: 1px solid #888888;
	color: #929292;
	font-size: 20px;
}

/* @end */

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

#wb-selectButtonpage103 {
	display: block;
	width: 100px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	color: #000000;
	text-decoration: none;
	float: left;
	border: 1px solid #cccccc;
	background-color: #e0e0e0;
}

a#wb-selectButtonpage103 {
	line-height: 26px;
}

#wb-uploadfilespage103 {
	display: block;
	width: 100px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	color: #000000;
	text-decoration: none;
	float: right;
	border: 1px solid #cccccc;
	background-color: #e0e0e0;
}

a#wb-uploadfilespage103 {
	line-height: 26px;
}

a:active #wb-selectButtonpage103,
a:active #wb-uploadfilespage103 {
	margin-top: 1px;
	margin-left: 1px;
}

/* @end */

/* @group Footnotes */

#wb-footNote1 {
	margin: 0;
	font-weight: bold;
}

#wb-footNote2 {
	margin: 0;
	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 {
	display: none;
	position: relative;
	background: #ff0000;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #ffffff;
	padding: 5px;
}

/* Error uplaoding files or submitting the form */

#wb-errorUpload {
	display: none;
	position: relative;
	background: #ff0000;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #ffffff;
	padding: 5px;
}

/* Message displayed if files were sucessfully uploaded */


#wb-sucessUpload {
	display: none;
	position: relative;
	background: #00920e;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #ffffff;
	padding: 5px;
}

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

.wbreset {
	float: right;
}

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

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

/* @end */

/* @group Progress Bars */

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

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

.progress {
  height: 5px;
  display: block;
  background: #000;
  width: 0%;
}

/* @end */
#ulForm input,
#ulForm textarea,
#ulForm password {
	font-size: 10px;
}

