
.PollControl li{
	list-style: none;
    font-size: 12px;
    padding-bottom: 5px;
    display: flex;
    align-items: center;
    margin: 0 10px;
}

.PollControl {
    margin-bottom: 10px;
    /*background-color: #d0ebff; */
}
.PollControl .tdHeader {
background: #bf0404;
    border-radius: 5px 5px 0 0;
    height: 27px;
    padding-left: 8px;
}
.PollControl .tdHeader .Header {
    color: #fff;
    font: bold 10pt/29px arial;
    text-transform: uppercase;
}
.PollControl .PollName {
    display: inline-block;
    font-size: 13px;
    color: #005f9e;
    margin: 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{
	font-weight: 600;
    font-size: 14px;
    background: #005f9e;
    color: #fff;
    padding: 5px 15px;
    height: auto;
    margin-top: 10px !important;
    border-radius: 5px;
    text-decoration: none;
}