<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title></title>
</head>
<body style="background:#61CBF5;">
<div id="box">
<!--ÍâÃæ¼Ó¸ö´óDIV×öÏÔʾÒþ²Ø¿ØÖÆ-->
<div style="font-size: 12px;background: #626160; border-radius: 5px; color: #ffffff; height: 36px; line-height: 36px; margin-bottom: 10px;">
<label for="form-field-1" style="float: left; width: 70px; text-align: right;">Óû§±àÂ룺</label>
<div style="float: left;">
<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 style="clear: both;"><!--Ìí¼Ó--></div>
</div>
<div style="font-size: 12px;background: #626160; border-radius: 5px; color: #ffffff; height: 36px; line-height: 36px; margin-bottom: 10px;">
<label for="form-field-2" style="float: left; width: 70px; text-align: right;">Óû§ÓÊÏ䣺</label>
<div style="float: left;">
<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 style="clear: both;"><!--Ìí¼Ó--></div>
</div>
<div style="font-size: 12px;background: #626160; border-radius: 5px; color: #ffffff; height: 36px; line-height: 36px; margin-bottom: 10px;">
<label for="form-field-3" style="float: left; width: 70px; text-align: right;">ÑéÖ¤Â룺</label>
<div style="float: left;">
<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 style="clear: both;"><!--Ìí¼Ó--></div>
</div>
<div style="width: 400px; margin: 0 auto; padding-top: 10px;">
<button type="button" style="background: #f4b305; width: 150px; font-size: 12px; margin-left: 34px;" onclick="email()">ÏÂÒ»²½</button>
<button type="button" style="background: #cccccc; width: 150px; font-size: 12px; margin-left: 10px;" onclick="colse()">È¡Ïû</button>
<div style="clear: both;"><!--Ìí¼Ó--></div>
</div>
</div>
</body>
</html>