#info
{
	margin: 0 auto 0 auto;
	width: 550px;
	height: 100px;
}
#info p
{
	text-align:left;
 	margin-bottom: 2px;
 	padding: 3px;
}
#upload
{
	margin: 0px auto 0 auto;
	width: 600px;
	height: 150px;
	border: 1px solid #cccccc;
	background-color:#eeeeee;
	background-image: url('/img/back.png');
}
#limit,#secret
{
	height: 22px;
}
#password
{
	margin-top: 1px;
	height: 19px;
	vertical-align: top;
	border: solid 1px #aaaaaa;
	-webkit-text-security: disc;
}
#fileInfo
{
	display:none;
}

#fileUp
{
	margin: 20px;
}
#upStart
{
	margin: 20px;
	width: 250px;
	height: 30px;
	font-size: 1em;
}
#confirmDialog{
	display:none;
	text-align: left;
}
#confirmContent{
	margin-left: 20px;
}
#versionInfo{
	display:none;
}
#progressSpace{
	width: 400px;
	height: 25px;
	display:none;
}
#progressbar{
	width: 400px;
	height: 20px;
	display:none;
	margin: 20px auto;
}
#progressSize{
	width: 400px;
	height: 20px;
	display:none;
	margin: 5px auto 20px auto;
	text-align:right;
}
#progress{
	display: none;
	width: 400px;
	height: 40px;
	margin: 40px auto;
}
#urlMessage
{
	margin: 0px auto 0px auto;
	width: 500px;
	height: 30px;
	font-size: 0.9em;
}
#urlLink
{
	margin: 0 auto;
	width: 400px;
	font-size: 1.1em;
	margin-bottom: 20px;
}
#urlLink input
{
	width: 400px;
	font-size: 1.1em;
}
#continueUpload
{
	margin-bottom: 20px;
}

.ui-progressbar-value 
{
 	background-image: url(/css/images/pbar-ani.gif) !important; 
}
.ui-dialog-titlebar-close {
	visibility: hidden !important; 
}
/* ファイルリスト */
#filelist
{
	margin: 20px auto 0 auto;
	width: 780px;
}
/*　ヘッダ列　*/
#filelist div.head div
{
	font-size: 40px;
}
#filelist div.head div span
{
	vertical-align: bottom;
	font-size: 15px;
}
#filelist div.head div.icon
{
	float: left;
	width: 50px;
	height: 40px;
}
#filelist div.head div.file
{
	float: left;
	width: 200px;
	height: 40px;
}
#filelist div.head div.size
{
	float: left;
	width: 100px;
	height: 40px;
}
#filelist div.head div.update
{
	float: left;
	width: 160px;
	height: 40px;
}
#filelist div.head div.limit
{
	float: left;
	width: 120px;
	height: 40px;
}
#filelist div.head div.download
{
	float: left;
	width: 90px;
	height: 40px;
}
#filelist div.head div.delete
{
	float: left;
	width: 50px;
	height: 40px;
}



/*　データ列　*/
#filelist div.data
{
	margin-top: 10px;
}
#filelist div.data div
{
	font-size: 40px;
}
#filelist div.data div span
{
	vertical-align: middle;
	font-size: 17px;
}

#filelist div.data div.icon
{
	float: left;
	width: 48px;
	height: 48px;
	border: solid 1px #555555;
}
#filelist div.data div.icon a
{
	width: 48px;
	height: 48px;
	font-size: 42px;
	display: block;
	
}
#filelist  div.data div.icon img
{
	width: 48px;
	height: 48px;
	border: none;
}

#filelist div.data div.file
{
	float: left;
	width: 200px;
	height: 49px;
	border-bottom: solid 1px #555555;
}
#filelist div.data div.size
{
	float: left;
	width: 100px;
	height: 49px;
	border-bottom: solid 1px #555555;
}
#filelist div.data div.update
{
	float: left;
	width: 160px;
	height: 49px;
	border-bottom: solid 1px #555555;
}
#filelist div.data div.limit
{
	float: left;
	width: 130px;
	height: 49px;
	border-bottom: solid 1px #555555;
}
#filelist div.data div.download
{
	float: left;
	width: 90px;
	height: 49px;
	border-bottom: solid 1px #555555;
}
#filelist div.data div.delete
{
	float: left;
	width: 50px;
	height: 49px;
	border-bottom: solid 1px #555555;
}

#showall
{
	width: 100%;
	height: 40px;
}
#filelist a:visited
{
	color: #999999;
}
#footer
{
	width: 100%;
	height: 50px;
}