
.loading_dialog{
	margin:10px;
	text-align:center;
	font-weight:bold;
	
}

.vote_dialog{
	text-align:center;
}
.vote_dialog .message{
	font-size:14px;
	text-align:center;
	font-weight:bold;
}
	.vote_dialog .tools{
		margin-top:10px;
	}
	.vote_dialog .tools a{
		color:blue;
		font-weight:normal;
		text-decoration:underline;
	}
	.vote_dialog .tools a:hover{
		text-decoration:none;
	}

.vote_result{
	padding:5px;
}
	.vote_result h1{
		font-size:13px;
		font-weight:bold;
		padding:5px;
		margin:0;
		margin-bottom:5px;
		border-top:1px solid silver;
		border-bottom:1px solid silver;
	}
	.vote_result ul{
		padding:0;
		margin:0;
		list-style:none;
	}
		.vote_result ul li{
			padding-bottom:5px;
			margin-bottom:5px;
			border-bottom:1px dotted silver;
		}
		.vote_result ul li .vote_bar{
			background-color:#EFF4F8;
		}
			.vote_result ul li .vote_point{
				margin-top:3px;
				padding-right:3px;
				background-color:#939B9D;
				border:1px outset #383838;
				color:#000;
				text-align:right;
				font-size:11px;
				font-weight:bold;
				height:17px;
				line-height:17px;
				overflow:visible;
				white-space:nowrap;
			}
