.voting_1_block .res_block
{
	float: left; 
	text-align: right;
	overflow: hidden;
	background: #FF9933 url(/des/voting_1_bg.png) repeat-x;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 2px 1px 1px;
	height: 15px;
	*height: 18px;
	margin-right: 10px;
	color: #FFFFFF;
}

.voting_1_block .res_block span
{
	font-size: 80%;
}

.voting_1_block .res
{
	float:left;
	padding: 1px;
	font-weight: bold;
}

.voting_1_block .ans
{
	margin: 8px 0 1px 0;
}

.voting_1_block .desc
{
	margin: 5px 0;
}

.voting_1_block .date
{
	font-size: 100%;
	font-style: italic;
}


.voting_1_block .success
{
	font-style: italic;
	margin: 5px 0;
}

.voting_1_block .error
{
	font-style: italic;
	font-weight: bold;
	margin: 5px 0;
}

.voting_1_block .bottom
{
	margin: 20px 0 10px 30px;
	text-align: center;
	
	display:-moz-inline-stack; /* for FF2*/
	display:inline-block; /* normal browsers */
	zoom:1; /* for IE (hasLayout true) */
	*display:inline; /* for IE */
}

.voting_1_item .desc
{
	margin: 5px 0;
}

.voting_1_item .date
{
	font-size: 80%;
	font-style: italic;
}

.voting_1_item .sum
{
	font-size: 80%;
	margin-top: 5px;
}

.voting_1_item .top_ans
{
	font-weight: bold;
}

.voting_1_item .top_ans small
{
	font-weight: normal;
}

.voting_1_item
{
	margin-bottom: 25px;
}

.voting_1_item h3 a
{
	color: #434D72;
	text-decoration: none;
}