<html>
<head>
<style>
input[type="submit"] {
background: #d7d7d7 !important;
float: right !important;
height: 35px !important;
margin: 10px 0 0 0 !important;
padding: 0 9px 0 9px !important;
}
input[type="submit"]:before {
content: "<a href="http://www.google.com">";
}
input[type="submit"]:after {
content: "</a>";
}
</style>
</head>
<body>
<input type="submit"></input>
</body>
</html>