/*11-16 添加历史上传及hover*/
.template-form{
	margin-top: 20px;
}

.history-upload {
    width: 100px;
	height: 32px;
	margin-left: 44px;
    margin-top: 20px;
    margin-bottom: 0;    
}

.history-text {
    width: 90px;
    height: 30px;
    border: 1px solid #e3002b;
    border-radius: 3px;
    color: #e3002b;
    line-height: 28px;
    text-align: center;
    float: left;
    font-size: 14px;
}

.history-text:hover {
    background-color: #e3002b;
    color: #ffffff;
}

.history-upload:hover .history-hover {
    display: block;
}

.history-hover {
    position: absolute;
    width: 186px;
    height: 30px;
    line-height: 30px;
    margin-left: 100px;
    background: url("../images/lishihover.png");
    background-size: cover;
    display: none;
}

.history-hover span {
    padding-left: 10px;
}