#edit-submit {
    width: 115px;
    height: 47px;
    background-image:url(../images/button.jpg);
    font-family: verdana, helvetica;
    font-size: 12px;
    font-weight: bold;
    color: white;
    border: 0px;
    float: right;
	padding-bottom: 5px;
	margin-top: 3px;
	margin-right: 63px;
	
	
	}

#edit-submit:hover {
margin-top: 4px;
padding-bottom: 4px;
cursor: hand;
}