diff --git a/modules/member/member.admin.view.php b/modules/member/member.admin.view.php
index bafe122a2..9a1498286 100644
--- a/modules/member/member.admin.view.php
+++ b/modules/member/member.admin.view.php
@@ -243,7 +243,7 @@
,zdate($memberInfo['birthday'], 'Y-m-d', false)
,$lang->cmd_delete);
}elseif($formInfo->name == 'find_account_question'){
- $inputTag = '
';
+ $inputTag = '';
$optionTag = array();
foreach($lang->find_account_question_items as $key=>$val){
if($key == $memberInfo['find_account_question']) $selected = 'selected="selected"';
diff --git a/modules/member/tpl/css/msignup.css b/modules/member/tpl/css/msignup.css
index 18ca5afb8..0798f4df1 100644
--- a/modules/member/tpl/css/msignup.css
+++ b/modules/member/tpl/css/msignup.css
@@ -32,13 +32,16 @@ input[type=radio]{width:13px;height:13px;margin:0;padding:0}
.ff ul{margin:0 10px 10px 10px;padding:10px 0 0 0;list-style:none}
.ff li{margin:0 0 5px 0;padding:0}
.ff li p{color:#666}
+.ff li>label:first-child{display:block;font-weight:bold}
.ff label+input[type=text],
.ff label+input[type=password],
.ff label+textarea,
-.ff label+select{display:block;width:96%;font-size:14px;margin:0 0 5px 0}
+.ff label+select,
+.ff label+select+input[type=text]{display:block;width:96%;font-size:14px;margin:0 0 5px 0}
.ff label+input[type=text],
.ff label+input[type=password],
-.ff label+textarea{padding:5px}
+.ff label+textarea,
+.ff label+select+input[type=text]{padding:5px}
/* Button Area */
.bna{text-align:center;padding:0 10px;margin:10px 0}
.bna:after{content:"";display:block;clear:both}
diff --git a/modules/member/tpl/signup_form.html b/modules/member/tpl/signup_form.html
index 4a71c8e05..542033fe0 100644
--- a/modules/member/tpl/signup_form.html
+++ b/modules/member/tpl/signup_form.html
@@ -9,7 +9,7 @@