@charset "utf-8"; 
/* PIREE 피리.고맹이 */


/* 투표_등록__레이어 */
#vote_write_form { display:none; clear:both; margin:6px 0 20px 0 auto; padding:3px 5px; height:auto; border:2px solid #dfdfdf; background:#fff; }
#vote_write_form table td { padding-bottom:5px; border-bottom:1px solid #ccc; }


/* 투표_하기_폼__레이어 */
#vote_do_table table td { padding-bottom:5px; border-bottom:1px solid #cfcfff; }


/* 투표_등록하기_폼 */
.vote_basic_form_out { clear:both; float:left; margin:0; padding:0 0 10px 0; width:100%; border-bottom:1px solid #f0f0f0; overflow:none; }
.vote_basic_form_head { clear:both; float:left; margin:0; width:100%; height:26px; line-height:2.2em; }
.vote_basic_form_body { clear:both; float:left; margin:0; width:100%; line-height:2.4em; }


/* 투표_보기__레이어 */
#article_vote_view { }
#article_vote_out { margin-bottom:30px; padding-top:5px; border:2px solid #e5e8ec; overflow:hidden }


.vote_person_out { clear:both; float:left; margin:10px 0; padding:4px 6px 12px 6px; width:100%; line-height:1.2em; background:#fffae4; overflow:none; }
.vote_person_out .vote_person_member  { clear:both; float:left; width:150px; }
.vote_person_out .vote_person_comment  { float:left; }

.vote_person_out .vote_person_line { padding:5px 0;border-bottom:1px solid #eee; overflow:hidden; line-height:1.8em; }


/* 투표 그래프 */
.vote_graph_out { position:relative; height:12px; background:#dfdfdf; }
.vote_graph_out .vote_graph_in { position:absolute; top:0; left:0; height:12px; background:#ff6868; font-size:0.1em; }
.vote_graph_out .vote_graph_red { position:absolute; top:0; left:0; height:12px; background:#ff6868; font-size:0.1em; }
.vote_graph_out .vote_graph_cyan { position:absolute; top:0; left:0; height:12px; background:#369eff; font-size:0.1em; }
.vote_graph_out .vote_graph_blue { position:absolute; top:0; left:0; height:12px; background:#166eff; font-size:0.1em; }
.vote_graph_out .vote_graph_green { position:absolute; top:0; left:0; height:12px; background:#63de00; font-size:0.1em; }
