body
{
	height:	100%;
	margin-top: 40px;
	color: #333;
	background-color: #FFF;
	font: .8em "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	text-align:	left;
}
img{
	vertical-align: middle;
}
strong{
	font-weight: bolder;
}
#header{
	background: url(/media/images/header.png);
	width: 260px;
	height: 72px;
	margin-bottom: 20px;
	margin-left: 10px;
	display: block;
}
#step1{
	background: url(/media/images/step1.png);
	width: 645px;
	height: 79px;
	margin: 0 auto;
}
#step1login{
	float: right;
	width: 255px;
}
#step1login a{
	color: #FFF;
}
#step1login a:hover{
	text-decoration: underline;
}
#step1login .input{
	padding: 8px 0 0 0;
}
#step1login p input{
	padding: 2px;
	margin-left: 15px;
}
.userbox{
	padding-top: 10px;
}
.usericon{
	float: left;
}
.loginname{
	color: #FFF;
	margin-top: 5px;
}
.loginfiles{
	padding: 0;
	margin-bottom: 10px;
	font-size: 9px;
	display: block
}
#step1body{
	background:url(/media/images/step1body.png) repeat-x #0064CA bottom;
	width: 645px;
	padding-top: 30px;
/* 	padding-bottom: 10px; */
	margin: 0 auto;
	text-align: center;
	color: #FFF;
	position: relative;
}
#step1bottom{
	background: url(/media/images/step1bottom.png) bottom no-repeat;
	padding-top: 40px;
	width: 645px;
	text-align: center;
	margin: 0 auto;
}
.bottom{
	background: url(/media/images/adbottom.png);
	padding-top: 15px;
	width: 645px;
	height: 75px;
	margin-bottom: 40px;
	text-align: center;
}
#step2{
	background: url(/media/images/step2.png) left no-repeat;
	width: 200px;
	height: 82px;
	float: left;
}
#step2promo{
	background: url(/media/images/step2promo.png) right no-repeat;
	width: 445px;
	height: 82px;
	float: right;
}
#step2body{
	background:url(/media/images/step2body.png) repeat-x #C23333 bottom;
	width: 645px;
	margin: 0 auto;
	padding-top: 20px;
}
#step2info{
	text-align: center;
}
#step2infoimage{
	margin-top: 20px;
}
#step2bottom{
	background: url(/media/images/step2bottom.png) #C23333;
	width: 645px;
	height: 5px;
	margin: 0 auto;
	clear: both;
}
#footer{
	color: #CCC;
	text-align: center;
	padding-top: 10px;
	font-size: 10px;
	margin-bottom: 40px;
	font-family: Tahoma, Verdana;
	clear: both;
}
#footer a{
	color: #CCC; 
}
#footer a:hover{
	color: #999;
	text-decoration: underline;
}
ul{
	margin: 0;
	padding: 0;
}
#land-wrap
{
	margin-top: 40px;
	margin-bottom: 20px;
	background: url(/media/images/grey-border-top-left.png) top left no-repeat;
}
#land-wrap2
{
	background: url(/media/images/grey-border-bottom-right.png) bottom right no-repeat;
}
#land-wrap3
{
	background: url(/media/images/grey-border-top-right.png) top right no-repeat;
}
#land-wrap4
{
	background: url(/media/images/grey-border-bottom-left.png) bottom left no-repeat;
	padding-left: 20px;
}
#land-wrap h2
{
	color: #a0a0a0;
	font-size: 16px;
	font-weight: lighter;
}
#land-wrap h2 a
{
	color: #0088dd;
}
#download-box
{
	position: relative;
	background: url(/media/images/download-box-bg.png) top left no-repeat;
	height: 142px;
	width: 391px;
}
#download-box #icon
{
	position: absolute;
	top: 40px;
	left: 40px;
}
#download-box #links
{
	position: absolute;
	top: 30px;
	right: 30px;
	width: 200px;
}
#download-box #links img
{
	margin-bottom: 15px;
}
#image-box
{
	position: relative;
	width: 391px;
}
#right-floated-ad
{
	float:right;
	margin: 10px;	
}
#promo-icons img
{
	margin-top: 15px;
	margin-left: 35px;
	margin-bottom: 15px;
}
#latest{
	color: #666;
	font-size: 10px;
}
#bug_report{
	padding-bottom: 15px;
}
#bug_report label{
	width: 2.5em;
	float: left;
	padding: .2em .8em 0 .4em;
	margin-right: .4em;
	text-align: left;
	font-size: 1.1em;
	color: #666;
}
#ad-top{
	margin: 0 auto;
	width: 468px;
	padding-top:15px;
}
#signup p{
	padding: 2px;
}
#signup .note{
	font-size: 10px;
	color: #666;
}
.notice{
	padding: 5px;
	font-size: 12px;
	background-color: #d7edf8;
	color: #666;
	margin-bottom: 15px;
	text-align: center;
}
.notice a{
	color: #333;
}
.byte{
	color: #999;
}
.kilobyte{
	color: #666;
}
.megabyte{
	color: #333;
}
.hidden{
	display: none;
}
.list-thumb{
width: 130px;
float: left;
margin: 5px;
font-size: 11px;
text-align: center;
}
.list-thumb img{
	vertical-align: bottom;
}
.affirmative-message{
	border: #4b7734 1px solid;
	background: #9cca82;
	padding: 4px;
	padding-left: 4px;
	color: #4b7734;
	margin-bottom: 10px;
}
.error-message{
	border: #ff7f79 1px solid;
	background: #ffb6b3;
	padding: 4px;
	padding-left: 4px;
	color: #a83133;
	margin-bottom: 10px;
}
.warn-message{
	border: #ffbd10 1px solid;
	background: #ffe98b;
	padding: 4px;
	padding-left: 4px;
	color: #a86500;
	margin-bottom: 10px;
}
#status
{
	color:		#FFF;
	padding:				10px 15px;
	width:					430px;
	margin: 0 auto;
}
#status p
{
	text-align: center;
}
#status .progress
{
	background:				#0064CA url(/media/images/progress-400px.gif) no-repeat;
	background-position:	+50% 0;
	margin-right:			0.5em;
}
#status a
{
	color:					#FFF;
}

#status .progress-text
{
	font-size:				0.9em;
	font-weight:			bold;
}
 
#upload-list
{
	list-style:				none;
	width:					450px;
	margin:					0 auto;
	padding-top:			10px;
	padding-bottom: 10px;
	color: #FFF;
}
a{
	color: #666;
}
#upload-list a
{
	color: #FFF;
}
#progress a{
	color: #FFF;
	text-decoration: underline;
}
#upload-list li
{
	list-style: none;
}

#upload-list li.file
{
	height:					70px;
	border-bottom:			1px solid #9a2423;
	background:				no-repeat 4px 4px;
	
}
#upload-list li.file .file-name
{
	font-size:				1.2em;
	margin-left:			44px;
	display:				block;
	clear:					left;
	line-height:			40px;

	font-weight:			bold;
}
#upload-list li.file .file-size
{
	font-size:				0.9em;
	line-height:			18px;
	float:					right;
	margin-top:				2px;
	margin-right:			6px;
}
#upload-list li.file .file-info
{
	display:				block;
	margin-left:			44px;
	font-size:				0.9em;
	line-height:			20px;
	clear:					both;
}
#upload-list li.file .file-remove
{
	clear:					right;
	float:					right;
	line-height:			18px;
	margin-right:			6px;
	cursor: pointer;
}
#upload-list li.file input
{
	margin-bottom:			6px;
	border: 1px solid #9a2423;
	vertical-align: middle;
}
.form-error{
	color: #c70000;
	font-size: 11px;
}
.pagination strong{
	padding: 5px;
	background: #AAA;
	color: #FFF;
}
#file-list li .icon{
	float: left;
	margin: 3px;
	width: 32px;
}
#file-list li{
	font-size: 11px;
	clear:both;
	border-bottom: #CCC 1px solid;
	padding-bottom: 4px;
	list-style: none;
}
#file-list li:hover{
	background: #EEE;
}
#file-list li .name{
	font-size:				16px;
	margin-left:			5px;
	clear:					left;
	line-height:			40px;
	color: 					#9e0000;
	font-weight:			bold;
}
#uploadbutton{
position: absolute;
bottom: 0px;
left: 220px;
cursor: pointer;
z-index: 10000;
}
#progress{
	padding: 5px;
}
#progress-wrap{
	padding-top: 10px;
	background: url(/images/progress-wrap.png) no-repeat;
	width: 420px;
	height: 70px;
	margin: 0 auto;
	margin-top: 20px;
}
#progress-bar-container{
	text-align:left;
	margin: 0 auto; 
	width:400px;
	height:22px;
	padding:2px; 
	background: #FFF;
	border: 1px solid #CCC
}
#progressBar{
	height:22px;
	width:0px;
	background-color:#17c134
}
.copied{
	float:right;
}
li{
	list-style: disc;
}

#promo{
	text-align: center;
	
}
.promo-split{
	border-right: #ddd solid 1px;
	float: left;
	padding: 13px;
	height: 50px;
	margin-bottom: 30px;
}
#promo a:hover{
	color: #333;
}
.border-none{
	border:none;
}
#extra-nav{
	float:right;
	font-size: 12px;
}
#extra-nav a{
	color: #BBB;
}
#extra-nav a:hover{
	text-decoration: underline;
	color: #999;
}
	
#uploadbtn, .uploadbtn{
	position: absolute;
	bottom: 0;
	left: 224px;
	width: 198px; 
	height: 60px;
}
.uploadifyQueueItem {
	margin: 0 auto;
	margin-top: 5px;
	padding: 10px;
	width: 450px;
	background: url(/media/images/70black.png);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.uploadifyError {
	background-color: #c66769 !important;
}
.uploadifyQueueItem .cancel {
	float: right;
}
.uploadifyProgress {
	background-color: #FFFFFF;
	border: 2px solid #FFFFFF;
	margin:0 auto;
}
.uploadifyProgressBar {
	background-color: #18c62b;
	width: 1px;
	height: 10px;
}
#uploadQueue{
	margin-top: 20px;
	margin-bottom: 40px;
}
#uploadbrowse{
	margin-bottom: 40px;	
}
.notification{
	position: fixed;
	z-index: 10;
	top: 0px;
	left: 0px;
	right: 0px;
	background: #000;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: .6;
	text-align: center;
	padding: 20px;
	font-size: 24px;
	color: #FFF;
	text-shadow: 0px 1px #000;
}
.bad-login{
	background: #c60b11;
}