.a-upload {
    padding: 4px 10px;
    height: 150px;
    width: 150px;
    line-height: 20px;
    position: relative;
    cursor: pointer;
    color: #888;
    background: url(/images/tea_img.png);
    background-repeat:no-repeat;
    background-size: 100%;
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
    display: inline-block;
    position:absolute;
    margin-left:320px;
    *display: inline;
    *zoom: 1
}

.a-upload  input {
	    height: 150px;
    width:150px;
    position: absolute;
    font-size: 100px;
    right: 0;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer
}

#.a-upload:hover {
    color: #444;
    background: #eee;
    border-color: #ccc;
    text-decoration: none
}