@charset "utf-8";
/* CSS Document */

*{ margin:0; padding:0;}

.vote{ width:200px; height:300px; margin:0 auto; overflow: hidden; }

.vote_1 { width:200px; height:300px; float:left; margin: 0 auto;}

.vote_2 { width:200px; height:300px; float:left; margin: 0 auto;}

.vote_1 h3{ height:22px; display:block; font:bold 12px/22px ""; text-align:center; margin:0; color:#f60;}

.vote_2 h3{ height:22px; display:block; font:bold 12px/22px ""; text-align:center; margin:0; color:#f60;}

.vote_1 span{ display:block; height:22px; padding:0; font-size:12px; text-align:left; line-height:20px; }

.vote_2 span { display:block; width: 80px; float: left; height:22px; padding:0; font-size:12px; text-align:left; line-height:20px; }


.vote_1 span input {float:left; margin-left: 40px;}

.bott{ height:20px; font-size:12px;}

#form1{margin:0;}