.poll-module{
    height: 452px;
}
.pollModule {
    position: relative;
    width: 960px;
    height: 240px;
    clear: both;
    display: block;
    overflow: hidden;
    background-position: 0 2px;
    background-repeat: no-repeat;
    background-image: url("../images/backgrounds/halftoneTop.png");
    padding-bottom: 0;
	margin:-38px 0 -25px -38px;
}

.poll-module{
    -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: 192px;
}

.pollModule .property {
    float: left;
    height: 175px;
}

.poll-module .sharegroup {
	position:absolute;
    top: 192px;
	left: 368px;
}

.pollModule > .header {
	margin: 16px 0 10px 91px;
	padding: 10px 0 0 50px;
    background-image: url("../images/skins/sprites/xd-filter-bar.png");	
    background-position: 0px -80px;
    background-repeat: no-repeat;
	color:#666666;
}

.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: #00b0d9;
    font-size: 12px;
    text-align: center;
    width: 115px;
}

.pollModule .selection.selected {
    color: #b1c91e;
}
.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: #b1c91e;
}

.pollResultDiv {
    font-size: 11px;
    color: #464646;
    display: none;
}

.pollResultDiv .text {
    position: relative;
    top: 3px;
    font-weight: bold;
}

.pollModule.results .pollResultDiv {
    display: block;
    padding-left: 19px;
    width: 115px;
}
.pollModule.results .pollItemWithImage .pollResultDiv {
    padding-left: 1px;
}
.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;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    height: 36px;
    width: 103px;
    position: relative;
    top: 19px;
    cursor: pointer;
    background-image: url("../images/skins/sprites/xdt_btn.png");	
    background-position: 0px 0px;
    background-repeat: no-repeat;
	padding-bottom:4px;
}

.pollModule button.submit:hover {
background-position: 0px -36px;
}

.pollModule.submit button.submit, .pollModule button.submit.disabled {
background-position: 0px -72px;
    color: #E0E0E0;
}
.pollModule button.submit.disabled:hover {
    cursor: default;
}
.pollModule button.close {
    top: 515px;

}
.pollModule .resultText {
    float: left;
    width: 120px;
    height: 150px;
    position: relative;
    top: 16px;
    left: -10px;
}

.pollModule.results .resultText {
    display: block;
}

.pollModule .resultText.pollHasImages {
    top: 4px;
}

.pollModule .resultText h2 {
    color: #b1c91e;
    width: 80px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    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;
    margin-top: 4px;
}

.pollModule .resultText.pollHasImages p {
    padding-top: 14px;
}

.pollModule .subtext {
    clear: left;
    text-align: center;
    margin-top: 5px;
    padding-top: 5px;
    color: #464646;
    font-size: 14px;
}

.pollModule .subtext a:link {
    color: #00b0d9;
    text-decoration: none;
}

.pollModule .subtext a:hover {
    color: #b1c91e;
}
.pollModule label, .pollModule input {
    cursor: pointer;
}
.pollModule.results label, .pollModule.results input {
    cursor: default;
}
.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;
    width: 100px;
    padding-left: 27px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.pollModule .choice label.text:hover {
    color:#b1c91e;
}
.pollModule .choice.selected label.text {
    background-position: 0 -156px;
}
.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;
}

.pollModule .noImage {
    height: 100px;
}

.pollModule .choice.noImage label.text {
    background-image: url("../images/sprites/poll.png");
    background-position: 45px 71px;
    background-repeat: no-repeat;
    display: block;
    padding-left: 0px;
    text-align: center;
    width: 112px;
    font-style: italic;
    font-weight: bold;
    height: 75px;
    padding-top: 23px;
}
.pollModule .choice.noImage.selected label.text {
    background-position: 45px -85px;
}
.pollModule.results .choice.noImage label.text {
    background-image: none;
    height: 51px;
    color: #999999;
}
.pollModule.results .choice.noImage label.text:hover {
    cursor: default;
}
