.poll-module{
    height: 530px;
}
.pollModule {
    position: relative;
    width: 970px;
    height: 240px;
    clear: both;
    display: block;
    overflow: hidden;
    background-position: top right;
    background-repeat: no-repeat;
    background-image: url("../images/backgrounds/poll.png");
    padding-bottom: 0;
    margin-bottom: -25px;

    -webkit-transition: height 0.4s linear;
    -moz-transition: height 0.4s linear;
    -o-transition: height 0.4s linear;
    -ms-transition: height 0.4s linear;
    transition: height 0.4s linear;
}
.poll-module.collapse{
    height: 270px;
}

.pollModule .property {
    float: left;
    height: 175px;
}

.poll-module .sharegroup {
    top: 233px;
}

.pollModule > .header {
    margin-left: 91px;
    background-image: url('../images/sprites/filter-bar.png');
    background-position: -2px -284px;
    padding-top: 19px;
    background-repeat: no-repeat;
}

.pollModule > .headline {
    font-size: 18px;
    font-family: "Arial Black",Arial,Helvetica,Verdana,sans-serif;
    color: #666666;
    font-weight: bold;
    font-style: normal;
    height: 34px;
    position: relative;
    margin-left: 93px;
    margin-bottom: 11px;
    width: 780px;
}

.pollModule > .headline h2 {
    position: absolute;
    bottom: 0;
    width: 780px;
    text-align: center;

}
.pollModule .header time:before {
      content: '/ ';
      left: -9px;
  }


.pollModule .property {

}
.pollWrapper1{
    margin-left: 346px;

}
.pollWrapper2{
    margin-left: 290px;

}
.pollWrapper3{
    margin-left: 235px;

}
.pollWrapper4{
    margin-left: 160px;

}
.pollWrapper5{
    margin-left: 85px;

}
.pollModule .choice {
    float: left;
    width: 147px;

}
.pollModule .choice img {
    width: 115px;
    height: 65px;
    margin-bottom: 8px;
    border: 1px solid #AAAAAA;

    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px 2px 2px 2px;
}

.pollModule .selection {
    color: #0066cc;
    font-size: 12px;
    text-align: center;
    width: 115px;
}

.pollModule .selection.selected {
    color: #8DC63F;
}
.pollItemWithImage {
    height: 150px;

}
.pollItemTextOnly .selection {
    margin-left: auto;
    margin-right: auto;
    height: 60px;
    font-weight: bold;
    font-style: italic;
}

.pollModule.results input {
    display: none;
}

.choice.selected label {
    color: #8DC63F;
}

.pollResultDiv {
    font-size: 11px;
    color: #464646;
    display: none;
}

.pollResultDiv .text {
    position: relative;
    top: 3px;
    font-weight: bold;
}

.pollModule.results .pollResultDiv {
    display: block;
}

.pollModule .pollPercentageLine {
    width: 14px;
    height: 15px;
    float: left;
    margin-right: 5px;
    background-image: url("../images/backgrounds/pollresultstripe.png");
    background-repeat: repeat-x;

    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
    border-radius: 14px 14px 14px 14px;
}

.pollModule .choice.selected .pollPercentageLine {
    background-image: url("../images/backgrounds/pollresultstripeselected.png");
}

.pollModule.results button.submit, .pollModule .resultText {
    display: none;
}

.pollModule.vote button.submit {
    display: inline;
}

.pollModule button {
    text-align: center;
    background-color: #0066CC;
    border: 1px solid #0066CC;

    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px 4px 4px 4px;

    -moz-box-shadow: 0 1px 1px #B6B6B6;
    -webkit-box-shadow: 0 1px 1px #B6B6B6;
    box-shadow: 0 1px 1px #B6B6B6;

    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    height: 27px;
    width: 94px;
    position: relative;
    top: 19px;
    cursor: pointer;
}

.pollModule button.submit:hover {
    background-color: #8DC63F;
    border: 1px solid #8DC63F;
}

.pollModule.submit button.submit, .pollModule button.submit.disabled {
    opacity: 0.5;
    cursor: default;
}
.pollModule button.close {
    top: 515px;

}
.pollModule .resultText {
    float: left;
    width: 120px;
    height: 150px;
    position: relative;
    top: 2px;
    left: -10px;
}

.pollModule.results .resultText {
    display: block;
}

.pollModule .resultText h2 {
    color: #8DC63F;
    width: 80px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 14px;
    margin-left: auto;
    margin-right: auto;
}

.pollModule .resultText p {
    width: 100%;
    color: #464646;
    font-size: 11px;
    font-style: italic;
    font-weight: bold;
    text-align: center;
}

.pollModule .subtext {
    clear: left;
    text-align: center;
    margin-top: 5px;
    padding-top: 5px;
    color: #464646;
    font-size: 14px;
}

.pollModule .subtext a:link {
    color: #0066CC;
    text-decoration: none;
}

.pollModule .subtext a:hover {
    color: #8DC63F;
}

.pollModule label, .pollModule input {
    cursor: pointer;
}
.poll-module input {
    display: none;
}
.pollModule .choice label.text {
    display: block;
    text-align: left;
    background-image: url('../images/sprites/poll.png');
    background-repeat: no-repeat;
    background-position: 0px 0px;
    padding-left: 27px;
    width: 100px;
}
.pollModule .choice.selected label.text {
    background-position: 0px -49px;
}
.pollModule.results label.text {
      display: none;
}

.pollModule div.pollPercentageLine {
    -webkit-transition: width 0.75s ease;
    -moz-transition: width 0.75s ease;
    -o-transition: width 0.75s ease;
    -ms-transition: width 0.75s ease;
    transition: width 0.75s ease;

    width: 14px;
}