#poll {
  width: 99%;
  margin: 30px 0; }
  #poll .choice {
    min-height: 120px;
    border: 1px solid #ccc;
    background: #eef;
    margin: 0px;
    padding: 0px; }
    #poll .choice div.content {
      padding: 10px;
      cursor: pointer;
      cursor: hand; }
      #poll .choice div.content h3 {
        font-size: 1.2em; }
      #poll .choice div.content img {
        margin: 40px 10px 4px 10px;
        border: 1px solid #ccc; }
      #poll .choice div.content img.left {
        float: left; }
      #poll .choice div.content img.right {
        float: right; }
    #poll .choice div.head {
      height: 120px;
      cursor: default;
      cursor: arrow; }
      #poll .choice div.head div {
        float: left;
        height: 120px;
        margin: 0px; }
      #poll .choice div.head .butt input[type=button] {
        background-color: #004ECB;
        font-weight: bold;
        padding: 5px;
        margin: 45px 10px;
        color: #fff;
        cursor: hand;
        cursor: pointer;
        border: 2px solid #004ECB; }
      #poll .choice div.head .butt input[type=button]:hover {
        background-color: #206EEB;
        color: #fff;
        border: 2px solid #004ECB; }
      #poll .choice div.head .butt input[type=button]:focus {
        background-color: #fff;
        color: #000;
        border: 2px solid #004ECB; }
      #poll .choice div.head .butt .voted {
        display: block;
        background-color: #ccc;
        font-weight: normal;
        padding: 5px;
        margin: 45px 10px;
        color: #666;
        border: 1px dashed #888; }
      #poll .choice div.head .butt .voted.ichgreen {
        font-weight: bold;
        color: green; }
      #poll .choice div.head .pic {
        width: 160px;
        height: 120px; }
        #poll .choice div.head .pic img {
          max-width: 150px;
          max-height: 110px;
          margin: 4px auto;
          border: 1px solid #ccc; }
      #poll .choice div.head .name {
        font-size: 16px;
        font-weight: bold;
        width: 152px; }
        #poll .choice div.head .name p {
          margin: 45px 5px; }
      #poll .choice div.head .open {
        width: 80px;
        text-align: center; }
        #poll .choice div.head .open p {
          margin: 48px 5px; }
          #poll .choice div.head .open p a {
            cursor: hand;
            cursor: pointer; }
      #poll .choice div.head .listen {
        width: 110px; }
        #poll .choice div.head .listen p {
          margin: 48px 5px; }
  #poll .choice:hover {
    background: #ffe;
    -moz-box-shadow: 2px 2px 3px rgba(128, 128, 128, 0.5);
    -webkit-box-shadow: 2px 2px 3px rgba(128, 128, 128, 0.5);
    box-shadow: 2px 2px 3px rgba(128, 128, 128, 0.5); }

.cleaner {
  clear: both; }

.hidden {
  display: none; }

b {
  font-weight: bold; }

/*# sourceMappingURL=zahranicnicech.css.map */
