#domeniu, #ext
{
   width: 15%;
   font-family: "Courier New", Courier, monospace;
   font-size: 130%;
   padding: 5px;
}
#domeniu  {
   width: 60%;
}

button {
  width: 64px;
  height: 64px;
  float: right;
  margin: -15px 30px 0px 0px;
  padding: 0;
  border: 0;
  background: url(../images/arrow_right.png) no-repeat;
  text-indent: -1000em;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
  behavior: url(../include/iepngfix.htc);  
}