/*a  进度条样式 	 上传附件*/
.mypro{
    background:#fff;
    width:100%;
    height:20px;
    -webkit-appearance: none;
}
::-ms-fill{
    background:#f29400;
}
::-moz-progress-bar{
    background:#f29400;
}
::-webkit-progress-bar{
    background:#fff;
    border:1px solid #ccc;
    -webkit-appearance: none;
}
::-webkit-progress-value{
    background:#f29400;
}
/*a  Aupload 上传附件*/
a.Aupload {
    padding: 4px 10px;
    height: 40px;
    line-height:50px;
    font-size:16px;
    width: 214px;
    line-height: 30px;
    position: relative;
    cursor: pointer;
    color: #fff;
    background: #0093dd;
    border: 1px solid #0093dd;
    border-radius: 4px;
    overflow: hidden;
    display: block;
    *zoom: 1;
    text-align:center;
}

a.Aupload  input {
    position: absolute;
    font-size: 100px;
    right: 0;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer
}

a.Aupload:hover {
    color: #fff;
    background: #0076bc;
    border-color: #0076bc;
    text-decoration: none;
}