﻿/* 上传控件 */
.jqueryupload
{
     width: 200px;
    height: 40px;
}
.jqueryupload .jqueryuploadbtnBox
{
    height:21px;
    width:100%;
    position:relative;
}
.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:34px;
    background:#4090c0;
    border:1px solid #dddddd;
    color:#ffffff;
	font-size: 14px;
	padding: 3px 5px 3px 38px;
    background: #468be8 url(../../Images/Other/upload.png) no-repeat 5px 3px;
	border-radius: 5px;
	text-decoration: none;
	font-weight: 700;
	font-family: 'microsoft yahei';
}
.jqueryupload .jqueryuploadbtnBox .a-noupload {
    height:34px;
    background:#8e8a8a;
    border:1px solid #dddddd;
    color:#ffffff;
	font-size: 14px;
	padding: 3px 5px 3px 38px;
    background: #8e8a8a url(../../Images/Other/upload.png) no-repeat 5px 3px;
	border-radius: 5px;
	text-decoration: none;
	font-weight: 700;
	font-family: 'microsoft yahei';
}
.jqueryupload .jqueryuploadbtnBox .a-upload  input {
    position: absolute;
    top: 0;
    left: 0;
    width:120px;
    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;
}