.survey { font-size: 1em; }
	.survey .radiocheck { padding: 0 26px 0 18px; }
		.survey .radiocheck input {
			float: left;
			margin-right: 5px;
		}
		.survey .radiocheck .spacer { height: 5px; }
	.survey .bars { padding: 6px 2px 0; }
    .survey .bar {
      overflow: hidden;
      margin-bottom: 6px;
    }
      .survey .bar ins {
        display: inline-block;
        margin: 4px 4px 0 0;
        height: 7px;
        background-color: #ccc;
      }
      .survey .bar .amount { font-weight: bold; }
		.survey .bars .votes {
			clear: both;
			padding-top: 6px;
			font-weight: bold;
		}
	.survey .submitter {
		float: right;
		clear: both;
		padding: 6px 2px 1px;
	}
		.survey .submitter .submit {
			margin-left: 5px;
			color: #666;
		}

