
.PollControl li{
	list-style-type: none;
}

.PollControl {
    margin-bottom: 10px;
    background-color: #d0ebff;
}
.PollControl .tdHeader {
 	background: url("Images/logo.png") no-repeat scroll 5px center, rgba(0, 0, 0, 0) url("Images/bar.png") repeat-x scroll 0 0;
    border: 1px solid #e0e0e0;
    border-radius: 5px 5px 0 0;
    height: 26px;
    width: 100%;
}
.PollControl .tdHeader .Header {
    color: #444;
    display: inline-block;
    font: bold 15pt/26px arial;
    padding-left: 29px;
}
.PollControl .PollName {
    display: inline-block;
    margin: 5px 2px 10px;
}
.PollControl .ListPollItem td {
    display: inline-block;
    margin-bottom: 5px;
}
.PollControl .ListPollItem input {
    display: inline-block;
    margin-right: 5px;
    vertical-align: top;
}
.PollControl .ShowResult {
    margin-right: 55px;
  	float: right;
    margin-left: px;
    background: #0095ff;
    /* background: #1f8ddd; */
    border-color: transparent;
    box-shadow: none;
    text-shadow: none;
    white-space: nowrap;
    padding: 4px 9px;
}
#ctrl_230889_29_fvPoll,
#ctrl_230889_29_fvPoll_lnkSubmit{
	font: bold 9pt arial;
}
#ctrl_230889_29_fvPoll_lnkSubmit{
    margin-left: 55px;
	background: #0095ff;
    /* background: #1f8ddd; */
    border-color: transparent;
    box-shadow: none;
    text-shadow: none;
    white-space: nowrap;
    padding: 4px 9px;
    /* margin-top: 218px; */
    float: right;
}
.pool-popup{position: fixed;top:0;z-index: 999;width:100%;height:100%;background: #56515166;text-align:center;}
.pool-popup .content{position:absolute;top: 40%;left: 26%;background: #fff;padding: 48px;color: #f31818;font-weight: bold;align-content: center;border-radius: 8px;font-size: 15px;}
.PollControl td.td-result a{
	color: black;
}