
.poll-form {
  margin: 10px 20px 20px;
}
.poll-form .question {
  float: left;
  width: 58%;
}
.poll-form .description {
  float: left;
  width: 58%;
  clear: left;
  margin: 15px 0 0;
}
.poll-form b {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
  text-align: left !important;
}
.poll-form .choices {
  clear: left;
  float: left;
  margin: 15px 0;
  width: 61%;
}
.poll-form ul {
  margin: 5px 0;
}
.poll-form li {
  margin: 7px 0;
}
.poll-form li .insert ,
.poll-form li .remove {
  cursor: pointer;
  display: none;
  font-size: 11px;
  margin-left: 8px;
}
.poll-form li:hover .insert ,
.poll-form li:hover .remove {
  display: inline;
}
.poll-form .choices .handle {
  cursor: move;
  display: inline-block;
  font-size: 25px;
  height: 20px;
  line-height: 20px;
  width: 20px;
  vertical-align: top;
  text-align: center;
}
.poll-form .addAnotherOption {
  opacity: .3;
}
.poll-form .addAnotherOption span.btn {
  border: 1px solid;
  cursor: pointer;
  display: inline-block;
  padding: 1px 3px;
  width: 296px;
}
.poll-form .addAnotherOption:hover {
  opacity: 0.9;
}
.poll-form .options {
  margin-left: 61%;
}
.poll-form .options p {
  margin: 6px 0 12px;
}
.poll-form .options span.label {
  display: inline-block;
  width: 133px;
  margin-right: 8px;
}
.poll-form .options input {
  vertical-align: top;
}
.poll-form .options input[type=checkbox] {
  margin-top: 3px;
}
.poll-form .options .ripError {
  clear: none !important;
  margin: -7px 0 10px;
}

#option-base {
  display: none;
}

.poll-container {
  margin: 0 10px 10px;
  padding: 0 0 10px;
}
#left-column .poll-container {
  margin-left: 0;
}
.poll-container .description {
  margin-bottom: 3px;
}

.poll-container ul {
  padding-top: 2px;
  list-style-type: none;
}
ul.poll-options li {
  padding: 4px 0 3px;
}
ul.poll-options input {
  float: left;
  margin: 6px 0 0;
}
ul.poll-options .results {
  border: 1px solid #555;
  display: block;
  margin: 1px 0px 1px 20px;
  overflow: hidden;
  position: relative;
}
ul.poll-options .number {
  background: #be0000;
  background: -webkit-gradient(linear, left top, left bottom, from(#C80000), to(#B40000));
  background: -moz-linear-gradient(top, #C80000, #B40000);
  color: #fff;
  float: right;
  line-height: 15px;
  min-width: 30px;
  padding: 3px;
  position: relative;
  text-align: center;
  z-index: 2;
}
ul.poll-options .no-results {
  display: none;
}
ul.poll-options .bar {
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  right: 36px;
  z-index: 1;
  transition: width 300ms linear; -moz-transition: width 300ms linear; -o-transition: width 300ms linear; -webkit-transition: width 300ms linear;
}
ul.poll-options .bar span {
  background: #ccc;
  display: block;
  height: 100%;
  z-index: 1;
  transition: width 300ms linear; -moz-transition: width 300ms linear; -o-transition: width 300ms linear; -webkit-transition: width 300ms linear;
}
ul.poll-options .name {
  display: block;
  line-height: 21px;
  margin: 0 5px;
  position: relative;
  z-index: 2;
}

.poll-item {
  border-bottom: 1px solid #aaa;
  margin: 10px;
  padding: 10px 0 20px;
}
.poll-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.poll-item h3 {
  font-size: 22px;
  font-weight: bold;
  margin: 0 0 5px;
}
.poll-item h3 a {
  color: #333;
}
.poll-meta {
  color: #999;
}
.poll-meta .poll-stats {
  float: right;
}

.poll {
  border-bottom: 1px solid #999999;
  margin: 10px;
  padding: 10px 0;
}
.poll a {
  color: #333;
  font-size: 22px;
  font-weight: normal;
}

.answered .results {
  border-width: 2px !important;
  nmargin: 0 -12px 0 20px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.closed-notice , .login-required-notice , .results-notice {
  background: #105cff;
  color: #FFF;
  padding: 5px 7px;
  margin: 0 0 10px;
}
.results-notice {
  background: #999;
}
.thankyou-notice {
  background: transparent;
  color: #999;
  padding: 5px 0;
  text-align: center;
}

.poll-submit {
    padding: 2px 6px;
}
.poll-submit-container {
  padding-top: 10px;
  text-align: center;
}

.ppoll {
    border: 1px solid #000;
    border-width: 0 1px 1px;
    margin: 10px 0 30px;
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
}

.ppoll h2 , #iframe h1 {
  background: url(../i/pb-icon24x24.png) no-repeat 7px 50% #000;
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  padding: 7px 6px 7px 40px;
  margin: 0;
}
.ppoll h2 a , #iframe h1 a {
  color: #fff;
}
.ppoll .poll-container , #iframe .poll-container {
  margin: 0;
}
.ppoll .poll-options , #iframe .poll-options {
  margin: 0 10px 0 8px;
  padding-top: 10px;
}

.ppoll h2 {
    background: #000;
    padding: 7px 10px;
}

.clickthrough-notice {
  background: #999;
  font-size: 12px;
  padding: 3px 6px;
  text-align: center;
}
.clickthrough-notice a {
  display: block;
  color: #fff;
}
.clickthrough-notice:hover {
  background: #105cff;
}
#iframe .description {
  margin: 10px;
}

#embed-poll-options {
  float: right;
  width: 100px;
}
#embed-poll-options p {
    margin-bottom: 10px !important;
}
#embed-poll-options b {
  color: #000;
  font-weight: normal;
  display: block;
}
#embed-poll-preview {
  border-right: 1px solid #999;
  margin: 0 105px 10px 0;
  text-align: center;
  padding: 5px 0;
}
#embed-poll-options b {
  color: #000;
  font-weight: normal;
  display: block;
}
#embed-poll-preview iframe {
  transition: height 300ms linear, width 300ms linear;
  -moz-transition: height 300ms linear, width 300ms linear;
  -o-transition: height 300ms linear, width 300ms linear;
  -webkit-transition: height 300ms linear, width 300ms linear;
}
