<?xml-stylesheet href="textbox.xsl" type="text/xsl"?>
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:ex="http://www.treebuilder.de/namespace">
  <head>
    <title>extending xhtml testcase 3</title>
  </head>
  <body>
  <div style="height:500px;background:gainsboro;padding:10px">
  <svg xmlns="http://www.w3.org/2000/svg" 
   xmlns:xlink="http://www.w3.org/1999/xlink" width="334" height="164" >
   <linearGradient id="grad1" x1="1" y1="0" x2="0" y2="0">
      <stop offset="0" stop-color="grey"/>
      <stop offset="1" stop-color="gainsboro"/>
    </linearGradient>
    <linearGradient id="grad2" x1="0" y1="0" x2="1" y2="1">
      <stop offset="0" stop-color="white"/>
      <stop offset="1" stop-color="#333"/>
    </linearGradient>
   <rect x="2" y="2" width="330" height="160" fill="url(#grad1)" rx="15" ry="15"/>
   <g stroke-width="4" fill="none">
   <path d="M17 162h 300 a 15 15 0 0 0 15 -15 v -130" stroke="#333"/>
   <path d="M2 147v -130 a 15 15 0 0 1 15 -15 h 300 " stroke="white"/>
   
   <path d="M317 2a 15 15 0 0 1 15 15" stroke="url(#grad2)"/>
   
   <path d="M2 147a 15 15 0 0 0 15 15" stroke="url(#grad2)"/>
   </g>
   
    <text  fill="#333" x="15" y="30" font-weight="900" font-size="30">LogIn</text>
    
    
<text fill="#333" x="10" y="75" font-weight="900">Name:</text>
<ex:textbox x="110" y="50" name="p1" width="200" height="40"/>

    <text fill="#333" x="10" y="120" font-weight="bold">Password:</text>
    <ex:textbox x="110" y="95" name="p1" width="200" height="40"/>
  </svg>

  </div>
  </body>
</html>
