body {
	background-image: url("images/bg.png");
	background-color: #e7e7e8;

	color: #000000;
	font-family: Verdana, Ubuntu;
	font-size:12px;
}
.input {
	outline: none;
	padding-left: 22px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 4px;
	width: 180px;
	border: 1px #a7a7a7 solid;
	background: #ffffff;
	color: #888888;	
}
.input.user {
	background: url("images/icons/user.png") no-repeat 4px 4px;
}
.input.pass {
	background: url("images/icons/pass.png") no-repeat 4px 4px;
}
.input.email {
	background: url("images/icons/email.png") no-repeat 4px 4px;
}
.input.subject {
	background: url("images/icons/subject.png") no-repeat 4px 4px;
}
.input.comment {
	background: url("images/icons/comment.png") no-repeat 4px 4px;
}
.input.link {
	background: url("images/icons/link.png") no-repeat 4px 4px;
}
.input.search {
	background: url("images/icons/search.gif") no-repeat 4px 5px;
}
.input:focus {
	border: solid #0091e4 1px;
}
.inputlabel {
	margin-left: 24px;
	margin-top: 7px;
	cursor: text;
	color: #888888;	
	font-family: Verdana;
	font-size:11px;
}
#mail input, #mail textarea {
	width: 250px;
}
a {
	text-decoration: none;
	color: #0091e4;
}
.title1 {
	color: #0091e4;
	font-weight: bold;
}
#main {
	width: 613px;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
}
#header1 {
	margin-bottom: -5px;
	height: 45px;
}
#content {
	background-color: #ffffff;
	text-align: center;
	border-right: 1px solid #d8dadb;
	border-left: 1px solid #d3d5d6;
	border-top: 1px solid #d3d5d6;
	border-radius: 10px 10px 0 0;
	padding-top: 35px;
}
#footer {
	border: 1px solid #d6d8d9;
	border-top: 0;
	border-radius: 0px 0px 10px 10px;
	box-shadow: 0 1px 1px rgb(216, 216, 216);
	height: 42px;
	background: -moz-linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(186, 186, 188, 0.15) 100%), #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(186, 186, 188, 0.15))), #ffffff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#f5f5f5');
	
}
#footer2, #footer2 a {
	color: #717171;
	text-shadow: rgba(255,254,255,0.73) 0 1px 1px;
	font-size: 11px;
	text-align: center;
}

.form {
	text-align: left;
}
#upload_iframe {
	border:0;
	width: 450px;
	height: 65px;
}
div.progress-bar {
	margin: 15px;
	width: 300px;
	height: 20px;
	background-color: #9a9a9a;
	position: relative;
}
div.progress-bar-text {
	position: relative;
	color: #ffffff;
	text-align: center;
	padding-top: 2px;
	width: 300px;
	height: 20px;
	z-index: 2;
}
div.progress-bar-bg 
{
	position: absolute;
	height: 20px;
	background-color: #0091e4;
	width: 0%;
	z-index: 1;
}
#menu {
	width: 378px;
	text-align: right;
	float: right;
	padding-top: 10px;
	padding-right: 30px;
}
#menu li {
	display: inline;
}
#menu li a {
	padding: 3px 10px;
	color: #717171;
	font-size: 14px;
	line-height: 14px;
	text-shadow: 0 1px 0 #ffffff;
}
#menu li a.active {
	background: -moz-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(186, 186, 188, 0.15) 100%), #ffffff;
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), to(rgba(186, 186, 188, 0.15))), #ffffff;
	border: 1px solid #d8dadb;
	border-radius: 10px 10px 0px 0px;
	border-bottom: 0;
}
.filelist {
	margin-left: auto;
	margin-right: auto;
	width: 585px;
	border-collapse: collapse;
}
.filelist tr:hover {
	background-color: #eaeaea;
	-moz-transition-property: transform;
	-moz-transition-duration: 0.3s;
	-webkit-transition-property: transform;
	-webkit-transition-duration: 0.3s;
}
#fileInfoWindow {
	left: 50%;
	top: 50%;
	margin-left: -175px;
	margin-top: -75px;
	border-radius: 7px;
	width: 350px;
	height: 150px;
	position: fixed;
	background-color: #ffffff;
	z-index: 501;
	display: none;
}
#fileInfoOverlay {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #000000;
	opacity: 0.7;
	z-index: 500;
	display: none;
}
.filelist tr:nth-child(odd) {
        background-color: #EEEEEE;
}
.filelist tr:nth-child(1){
        font-weight: bold;
}
