<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title></title>
</head>
<body >
<div id="box">
<!--ÍâÃæ¼Ó¸ö´óDIV×öÏÔʾÒþ²Ø¿ØÖÆ-->
<div >
<label for="form-field-1" >Óû§±àÂ룺</label>
<div >
<input style="
border: none;
width:180px;
text-indent: 5px;
height: 20px;
line-height: 20px;
font-size: 12px;
border-radius: 5px;
margin-top:8px ;
" type="text" id="user_name" name="user_name" placeholder="ÇëÊäÈëÓû§±àÂë" />
</div>
<div ><!--Ìí¼Ó--></div>
</div>
<div >
<label for="form-field-2" >Óû§ÓÊÏ䣺</label>
<div >
<input style="
border: none;
width:180px;
text-indent: 5px;
height: 20px;
line-height: 20px;
font-size: 12px;
border-radius: 5px;
margin-top:8px ;
" type="email" id="user_password" name="user_password" placeholder="ÇëÊäÈëÓû§ÓÊÏä" />
</div>
<div ><!--Ìí¼Ó--></div>
</div>
<div >
<label for="form-field-3" >ÑéÖ¤Â룺</label>
<div >
<input style="
border: none;
width:180px;
text-indent: 5px;
height: 20px;
line-height: 20px;
font-size: 12px;
border-radius: 5px;
float:left;
margin-top:8px ;
" type="email" id="user_password" name="user_password" placeholder="ÇëÊäÈëÑéÖ¤Âë" />
</div>
<button type="text" value="ÖØлñÈ¡" style="
float: left;
border-radius: 5px;
margin-top:6px ;
height: 26px;
line-height: 26px;
margin-left: 10px;
">ÖØлñÈ¡</button>
<div ><!--Ìí¼Ó--></div>
</div>
<div >
<button type="button" onclick="email()">ÏÂÒ»²½</button>
<button type="button" onclick="colse()">È¡Ïû</button>
<div ><!--Ìí¼Ó--></div>
</div>
</div>
</body>
</html>