
label.filebutton 
{
    width:120px;
    height:105px;
    overflow:hidden;
    position:absolute;
	margin-left: 820px;
    margin-top: 15px;
}

label span input 

{
    z-index: 999;
    line-height: 0;
    font-size: 50px;
    position: absolute;
    top: -2px;
    left: -700px;
    opacity: 0;
    filter: alpha(opacity = 0);
    -ms-filter: "alpha(opacity=0)";
    cursor: pointer;
    _cursor: hand;
    margin: 0;
    padding:0;
}
