﻿*
{
	margin: 0px;
	padding: 0px;
}
body, div
{
	margin: 0px;
	padding: 0px;
}
#fileupload
{
	width: 568px;
}
#input
{
	width: 400px;
	height: 28px;
	margin-top: 20px;
	margin-left: 20px;
} 
.upTitle
{
	width: 300px;
	margin-left: 20px;
	font-size: 24px;
	color: #919191;
	font-family: Tahoma;
	margin-top: 10px;
	display: block;
}
#UploadBtn
{
	width: 105px;
	height: 35px;
	border-radius: 8px;
	display: inline;
	float: right;
	margin-top: 20px;
	margin-right: 20px;
	display: none;
}
#form
{
}
#buttondiv
{
}
#content
{
	width: 100%;
}
#ok
{
	width: 55px;
	height: 31px;
	background-image: url(/uploadJquery/image/ok.png);
	margin-left: 240px;
	margin-top: 12px;
	border-radius: 8px;
}
#ok:hover
{
	background-image: url(/uploadJquery/image/okover.png);
}
#ok:active
{
	background-image: url(/uploadJquery/image/okdown.png);
}
/*进度条控制*/
#ProgressDiv > .ui-progressbar-value{ height:100%;}
#ProgressDiv
{
	width: 403px;
	height: 31px;
	position: absolute;
	top: 62px;
	left: 20px;
	margin: 0px;
	top/*\**/:59px\9; /* 所有浏览器IE浏览器 */
	left/*\**/:19px\9; /* 所有浏览器IE浏览器 */
	top:59px!important;
	left:19px!important;

}
#fileFrame
{
	display: none;
}
#ProgressDiv .ui-progressbar-value
{
    background-color:#44a6e5;
}
#content1
{
	height: 80px;
	width: 80px;
	float: left;
}
#content3
{
	clear: both;
	height: 20px;
	width: 80px;
	float: left;
	margin-top: 5px;
}
#content4
{
	height: 125px;
	margin-top: 30px;
	float: left;
	overflow-y: hidden;
}
.content2
{
	width: 80px;
	height: 80px;
	margin-left: 10px;
	text-align: center; /* 水平垂直居中 */
	background-color: White;
	border: 1px solid #919191;
	display: table-cell;
	vertical-align: middle;
}
.content2img
{
	max-width: 80px;
	max-height: 80px;
}
.span2
{
	display: block;
	width: 82px;
	overflow: hidden;
	margin-left: 10px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	float: left;
}
#filebutton1
{
	top:57px!important;
	width: 105px;
	height: 35px;
	padding: 0px;
	margin: 0px;
	background-color: #43a6e4;
	color: white;
	left: 449px;
	overflow: hidden;
	border: none;
	border-radius: 8px;
	position: absolute;
	top: 61px;
	display: none;
	border: 1px solid #43a6e4;
	top/*\**/:55px\9; /* 所有浏览器IE浏览器 */
	
}

#filebutton2
{
	width: 105px;
	height: 35px;
	padding: 0px;
	margin: 0px;
	background-color: #43a6e4;
	color: White;
	border: none;
}
#filebutton2:hover
{
	background-color: white;
	color:#43a6e4;
}
.contentClose
{
	width: 17px;
	height: 5px;
	background-image: url(/NewImage/Mobile/close.png);
	background-repeat: no-repeat;
	background-size: 11px 11px;
	display: table-cell;
	margin-left: -6px;
	position: relative;
	margin-left: -9px;
	left: -12px;
}
.contentClose:hover
{
	background-image: url(/NewImage/Mobile/closeover.png);
}
.contentClose:active
{
	background-image: url(/NewImage/Mobile/closedown.png);
}
.contentClosespan
{
	display: block;
	width: 17px;
	overflow: hidden;
	float: left;
	height: 10px;
}
.ui-button-text-icon-primary .ui-button-text
{
	padding: .4em 1em .4em 1.1em;
	margin-top:1px;
}

#upClose
{
	float: right;
background: url('/NewImage/zcore/icoClose.png') no-repeat;
width: 17px;
height: 17px;
margin-top: 20px;
margin-right: 20px;
cursor: pointer;
margin-right: 5px; margin-top: 10px; background-position: 0px 0px;
}
#upClose:active
{
	background-position: 0px -40px;
}