﻿/* 上传控件 */

.jqueryupload{
    width: 100%;
    height: 100%;
}
.jqueryupload .jqueryuploadbtnBox
{
    width: 100%;
    height: 100%;
    position:relative;
}
.jqueryupload .jqueryuploadbtnBox .a-upload
{
    position:absolute;
	top: 138px;
	left: 144px;
	line-height: 44px;
	color: #fff;
	font-size: 16px;
	padding: 0 22px 0 64px;
    background: #468be8 url(../../Images/Other/upload.png) no-repeat 25px 11px;
	border-radius: 5px;
	text-decoration: none;
	font-weight: 700;
	font-family: 'microsoft yahei';
}
.jqueryupload .jqueryuploadbtnBox .a-noupload
{
    position:absolute;
	top: 138px;
	left: 144px;
	line-height: 44px;
	color: #fff;
	font-size: 16px;
	padding: 0 22px 0 64px;
    background: #8e8a8a url(../../Images/Other/upload.png) no-repeat 25px 11px;
	border-radius: 5px;
	text-decoration: none;
	font-weight: 700;
	font-family: 'microsoft yahei';
}
.jqueryupload .progress
{
    height:4px;
    line-height:4px;
    *zoom:1;
    background:#fff;
    float:left;
    width:180px;
    border:1px #ccc solid;
    overflow:hidden; text-overflow:ellipsis; white-space:nowrap;

    display:none;
}
.jqueryupload .filestate
{
    float:left;
    height:18px;
    text-align:left;
    width:132px;
    line-height:18px;
    display:none;
    color:#333;
    overflow:hidden;
}
.jqueryupload .progresspercent
{
    float:right;
    padding-top:2px;
    height:12px;
    text-align:right;
    font-size:7px;
    line-height:12px;
    color:#333;
    margin-right: 15px;
}

/* .jqueryupload .jqueryuploadbtnBox .a-upload {
    height:20px;
    background:#4090c0;
    border:1px solid #dddddd;color:#ffffff;
    line-height:20px;
    padding:0 6px;
    font-size:0.9em;
    overflow: hidden;
    display: inline-block;
    text-decoration:none;
    *display: inline;
    *zoom: 1
} */

.jqueryupload .jqueryuploadbtnBox .a-upload  input {
    position: absolute;
    top: 0;
    left: 0;
    width:100%;
    height:100%;
    overflow:hidden;
    margin-left:-10px;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer
}

.jqueryupload .progress .bar
{
    height:4px;
    line-height:4px;
    background:#4090c0;
    *zoom:1;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}
.clearfix {
    _zoom: 1;
}
.clearfix {
*zoom:1;
}
