.form, .statistics {
	margin: 0px;
}

#poll_form, #poll_statistics {
	border: 1px solid #DFDFDF;
	padding: 10px 20px 20px 20px;
	-moz-border-radius: 4px 4px 4px 4px;
}

.form .name {
	margin: 8px 0px 0px 0px;
}

.form .answers {
	margin: 0px 0px 10px 0px;
	padding: 6px 0px 10px 20px;
	border-bottom: 1px solid #eee;
}

.form .type_1 .answer, .form .type_2 .answer, .form .type_3 .answer{
	padding: 0px 10px 0px 0px;
}

.form .type_1 .answer .answer_name, .form .type_2 .answer .answer_name, .form .type_3 .answer .answer_name, .form .type_4 .answer .answer_name {
	padding-left: 0px;
	display: inline-block;
}

.form .answers .answer {
	margin: 0px;
	padding-bottom: 5px;
}

.form .answers .answer input {
	display: inline-block;
	float: left;
	height: 14px;
}
.form .answers .answer label{
	display: inline-block;
	float: left;
	padding-left: 8px;
}

.form .answers input.type_4 {
	width: 300px;
	height: 14px;
	line-height: 14px;
	padding: 2px;
	border: 1px solid #DFDFDF;
	margin-top: -5px;
}

.form .type_2 select {
	border: 1px solid #DFDFDF;
	margin-top: -4px;
}

.tabs {
	padding-left: 6px;
	height: 25px;
}

.tabs div{
	float: left;
	cursor: pointer;
	display: block;
	padding: 3px 10px 2px 10px;
	border-top: 1px solid #DFDFDF;
	border-left: 1px solid #DFDFDF;
	border-right: 1px solid #DFDFDF;
	margin: 4px 10px 0px 0px;
	height: 18px;
	-moz-border-radius: 4px 4px 0px 0px;
}

.tabs div.active{
	padding: 5px 12px 4px 12px;
	margin-top: 0px;
	font-weight: bold;
}

/*.statistic .type_1 .answer, .statistic .type_2 .answer, .statistic .type_3 .answer{
	float: left;
	padding: 0px 0px 0px 5px;
}*/

.statistic .answer{
	margin: 0px;
}
.statistic .stat table{
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}
.statistic .name {
	padding-top: 10px;
}

.statistic .percent .nmbr {
	position: absolute;
	line-height: 12px;
	text-align: right;
	width: 180px;
	left: 0px;
	padding-right: 3px;
}

.statistic .percent {
	border: 1px solid #336796;
	font-size:10px;
	font-weight:bold;
	margin:0;
	padding:0;
	text-align:right;
	width:180px;
	position: relative;
	height: 12px;
}

.statistic .percent .bar {
	margin: 0px;
	background-color: #6697D9;
	height: 12px;
	background-image: url('../../img/default/progres3.jpg');
	text-align: left;
	float: left;
}

.statistic .user_count {
	font-weight: bold;
	text-align: right;
	margin: 0px;
	padding: 10px 40px 5px 10px;
}

.statistic .user_count span {
	padding-left: 6px;
}

.code {
	background-color:#FCFCFC;
	border:1px solid #E1E4E9;
	font-size:14px;
	font-weight:bold;
	height:26px;
	line-height:26px;
	text-align:center;
	width:80px;
}

.form .submit {
	background-color: #0165B3;
	border: 1px solid #004B85;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 12px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	width: 94px;
}

.errors {
	margin: 0px 0px 10px 0px;
	border: 1px solid red;
	padding: 10px;
	-moz-border-radius: 4px;
}

.errors .close {
	margin: 0px;
	float: right;
	cursor: pointer;
	width: 14px;
	height: 14px;
}

.errors .txt {
	clear: both;
	font-weight: bold;
	margin-bottom: 14px;
	padding-bottom: 2px;
	border-bottom: 1px solid #dfdfdf;
}

.errors .cont .error {
	margin-bottom: 10px;
}

.errors .cont .error span{
	font-weight: bold;
	display: block;
}

.text_before {
	padding: 7px 7px 20px 7px;
}

.poll_sc{
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
	border-bottom: 1px solid #eee;
}
.poll_sc table{
	padding-left: 20px;
	
}
