diff --git a/app/views/poll/_poll_form.html.erb b/app/views/poll/_poll_form.html.erb
new file mode 100644
index 000000000..0387bb9c6
--- /dev/null
+++ b/app/views/poll/_poll_form.html.erb
@@ -0,0 +1,59 @@
+
+
+
+
+
+
+
+ <%= render :partial => 'edit_head'%>
+
+
+
+
+
+
+
+
+
+
diff --git a/app/views/poll/_show_head.html.erb b/app/views/poll/_show_head.html.erb
new file mode 100644
index 000000000..f8a2d58f0
--- /dev/null
+++ b/app/views/poll/_show_head.html.erb
@@ -0,0 +1,8 @@
+
+
标题标题标题标题标题标题标题
+
描述描述描述描述描述描述描述描述描述描述描述描述描述描述描述描述描述描述描述描述描述描述描述描述描述描述描述描述
+ 描述描述描述描述描述描述描述描述描述描述描述描述
+
+
+
+
\ No newline at end of file
diff --git a/app/views/poll/edit.html.erb b/app/views/poll/edit.html.erb
index a35b1d2e7..d346d0699 100644
--- a/app/views/poll/edit.html.erb
+++ b/app/views/poll/edit.html.erb
@@ -1,13 +1,2 @@
-
-<%= form_for(@poll) do |f|%>
- <%= f.text_field :polls_name, :required => true, :name => "polls_name"%>
-
-
-
-
-<%= render :partial => 'edit_head'%>
-
-
-
-
-
-
-
-
-
-
+<%= render :partial => 'poll_form'%>
\ No newline at end of file
diff --git a/public/stylesheets/polls.css b/public/stylesheets/polls.css
index 428ade808..b13cb1da2 100644
--- a/public/stylesheets/polls.css
+++ b/public/stylesheets/polls.css
@@ -13,6 +13,11 @@ div,html,img,ul,li,p,body,h1,h2,h3,h4,p,a,table,tr,td,fieldset,input,span{ margi
#polls .fl{ float: left;}
#polls .fr{ float:right;}
+/*问卷按钮*/
+.polls_btn{ height:33px;border-top:1px solid #15bed1; border-bottom:1px solid #15bed1;border-right:1px solid #cee6e6; width:225px; padding:7px 0 0 15px; }
+.polls_btn a{font-size:14px; color:#444444;font-weight:bold;}
+.polls_btn span{ color:#15bed1; font-size:12px; font-weight:normal;}
+
/*问卷列表*/
.polls_content{ width:615px;}
.polls_head{ width:677px; height:48px; background:#eaeaea;}