body {
/*	background-image:url("lfbg2.gif");
	background-repeat:repeat-y; */
	background-color: #71787a;
	color:#444444;
	font-family:arial,sans-serif;
	font-size:12px;
}
#logo {
	float:left;
	padding-top:178px;
	padding-left:95px;
}
#smalllogo {
	clear:both;
	float:right;
/*	padding-top:20px;*/
/*	padding-left:140px;*/
	padding-right:40px;
}
img {
	border:0;
}
span.deletebtn {
	display:block;
	float:left;
	width:16px;
	height:16px;
	margin-right:6px;
	cursor:pointer;
	background-image:url("delete.gif");
}
span.editbtn {
	display:block;
	float:left;
	width:16px;
	height:16px;
	margin-right:16px;
	cursor:pointer;
	background-image:url("edit.gif");
}
a, a:visited {
/*	color:#666666; */
	color: #fff;
	font-weight:normal;
	text-decoration:none;
}
a:hover {
/*	color:#6666aa; */
	color: #ddf;
	text-decoration:underline;
}
ul {
	padding:0;
	margin:0;
}
li {
	padding:0;
	margin:8px 0;
	list-style:none;
}
#welcome {
	height:180px;
	margin-top:-180px;
	font-size:11px;
}

#content {
	float:left;
	padding-top:176px;
	padding-left:30px;
}
#content p {
	color: #fff;
	font-size: 120%;
}

#filecontent {
	float:left;
	padding-top:10px;
	padding-left:140px;
}
#copyright2 {
	clear:left;
	padding-top:35px;
	padding-left:140px;
	font-size:10px;
	font-weight:500;
}
#copyright2 b {
	font-weight:800;
}
#copyright {
	color: #fff;
	clear:both;
	padding-top:35px;
	padding-left:150px;
	font-size:10px;
	font-weight:500;
}
#copyright b {
	font-weight:800;
}
h2 {
	font-size:18px;
	margin-top:0;
}
h1,h2,h3,h4,h5,h6 {
	color:white;
}
form.hideme {
	margin-left:52px;
	margin-top:5px;
	margin-bottom:20px;
	display:none;
}
form.hideme input[type=text] {
	width:300px;
}
form.hideme input[type=button] {
/*        border-top: 1px solid #75767B;
        border-left: 1px solid #75767B;
        border-bottom: 1px solid #B6B9C0;
        border-right: 1px solid #B6B9C0;
        height: 19px;*/
	height: auto !important; 
	padding: 2px !important; 
	width: auto !important; 
	margin-left: 5px !important; 
}
fieldset {
	border:0;
}

#sidebarlogin label {
	color: #444444;
}


#sidebarlogin input {
        border-top: 1px solid #75767B;
        border-left: 1px solid #75767B;
        border-bottom: 1px solid #B6B9C0;
        border-right: 1px solid #B6B9C0;
        height: 19px;
}
#sidebarlogin label {
	display: block;
	margin-top: 5px !important;
}

#sidebarlogin input {
        width: 100%;
}
#sidebarlogin #checkbox_1 {
	width: auto; 
	float: right;
}
#sidebarlogin h3 {
	display: none;
}
.button {
	width: auto !important; 
	height: auto !important; 
	padding: 2px !important; 
	margin-top: 5px !important; 
	margin-bottom: 5px !important;
}

#sidebarlogin #forgotpsswd {
        display: block;
        font-size: 80% !important;
}

#WebLoginLayer0 label {
	color: #fff;
	font-size: 120%;
}


#demo-status
{
	padding:				10px 15px;
	width:					420px;
}

#demo-status .progress
{
	background:				white url(/fancyup/assets/progress-bar/progress.gif) no-repeat;
	background-position:	+50% 0;
	margin-right:			0.5em;
}

#demo-status .progress-text
{
	font-size:				0.9em;
	font-weight:			bold;
}

#demo-list
{
	list-style:				none;
	width:					450px;
	margin:					0;
}

#demo-list li.file
{
	border-bottom:			1px solid #eee;
	background:				url(/fancyup/assets/file.png) no-repeat 4px 4px;
}
#demo-list li.file.file-uploading
{
	background-image:		url(/fancyup/assets/uploading.png);
	background-color:		#D9DDE9;
}
#demo-list li.file.file-success
{
	background-image:		url(/fancyup/assets/success.png);
}
#demo-list li.file.file-failed
{
	background-image:		url(/fancyup/assets/failed.png);
}

#demo-list li.file .file-name
{
	font-size:				1.2em;
	margin-left:			44px;
	display:				block;
	clear:					left;
	line-height:			40px;
	height:					40px;
	font-weight:			bold;
}
#demo-list li.file .file-size
{
	font-size:				0.9em;
	line-height:			18px;
	float:					right;
	margin-top:				2px;
	margin-right:			6px;
}
#demo-list li.file .file-info
{
	display:				block;
	margin-left:			44px;
	font-size:				0.9em;
	line-height:			20px;
	clear
}
#demo-list li.file .file-remove
{
	clear:					right;
	float:					right;
	line-height:			18px;
	margin-right:			6px;
}

.business-name {
	color:#61a2a5;
}