.wnd-widget.wnd_poll
{
  height: 250px;
  color: #fff;
}

.wnd-widget.wnd_poll .inside
{
  background: none;
  text-align: center;
  cursor:pointer;
}

.wnd-widget.wnd_poll .inside
{
  background: #101010; /* Old browsers */
  background: -moz-linear-gradient(left, #101010 0%, #494949 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#101010), color-stop(100%,#494949)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #101010 0%,#494949 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #101010 0%,#494949 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #101010 0%,#494949 100%); /* IE10+ */
  background: linear-gradient(to right, #101010 0%,#494949 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#101010', endColorstr='#494949',GradientType=1 ); /* IE6-9 */
}

.wnd-widget.wnd_poll .inside .box .content
{
  position: relative;
  top: 7px;
  margin: 12px;
  vertical-align: middle;
  display: table-cell;
}

.wnd-widget.wnd_poll .inside .box .byline
{
  margin-top: 8px;
  font-family: Arial, sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 5px;
  color: #fff;
}


.wnd-widget.wnd_poll .headline
{
  font-family: Oswald, 'Arial Narrow', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 17px;
  line-height: 21px;
  color: #1A1718;
}

.wnd-widget.wnd_poll .inside .box .caption
{
  font-family: Oswald, 'Arial Narrow', Arial, sans-serif;
  margin-bottom: 20px;
  color: #FFFEFE;
  font-size: 23px;
  text-transform: uppercase;
}

.wnd-widget.wnd_poll .inside .box .image img
{
  width: 100%;
  height: 86px;
  
}

.wnd-widget.wnd_poll .inside .box .url
{
  margin-left: auto;
  margin-right: auto;
  width: 190px;
  background: #ca0002;
  padding: 5px;
}

.wnd-widget.wnd_poll .inside .box .url a
{
  color: #FFFEFE;
  text-transform: uppercase;
  font-size: 17px;
  font-family: Oswald, 'Arial Narrow', Arial, sans-serif;
} 
