﻿

 


/*corners Poll on white*/
.bubble-poll
{
	margin: 0px;
	padding: 0px;
	background-color: #cbc1a8;
	xborder: 1px solid red;
}

.bubble-poll .c-tl
{
	
	background-color:#993300;
}
.bubble-poll .c-tr
{
	background-color: #fff;
	background-image: url(http://images.unigo.com/media/Poll/top-r.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.bottom-corners-poll .c-bl
{
	background-color: red;
	background-image: url(http://images.unigo.com/media/Poll/bottom-l.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.bottom-corners-poll .c-br
{
	background-color: red;
	background-image: url(http://images.unigo.com/media/Poll/bottom-r.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.bubble-inner-wsjPoll
{
	padding: 1px 10px 1px 10px;
	margin: 0px;
	border: 1px solid #cbc1a8;
	vertical-align: baseline;
}
.bubble-inner-wsj
{
	padding: 10px 4px 6px 4px;
	margin: 0;
	clear: both;
	vertical-align: baseline;
	border-bottom: 1px dotted #b0cada;
}


div.bubble-inner-wsjPoll div.poll
{
    font-size: 14px;
    font-weight: bold;
    color: #564c35;
}
div.bubble-inner-wsjPoll div.poll span
{
    display: block;
    font-size: 16px;
    padding-bottom: 10px;
}


.btnsubmit 
{
	background-image: url(http://images.unigo.com/media/Poll/submit.gif);
	background-repeat: no-repeat;
	background-position: left top;
    padding: 0 0 0 0;
    margin: 10px 0px 0 16px;
    display: block;
    xfloat: right;    
    width:84;
    xborder: 1px solid red;
	
}


 
.poll-question
{
	background: #000F00; color: White; border:solid 1px white; padding:5px;margin-bottom:10px;
	font-size:14px; padding-left:4px;  font-weight:bold;   width:90%; 
}



.poll-result
{
	font-size:11px; padding-left:4px;  width:90%; color:Black;
}
.poll-chart
{
	background: #555555; padding: 4px; height: 15px; overflow: hidden; vertical-align: middle;margin-bottom:10px; width:90%; float:left;	 
}
.poll-total
{
	font-size:12px; padding-left:4px; width:90%;margin-left:10px;color:#333333;font-weight:bold;
}

.already-polled
{
	background:#FFFFFF; 
	color:Black; 
	border:solid 1px black; 
	padding:5px; 
	margin-bottom:10px;
	text-align:center; 
	text-transform:uppercase;
	font-size:12px;
}
