#wrap_poll {width:599px; }
#poll-tag {overflow: hidden; width: 599px; height:33px;}
#line2 { float:left; width: 599px; height: 11px;}
#wrap_tabcontent{float: left; width: 599px; background:#fff57f;}
#wrap_tabcontent h1{font-size: 12px; font-weight: bold; margin: 0; padding: 10px 0 0 15px;}
#poll h1{font-size: 12px; font-weight: bold; margin: 0; padding: 10px 0 0 20px;}
#poll-topL{
float: left;
width: 15px;
height: 33px;
background: url(../images/poll-topL.gif) no-repeat top;
}

#poll-flash{
float: left;
width: 586px;
height: 33px;
background: #fff57f;
}

#poll-topR{
float: left;
width: 15px;
height: 33px;
background: url(../images/poll-topR.gif) no-repeat top;
}

#poll img{
margin-left: 5px;
margin-right: 5px;
}

#poll{
font-size: 10px;
}

#poll input{
margin-right: 10px;
}

#poll input.submit{
font-size:11px;
}

#poll label{
font-size:11px;
}


/* this is for pop up */
#wrappopup {
	display: none;
	position: relative;
	left:0px;
	top:-430px;
	z-index:100;
	width:400px;
}

#popup {
    left:510px;
	position: absolute;
}

#popup table p{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
}

a.poll-result-close:link, a.poll-result-close:visited, a.poll-result-close:hover{
color:#FFFFFF;
text-decoration:none;
font-weight: bold;
}
/* end for pop up */
