.poll {
	border: 1px solid #ededed;
	border-radius: 3px;
}

.poll .poll-title {
	padding: 6px 0;
	background-color: #3385df;
    background: -webkit-linear-gradient(#9fbcdc, #3385df);
    background: -o-linear-gradient(#9fbcdc, #3385df);
    background: -moz-linear-gradient(#9fbcdc, #3385df);
    background: linear-gradient(#9fbcdc, #3385df);
	border-radius: 3px 3px 0 0;
	font-size: 14px;
	font-family: mtavruli;
	color: #ebebeb;
	text-align: center;
}

.poll .poll-container {
	border-bottom: 1px solid #ededed;
	padding: 10px 5px;
}

.poll .form-container {
}

.poll .question {
	font-size: 14px;
	color: #000;
	text-align: left;
}

.poll .form-container .radio-panel {
	border-bottom: 1px dotted #ededed;
	padding: 5px 2px;
}

.poll .form-container .radio-panel input {
	float: left;
	padding: 0px;
	margin: 2px; width : 12px;
	height: 12px;
	width: 12px;
}

.poll .form-container .radio-panel label {
	padding: 0px;
	font-size: 12px;
	color: #696969;
}

.poll .answer {
	margin-top: 5px;
	margin-bottom: 2px;
	font-size: 12px;
	margin-left: 8px;
	color: #696969;
}

.poll .respons {
	border: none;
	height: 12px;
	font-size: 5px;
	background-color: #dcdcdc;
    background: -webkit-linear-gradient(#ebebeb, #dcdcdc);
    background: -o-linear-gradient(#ebebeb, #dcdcdc);
    background: -moz-linear-gradient(#ebebeb, #dcdcdc);
    background: linear-gradient(#ebebeb, #dcdcdc);
}

.poll .respons div {
	height: 12px;
	background-color: #3385df;
    background: -webkit-linear-gradient(#9fbcdc, #3385df);
    background: -o-linear-gradient(#9fbcdc, #3385df);
    background: -moz-linear-gradient(#9fbcdc, #3385df);
    background: linear-gradient(#9fbcdc, #3385df);
	font-size: 5px;
}

.poll .form-container .submit-panel {
	margin: 5px 0 0 0;
	text-align: center;
}

.poll .show-result ,.poll .submit-poll {
	margin: 0 5px;
	background-color: #eeeeee;
	background-image: linear-gradient(to bottom , #eeeeee, #cccccc);
	border-radius: 3px;
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	color: #333;
	padding: 5px 16px;
	text-align: center;
	text-shadow: 0 1px 0 #eee;
	transition: all 0.2s ease 0s;
}

.poll .show-result:hover ,.poll .submit-poll:hover {
	background-color: #dddddd;
	background-image: linear-gradient(to top, #dddddd, #bbbbbb);
	border: 1px solid #bbb;
	border-bottom: 1px solid #999;
	cursor: pointer;
}

.poll .total-votes {
	font-size: 12px;
	margin: 10px 0 10px 4px;
	color: #666f7a;
}

.poll .loader {
	display: none;
	margin: 10px 0;
	text-align: center;
}