<!DOCTYPE html>
<html>
<head>
 <meta charset="utf-8"/>
 <title>Nuevo usuario</title>
 <link rel="stylesheet" type="text/css" href="reset.css">
 <link rel="stylesheet" type="text/css" href="newuser.css">
</head>
<body>
 <div class="centered">
   <p class='title'>Crear usuario</p>
   <p class='instructions'>Por favor, introduce los siguientes datos para proceder a la creaci&oacute;n de tu nuevo usuario</p>
   <p><span id='errormessage'></span></p>
   <p class="aligned"><span class='label'>Nombre de usuario</span> <input class='almostrounded' id='user' type ='input' value=''/></p>
   <p class="aligned"><span class='label'>Clave</span> <input class='almostrounded' id='pass1' type ='password' value=''/></p>
   <p class="aligned"><span class='label'>Repite la clave</span> <input class='almostrounded' id='pass2' type ='password' value=''/></p>
   <span class='centeredbutton'><input class='rounded' id='donewuser' type ='button' value='Crear'/></span>
 </div>
 <script src='newuser.js'></script>
</body>
</html>