@charset "utf-8";
/* CSS Document */
.bk{
background-color:#333333;
filter:alpha(opacity=70);
opacity: 0.7;
height:50px; 
}

#VotePanel {

}

#votepage
{
_position:relative;
_top: -440px;
_left: -390px;
width:350px;
height:240px;
background:transparent url(images/vote_bk.png);
background-repeat:no-repeat;
background-position:left top;
}
.vote_name{
padding-top:4px;
padding-left:5px;
float:left;
width:250px;
color:#666666;
font-weight:bold;
font-size:14px;
font-family:華康中黑體,Arial, Helvetica, sans-serif;
}
*:first-child+html .vote_name{
padding-top:7px;
}
.vote_close{
float:right;
width:26px;
}
.vote_close a{
text-align:right;
display:block;
overflow:hidden;
width:100%;
height:0px !important;
padding-top:26px;
background-position:top right;
background-repeat:no-repeat;
background:transparent url(images/vote_bu01.png);
color:#CCCCCC;
}
.vote_close a:hover{
background:transparent url(images/vote_bu02.png);
color:#CCCCCC;
}
.vote_tb{
width:300px;
margin-top:10px;
margin-left:25px;
}
.vote_listtext{
text-align:right;
color:#333333;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
padding-right:5px;
padding-top:5px;
padding-bottom:5px;
}
.vote_input{
width:240px;
}
.vote_butr{
text-align:right;
padding:2px 0;
}
.vote_button{
width:80px;
color:#333333;
padding:2px 0;
}
*:first-child+html .vote_button{
padding-top:5px;
}
.vote_ps{
margin:0px;
color:#999999;
font-size:12px;
padding:0;
}
.vote_ps ol{
margin:5px 0;
padding-left:25px;
}
.vote_ps li{
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
padding-bottom:5px;
}
