как то так:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN">
<html>
<head>
<style type="text/css">
.e
{
width:160px;
margin:0 auto;
height:46px;
position:relative;
margin-top:6px;
}
.e input
{
outline:none;
width:150px;
height:20px;
padding-left:100px;
bottom:0px;
position:absolute;
}
.h
{
font-style:italic;
position:absolute;
width:95px;
height:23px;
margin-top:3px;
bottom:0px;
padding-left:8px;
cursor:pointer;
color:#787878;
font-size:16px;
font-family:aral;
}
</style>
</head>
<body>
<div class="e">
<input type="text" id="text1" name="login">
<div class="h" style="color: rgb(120, 120, 120);">http://vk.com/</div>
</div>
</body>
</html>